Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/tee/
A Dtee_fs_key_manager.c110 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 Dtee_svc_cryp.c2642 res = crypto_cipher_alloc_ctx(&cs->ctx, algo); in syscall_cryp_state_alloc()
/optee_os-3.20.0/core/drivers/crypto/se050/glue/
A Duser.c59 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 Daes_perf.c78 res = crypto_cipher_alloc_ctx(ctx, algo); in init_ctx()
/optee_os-3.20.0/core/crypto/
A Dcbc-mac.c200 res = crypto_cipher_alloc_ctx(&cbc_ctx, cbc_algo); in crypto_cbc_mac_alloc_ctx()
A Drng_fortuna.c161 res = crypto_cipher_alloc_ctx(&ctx, CIPHER_ALGO); in crypto_rng_init()
A Dcrypto.c97 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 Dcrypto.h39 TEE_Result crypto_cipher_alloc_ctx(void **ctx, uint32_t algo);

Completed in 17 milliseconds