Home
last modified time | relevance | path

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

/linux-5.19.10/tools/certs/
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
/linux-5.19.10/arch/x86/crypto/
Dsha512-ssse3-asm.S83 # MSG, DIGEST, K_t, W_t are arrays
90 #define DIGEST(i) 8*i(digest) macro
298 mov DIGEST(0), a_64
299 mov DIGEST(1), b_64
300 mov DIGEST(2), c_64
301 mov DIGEST(3), d_64
302 mov DIGEST(4), e_64
303 mov DIGEST(5), f_64
304 mov DIGEST(6), g_64
305 mov DIGEST(7), h_64
[all …]
Dsha512-avx-asm.S85 # MSG, DIGEST, K_t, W_t are arrays
92 #define DIGEST(i) 8*i(digest) macro
296 mov DIGEST(0), a_64
297 mov DIGEST(1), b_64
298 mov DIGEST(2), c_64
299 mov DIGEST(3), d_64
300 mov DIGEST(4), e_64
301 mov DIGEST(5), f_64
302 mov DIGEST(6), g_64
303 mov DIGEST(7), h_64
[all …]
/linux-5.19.10/drivers/crypto/caam/
Dcaamalg_qi2.c3046 DIGEST, enumerator
3178 flc = &ctx->flc[DIGEST]; in ahash_set_sh_desc()
3183 dma_sync_single_for_device(ctx->dev, ctx->flc_dma[DIGEST], in ahash_set_sh_desc()
3881 req_ctx->flc = &ctx->flc[DIGEST]; in ahash_digest()
3882 req_ctx->flc_dma = ctx->flc_dma[DIGEST]; in ahash_digest()
3953 req_ctx->flc = &ctx->flc[DIGEST]; in ahash_final_no_ctx()
3954 req_ctx->flc_dma = ctx->flc_dma[DIGEST]; in ahash_final_no_ctx()
4170 req_ctx->flc = &ctx->flc[DIGEST]; in ahash_finup_no_ctx()
4171 req_ctx->flc_dma = ctx->flc_dma[DIGEST]; in ahash_finup_no_ctx()