Searched refs:crypto_cipher_alloc_ctx (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/core/tee/ |
A D | tee_fs_key_manager.c | 110 res = crypto_cipher_alloc_ctx(&ctx, TEE_FS_KM_ENC_FEK_ALG); in tee_fs_fek_crypt() 184 res = crypto_cipher_alloc_ctx(&ctx, TEE_ALG_AES_ECB_NOPAD); in aes_ecb() 255 res = crypto_cipher_alloc_ctx(&ctx, TEE_ALG_AES_CBC_NOPAD); in tee_fs_crypt_block()
|
A D | tee_svc_cryp.c | 2642 res = crypto_cipher_alloc_ctx(&cs->ctx, algo); in syscall_cryp_state_alloc()
|
/optee_os-3.20.0/core/drivers/crypto/se050/glue/ |
A D | user.c | 59 if (crypto_cipher_alloc_ctx(cipher, TEE_ALG_AES_CBC_NOPAD)) in glue_symmetric_context_init()
|
/optee_os-3.20.0/core/pta/tests/ |
A D | aes_perf.c | 78 res = crypto_cipher_alloc_ctx(ctx, algo); in init_ctx()
|
/optee_os-3.20.0/core/crypto/ |
A D | cbc-mac.c | 200 res = crypto_cipher_alloc_ctx(&cbc_ctx, cbc_algo); in crypto_cbc_mac_alloc_ctx()
|
A D | rng_fortuna.c | 161 res = crypto_cipher_alloc_ctx(&ctx, CIPHER_ALGO); in crypto_rng_init()
|
A D | crypto.c | 97 TEE_Result crypto_cipher_alloc_ctx(void **ctx, uint32_t algo) in crypto_cipher_alloc_ctx() function
|
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto.h | 39 TEE_Result crypto_cipher_alloc_ctx(void **ctx, uint32_t algo);
|
Completed in 16 milliseconds