Home
last modified time | relevance | path

Searched refs:crypto_authenc_dec_final (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/tee/
H A Dtee_ta_enc_manager.c59 res = crypto_authenc_dec_final(enc_ctx, src, len, dst, &dlen, in tee_ta_decrypt_final()
H A Dtadb.c776 res = crypto_authenc_dec_final(ta->ctx, NULL, 0, NULL, &dl, in tee_tadb_ta_read()
H A Dfs_htree.c530 res = crypto_authenc_dec_final(ctx, crypt, len, plain, &out_size, tag, in authenc_decrypt_final()
H A Dtee_svc_cryp.c4376 res = crypto_authenc_dec_final(cs->ctx, src_data, src_len, dst_data, in syscall_authenc_dec_final()
/optee_os/core/include/crypto/
H A Dcrypto.h77 TEE_Result crypto_authenc_dec_final(void *ctx, const uint8_t *src_data,
/optee_os/core/crypto/
H A Dcrypto.c450 TEE_Result crypto_authenc_dec_final(void *ctx, const uint8_t *src_data, in crypto_authenc_dec_final() function