Home
last modified time | relevance | path

Searched refs:DIGEST (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/certs/
H A Dprint-cert-tbs-hash.sh67 DIGEST="${RANGE_AND_DIGEST[2]}"
76 if echo "${DIGEST}" | grep -qiF "${DIGEST_ITEM}"; then
83 echo "ERROR: Unknown digest algorithm: ${DIGEST}" >&2
/openbmc/linux/arch/x86/crypto/
H A Dsha512-ssse3-asm.S299 mov DIGEST(0), a_64
300 mov DIGEST(1), b_64
301 mov DIGEST(2), c_64
302 mov DIGEST(3), d_64
303 mov DIGEST(4), e_64
304 mov DIGEST(5), f_64
305 mov DIGEST(6), g_64
306 mov DIGEST(7), h_64
341 add a_64, DIGEST(0)
342 add b_64, DIGEST(1)
[all …]
H A Dsha512-avx-asm.S297 mov DIGEST(0), a_64
298 mov DIGEST(1), b_64
299 mov DIGEST(2), c_64
300 mov DIGEST(3), d_64
301 mov DIGEST(4), e_64
302 mov DIGEST(5), f_64
303 mov DIGEST(6), g_64
304 mov DIGEST(7), h_64
339 add a_64, DIGEST(0)
340 add b_64, DIGEST(1)
[all …]
/openbmc/qemu/
H A Dqemu.sasl11 # NB, previously DIGEST-MD5 was set as the default mechanism for
/openbmc/qemu/docs/system/
H A Dvnc-security.rst169 versions of QEMU referred to the DIGEST-MD5 mechanism, however, it has
172 username/password auth facility similar to DIGEST-MD5, but does not
/openbmc/linux/drivers/crypto/caam/
H A Dcaamalg_qi2.c3051 DIGEST, enumerator
3183 flc = &ctx->flc[DIGEST]; in ahash_set_sh_desc()
3188 dma_sync_single_for_device(ctx->dev, ctx->flc_dma[DIGEST], in ahash_set_sh_desc()
3892 req_ctx->flc = &ctx->flc[DIGEST]; in ahash_digest()
3893 req_ctx->flc_dma = ctx->flc_dma[DIGEST]; in ahash_digest()
3964 req_ctx->flc = &ctx->flc[DIGEST]; in ahash_final_no_ctx()
3965 req_ctx->flc_dma = ctx->flc_dma[DIGEST]; in ahash_final_no_ctx()
4181 req_ctx->flc = &ctx->flc[DIGEST]; in ahash_finup_no_ctx()
4182 req_ctx->flc_dma = ctx->flc_dma[DIGEST]; in ahash_finup_no_ctx()