Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/tee/
A Dtee_ta_enc_manager.c18 res = crypto_authenc_alloc_ctx(enc_ctx, ehdr->enc_algo); in tee_ta_decrypt_init()
A Dtadb.c286 res = crypto_authenc_alloc_ctx(&ctx, TADB_AUTH_ENC_ALG); in tadb_authenc_init()
A Dfs_htree.c462 res = crypto_authenc_alloc_ctx(&ctx, alg); in authenc_init()
A Dtee_svc_cryp.c2651 res = crypto_authenc_alloc_ctx(&cs->ctx, algo); in syscall_cryp_state_alloc()
/optee_os-3.20.0/core/drivers/
A Dstm32mp15_huk.c101 ret = crypto_authenc_alloc_ctx(&ctx, TEE_ALG_AES_GCM); in aes_gcm_encrypt_uid()
/optee_os-3.20.0/core/pta/tests/
A Daes_perf.c81 res = crypto_authenc_alloc_ctx(ctx, algo); in init_ctx()
/optee_os-3.20.0/core/include/crypto/
A Dcrypto.h61 TEE_Result crypto_authenc_alloc_ctx(void **ctx, uint32_t algo);
/optee_os-3.20.0/core/crypto/
A Dcrypto.c335 TEE_Result crypto_authenc_alloc_ctx(void **ctx, uint32_t algo) in crypto_authenc_alloc_ctx() function

Completed in 21 milliseconds