Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/crypto/
Dsha512-ssse3-asm.S87 # MSG, DIGEST, K_t, W_t are arrays
94 #define DIGEST(i) 8*i(digest) macro
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(7), h_64
[all …]
Dsha512-avx-asm.S90 # MSG, DIGEST, K_t, W_t are arrays
97 #define DIGEST(i) 8*i(digest) macro
300 mov DIGEST(0), a_64
301 mov DIGEST(1), b_64
302 mov DIGEST(2), c_64
303 mov DIGEST(3), d_64
304 mov DIGEST(4), e_64
305 mov DIGEST(5), f_64
306 mov DIGEST(6), g_64
307 mov DIGEST(7), h_64
[all …]
/Linux-v5.4/drivers/crypto/caam/
Dcaamalg_qi2.c2973 DIGEST, enumerator
3132 flc = &ctx->flc[DIGEST]; in ahash_set_sh_desc()
3137 dma_sync_single_for_device(ctx->dev, ctx->flc_dma[DIGEST], in ahash_set_sh_desc()
3829 req_ctx->flc = &ctx->flc[DIGEST]; in ahash_digest()
3830 req_ctx->flc_dma = ctx->flc_dma[DIGEST]; in ahash_digest()
3901 req_ctx->flc = &ctx->flc[DIGEST]; in ahash_final_no_ctx()
3902 req_ctx->flc_dma = ctx->flc_dma[DIGEST]; in ahash_final_no_ctx()
4127 req_ctx->flc = &ctx->flc[DIGEST]; in ahash_finup_no_ctx()
4128 req_ctx->flc_dma = ctx->flc_dma[DIGEST]; in ahash_finup_no_ctx()