Home
last modified time | relevance | path

Searched refs:crypto_cipher_alloc_ctx (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/tee/
H A Dtee_fs_key_manager.c109 res = crypto_cipher_alloc_ctx(&ctx, TEE_FS_KM_ENC_FEK_ALG); in tee_fs_fek_crypt()
183 res = crypto_cipher_alloc_ctx(&ctx, TEE_ALG_AES_ECB_NOPAD); in aes_ecb()
254 res = crypto_cipher_alloc_ctx(&ctx, TEE_ALG_AES_CBC_NOPAD); in tee_fs_crypt_block()
H A Dtee_svc_cryp.c2829 res = crypto_cipher_alloc_ctx(&cs->ctx, algo); in syscall_cryp_state_alloc()
/optee_os/core/drivers/crypto/se050/glue/
H A Duser.c59 if (crypto_cipher_alloc_ctx(cipher, TEE_ALG_AES_CBC_NOPAD)) in glue_symmetric_context_init()
/optee_os/core/pta/tests/
H A Daes_perf.c77 res = crypto_cipher_alloc_ctx(ctx, algo); in init_ctx()
/optee_os/core/crypto/
H A Dcbc-mac.c200 res = crypto_cipher_alloc_ctx(&cbc_ctx, cbc_algo); in crypto_cbc_mac_alloc_ctx()
H A Drng_fortuna.c161 res = crypto_cipher_alloc_ctx(&ctx, CIPHER_ALGO); in crypto_rng_init()
H A Dcrypto.c114 TEE_Result crypto_cipher_alloc_ctx(void **ctx, uint32_t algo) in crypto_cipher_alloc_ctx() function
/optee_os/core/include/crypto/
H A Dcrypto.h39 TEE_Result crypto_cipher_alloc_ctx(void **ctx, uint32_t algo);