Searched refs:caam_hash_ctx (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamhash.c | 89 struct caam_hash_ctx { struct 202 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_set_sh_desc() 258 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in axcbc_set_sh_desc() 310 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in acmac_set_sh_desc() 359 static int hash_digest_key(struct caam_hash_ctx *ctx, u32 *keylen, u8 *key, in hash_digest_key() 424 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_setkey() 487 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in axcbc_setkey() 507 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in acmac_setkey() 584 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_done_cpy() 633 struct caam_hash_ctx *ct in ahash_done_switch() [all...] |
H A D | caamalg_qi2.c | 3049 * struct caam_hash_ctx - ahash per-session context 3057 struct caam_hash_ctx { struct 3133 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_set_sh_desc() 3207 static int hash_digest_key(struct caam_hash_ctx *ctx, u32 *keylen, u8 *key, in hash_digest_key() 3306 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_setkey() 3393 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_done() 3420 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_done_bi() 3458 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_done_ctx_src() 3485 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_done_ctx_dst() 3519 struct caam_hash_ctx *ct in ahash_update_ctx() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamhash.c | 95 struct caam_hash_ctx { struct 207 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_set_sh_desc() 263 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in axcbc_set_sh_desc() 315 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in acmac_set_sh_desc() 364 static int hash_digest_key(struct caam_hash_ctx *ctx, u32 *keylen, u8 *key, in hash_digest_key() 427 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_setkey() 496 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in axcbc_setkey() 516 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in acmac_setkey() 593 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_done_cpy() 642 struct caam_hash_ctx *ct in ahash_done_switch() [all...] |
H A D | caamalg_qi2.c | 3056 * struct caam_hash_ctx - ahash per-session context 3064 struct caam_hash_ctx { struct 3140 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_set_sh_desc() 3214 static int hash_digest_key(struct caam_hash_ctx *ctx, u32 *keylen, u8 *key, in hash_digest_key() 3313 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_setkey() 3406 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_done() 3433 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_done_bi() 3471 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_done_ctx_src() 3498 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_done_ctx_dst() 3532 struct caam_hash_ctx *ct in ahash_update_ctx() [all...] |
Completed in 14 milliseconds