Searched refs:crypto4xx_alloc_sa (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | 139 rc = crypto4xx_alloc_sa(ctx, SA_AES128_LEN + (keylen-16) / 4); in crypto4xx_setkey_aes() 396 rc = crypto4xx_alloc_sa(ctx, SA_AES128_CCM_LEN + (keylen - 16) / 4); in crypto4xx_setkey_aes_ccm() 545 rc = crypto4xx_alloc_sa(ctx, SA_AES128_GCM_LEN + (keylen - 16) / 4); in crypto4xx_setkey_aes_gcm() 642 rc = crypto4xx_alloc_sa(ctx, sa_len); in crypto4xx_hash_alg_init()
|
H A D | crypto4xx_core.h | 150 int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size);
|
H A D | crypto4xx_core.c | 135 int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size) in crypto4xx_alloc_sa() function
|
/kernel/linux/linux-6.6/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | 139 rc = crypto4xx_alloc_sa(ctx, SA_AES128_LEN + (keylen-16) / 4); in crypto4xx_setkey_aes() 396 rc = crypto4xx_alloc_sa(ctx, SA_AES128_CCM_LEN + (keylen - 16) / 4); in crypto4xx_setkey_aes_ccm() 545 rc = crypto4xx_alloc_sa(ctx, SA_AES128_GCM_LEN + (keylen - 16) / 4); in crypto4xx_setkey_aes_gcm() 642 rc = crypto4xx_alloc_sa(ctx, sa_len); in crypto4xx_hash_alg_init()
|
H A D | crypto4xx_core.h | 150 int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size);
|
H A D | crypto4xx_core.c | 135 int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size) in crypto4xx_alloc_sa() function
|
Completed in 8 milliseconds