Home
last modified time | relevance | path

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

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