Searched refs:crypto_authenc_alloc_ctx (Results 1 – 8 of 8) sorted by relevance
18 res = crypto_authenc_alloc_ctx(enc_ctx, ehdr->enc_algo); in tee_ta_decrypt_init()
286 res = crypto_authenc_alloc_ctx(&ctx, TADB_AUTH_ENC_ALG); in tadb_authenc_init()
476 res = crypto_authenc_alloc_ctx(&ctx, alg); in authenc_init()
2838 res = crypto_authenc_alloc_ctx(&cs->ctx, algo); in syscall_cryp_state_alloc()
106 ret = crypto_authenc_alloc_ctx(&ctx, TEE_ALG_AES_GCM); in aes_gcm_encrypt_uid()
80 res = crypto_authenc_alloc_ctx(ctx, algo); in init_ctx()
61 TEE_Result crypto_authenc_alloc_ctx(void **ctx, uint32_t algo);
364 TEE_Result crypto_authenc_alloc_ctx(void **ctx, uint32_t algo) in crypto_authenc_alloc_ctx() function