Searched refs:alloc_ctx (Results 1 – 12 of 12) sorted by relevance
| /optee_os/core/drivers/crypto/crypto_api/include/ |
| H A D | drvcrypt_cipher.h | 49 TEE_Result (*alloc_ctx)(void **ctx, uint32_t algo); member
|
| H A D | drvcrypt_authenc.h | 70 TEE_Result (*alloc_ctx)(void **ctx, uint32_t algo); member
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | authenc.c | 322 static TEE_Result alloc_ctx(void **ctx, enum stm32_cryp_algo_mode algo) in alloc_ctx() function 346 return alloc_ctx(ctx, STM32_CRYP_MODE_AES_CCM); in stm32_ae_allocate() 348 return alloc_ctx(ctx, STM32_CRYP_MODE_AES_GCM); in stm32_ae_allocate() 358 .alloc_ctx = stm32_ae_allocate,
|
| H A D | cipher.c | 346 .alloc_ctx = stm32_cryp_cipher_allocate, 355 .alloc_ctx = stm32_saes_cipher_allocate,
|
| /optee_os/core/drivers/crypto/crypto_api/cipher/ |
| H A D | cipher.c | 185 if (cipher->op && cipher->op->alloc_ctx) in drvcrypt_cipher_alloc_ctx() 186 ret = cipher->op->alloc_ctx(&cipher->ctx, algo); in drvcrypt_cipher_alloc_ctx()
|
| /optee_os/core/drivers/crypto/se050/core/ |
| H A D | cipher.c | 71 .alloc_ctx = do_allocate,
|
| /optee_os/core/drivers/crypto/crypto_api/authenc/ |
| H A D | authenc.c | 320 if (authenc->op && authenc->op->alloc_ctx) in drvcrypt_authenc_alloc_ctx() 321 ret = authenc->op->alloc_ctx(&authenc->ctx, algo); in drvcrypt_authenc_alloc_ctx()
|
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | sec_cipher.c | 756 .alloc_ctx = sec_cipher_ctx_allocate,
|
| H A D | sec_authenc.c | 788 .alloc_ctx = sec_authenc_ctx_allocate,
|
| /optee_os/core/drivers/crypto/caam/cipher/ |
| H A D | caam_cipher.c | 839 .alloc_ctx = do_allocate,
|
| /optee_os/core/drivers/crypto/versal/ |
| H A D | authenc.c | 839 .alloc_ctx = do_allocate,
|
| /optee_os/core/drivers/crypto/caam/ae/ |
| H A D | caam_ae.c | 367 .alloc_ctx = &caam_ae_allocate,
|