Searched refs:DIGEST (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/arch/x86/crypto/ |
| D | sha512-avx-asm.S | 89 # MSG, DIGEST, K_t, W_t are arrays 96 #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 …]
|
| D | sha512-ssse3-asm.S | 87 # MSG, DIGEST, K_t, W_t are arrays 94 #define DIGEST(i) 8*i(digest) macro 302 mov DIGEST(0), a_64 303 mov DIGEST(1), b_64 304 mov DIGEST(2), c_64 305 mov DIGEST(3), d_64 306 mov DIGEST(4), e_64 307 mov DIGEST(5), f_64 308 mov DIGEST(6), g_64 309 mov DIGEST(7), h_64 [all …]
|
| /Linux-v5.10/drivers/crypto/caam/ |
| D | caamalg_qi2.c | 3042 DIGEST, enumerator 3174 flc = &ctx->flc[DIGEST]; in ahash_set_sh_desc() 3179 dma_sync_single_for_device(ctx->dev, ctx->flc_dma[DIGEST], in ahash_set_sh_desc() 3877 req_ctx->flc = &ctx->flc[DIGEST]; in ahash_digest() 3878 req_ctx->flc_dma = ctx->flc_dma[DIGEST]; in ahash_digest() 3949 req_ctx->flc = &ctx->flc[DIGEST]; in ahash_final_no_ctx() 3950 req_ctx->flc_dma = ctx->flc_dma[DIGEST]; in ahash_final_no_ctx() 4166 req_ctx->flc = &ctx->flc[DIGEST]; in ahash_finup_no_ctx() 4167 req_ctx->flc_dma = ctx->flc_dma[DIGEST]; in ahash_finup_no_ctx()
|