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

/linux-master/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
/linux-master/arch/x86/crypto/
H A Dsha512-avx-asm.S86 # MSG, DIGEST, K_t, W_t are arrays
93 #define DIGEST(i) 8*i(digest) define
297 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(
[all...]
H A Dsha512-ssse3-asm.S84 # MSG, DIGEST, K_t, W_t are arrays
91 #define DIGEST(i) 8*i(digest) define
299 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(
[all...]
/linux-master/drivers/crypto/caam/
H A Dcaamalg_qi2.c3051 DIGEST, enumerator in enum:hash_optype
3183 flc = &ctx->flc[DIGEST];
3188 dma_sync_single_for_device(ctx->dev, ctx->flc_dma[DIGEST],
3892 req_ctx->flc = &ctx->flc[DIGEST];
3893 req_ctx->flc_dma = ctx->flc_dma[DIGEST];
3964 req_ctx->flc = &ctx->flc[DIGEST];
3965 req_ctx->flc_dma = ctx->flc_dma[DIGEST];
4181 req_ctx->flc = &ctx->flc[DIGEST];
4182 req_ctx->flc_dma = ctx->flc_dma[DIGEST];

Completed in 214 milliseconds