Home
last modified time | relevance | path

Searched refs:CAAM_QI_MEMCACHE_SIZE (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dqi.h18 #define CAAM_QI_MEMCACHE_SIZE 768 macro
H A Dcaamalg_qi2.h97 #define CAAM_QI_MEMCACHE_SIZE 512 macro
H A Dqi.c79 * can allocate short (CAAM_QI_MEMCACHE_SIZE) buffers. It's faster than
761 qi_cache = kmem_cache_create("caamqicache", CAAM_QI_MEMCACHE_SIZE, 0, in caam_qi_init()
H A Dcaamalg_qi.c1062 CAAM_QI_MEMCACHE_SIZE)) { in aead_edesc_alloc()
1321 ivsize > CAAM_QI_MEMCACHE_SIZE)) { in skcipher_edesc_alloc()
H A Dcaamalg_qi2.c105 * will have a size of CAAM_QI_MEMCACHE_SIZE, which should be sufficient for
470 CAAM_QI_MEMCACHE_SIZE)) { in aead_edesc_alloc()
1181 ivsize > CAAM_QI_MEMCACHE_SIZE)) { in skcipher_edesc_alloc()
5172 qi_cache = kmem_cache_create("dpaa2_caamqicache", CAAM_QI_MEMCACHE_SIZE, in dpaa2_caam_probe()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dqi.h20 #define CAAM_QI_MEMCACHE_SIZE 768 macro
H A Dcaamalg_qi2.h95 #define CAAM_QI_MEMCACHE_SIZE 512 macro
H A Dqi.c86 * can allocate short (CAAM_QI_MEMCACHE_SIZE) buffers. It's faster than
765 qi_cache = kmem_cache_create("caamqicache", CAAM_QI_MEMCACHE_SIZE, in caam_qi_init()
H A Dcaamalg_qi.c1067 CAAM_QI_MEMCACHE_SIZE)) { in aead_edesc_alloc()
1336 if (unlikely(len > CAAM_QI_MEMCACHE_SIZE)) { in skcipher_edesc_alloc()
H A Dcaamalg_qi2.c110 * will have a size of CAAM_QI_MEMCACHE_SIZE, which should be sufficient for
475 CAAM_QI_MEMCACHE_SIZE)) { in aead_edesc_alloc()
1186 ivsize > CAAM_QI_MEMCACHE_SIZE)) { in skcipher_edesc_alloc()
5187 qi_cache = kmem_cache_create("dpaa2_caamqicache", CAAM_QI_MEMCACHE_SIZE, in dpaa2_caam_probe()

Completed in 20 milliseconds