Searched refs:crypto_authenc_dec_final (Results 1 – 9 of 9) sorted by relevance
/optee_os/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 | 3486 res = crypto_authenc_dec_final(cs->ctx, src_data, src_len, dst_data, in syscall_authenc_dec_final()
|
/optee_os/core/include/crypto/ |
A D | crypto.h | 76 TEE_Result crypto_authenc_dec_final(void *ctx, const uint8_t *src_data,
|
/optee_os/core/crypto/ |
A D | crypto.c | 418 TEE_Result crypto_authenc_dec_final(void *ctx, const uint8_t *src_data, in crypto_authenc_dec_final() function
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 703 000000000e10eb48 000000000000008c T crypto_authenc_dec_final
|
A D | tee.dmp | 2709 000000000e10eb48 g F .text 000000000000008c crypto_authenc_dec_final 22962 000000000e10eb48 <crypto_authenc_dec_final>: 22963 crypto_authenc_dec_final(): 22977 e10eb6c: 54000283 b.cc e10ebbc <crypto_authenc_dec_final+0x74> // b.lo, b.ul, b.last 57780 e125558: 97ffa57c bl e10eb48 <crypto_authenc_dec_final> 61937 e128264: 97ff9a39 bl e10eb48 <crypto_authenc_dec_final> 62688 e128a34: 97ff9845 bl e10eb48 <crypto_authenc_dec_final> 65852 e12abdc: 97ff8fdb bl e10eb48 <crypto_authenc_dec_final>
|
A D | tee.map | 21492 .text.crypto_authenc_dec_final 21494 0x000000000e10eb48 crypto_authenc_dec_final
|
Completed in 223 milliseconds