Home
last modified time | relevance | path

Searched refs:qi_cache_zalloc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaamalg_qi2.c101 * qi_cache_zalloc - Allocate buffers from CAAM-QI cache
112 static inline void *qi_cache_zalloc(gfp_t flags) in qi_cache_zalloc() function
120 * @obj - buffer previously allocated by qi_cache_zalloc
370 edesc = qi_cache_zalloc(GFP_DMA | flags); in aead_edesc_alloc()
1190 edesc = qi_cache_zalloc(GFP_DMA | flags); in skcipher_edesc_alloc()
3559 edesc = qi_cache_zalloc(GFP_DMA | flags); in ahash_update_ctx()
3653 edesc = qi_cache_zalloc(GFP_DMA | flags); in ahash_final_ctx()
3742 edesc = qi_cache_zalloc(GFP_DMA | flags); in ahash_finup_ctx()
3835 edesc = qi_cache_zalloc(GFP_DMA | flags); in ahash_digest()
3912 edesc = qi_cache_zalloc(GFP_DM in ahash_final_no_ctx()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcaamalg_qi2.c106 * qi_cache_zalloc - Allocate buffers from CAAM-QI cache
117 static inline void *qi_cache_zalloc(gfp_t flags) in qi_cache_zalloc() function
125 * @obj - buffer previously allocated by qi_cache_zalloc
375 edesc = qi_cache_zalloc(flags); in aead_edesc_alloc()
1195 edesc = qi_cache_zalloc(flags); in skcipher_edesc_alloc()
3572 edesc = qi_cache_zalloc(flags); in ahash_update_ctx()
3666 edesc = qi_cache_zalloc(flags); in ahash_final_ctx()
3755 edesc = qi_cache_zalloc(flags); in ahash_finup_ctx()
3848 edesc = qi_cache_zalloc(flags); in ahash_digest()
3925 edesc = qi_cache_zalloc(flag in ahash_final_no_ctx()
[all...]

Completed in 11 milliseconds