Home
last modified time | relevance | path

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

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

Completed in 17 milliseconds