Searched refs:crypto_authenc_dec_final (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/tee/ |
A D | tee_ta_enc_manager.c | 59 res = crypto_authenc_dec_final(enc_ctx, src, len, dst, &dlen, in tee_ta_decrypt_final()
|
A D | tadb.c | 765 res = crypto_authenc_dec_final(ta->ctx, NULL, 0, NULL, &dl, in tee_tadb_ta_read()
|
A D | fs_htree.c | 511 res = crypto_authenc_dec_final(ctx, crypt, len, plain, &out_size, tag, in authenc_decrypt_final()
|
A D | tee_svc_cryp.c | 3984 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 D | crypto.h | 77 TEE_Result crypto_authenc_dec_final(void *ctx, const uint8_t *src_data,
|
/optee_os-3.20.0/core/crypto/ |
A D | crypto.c | 421 TEE_Result crypto_authenc_dec_final(void *ctx, const uint8_t *src_data, in crypto_authenc_dec_final() function
|
Completed in 17 milliseconds