Searched refs:crypto_authenc_enc_final (Results 1 – 8 of 8) sorted by relevance
/optee_os/core/include/crypto/ |
A D | crypto.h | 72 TEE_Result crypto_authenc_enc_final(void *ctx, const uint8_t *src_data,
|
/optee_os/core/crypto/ |
A D | crypto.c | 405 TEE_Result crypto_authenc_enc_final(void *ctx, const uint8_t *src_data, in crypto_authenc_enc_final() function
|
/optee_os/core/tee/ |
A D | tadb.c | 552 res = crypto_authenc_enc_final(ta->ctx, NULL, 0, NULL, &dsz, in tee_tadb_ta_close_and_commit()
|
A D | fs_htree.c | 532 res = crypto_authenc_enc_final(ctx, plain, len, crypt, &out_size, tag, in authenc_encrypt_final()
|
A D | tee_svc_cryp.c | 3409 res = crypto_authenc_enc_final(cs->ctx, src_data, src_len, dst_data, in syscall_authenc_enc_final()
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 702 000000000e10eabc 000000000000008c T crypto_authenc_enc_final
|
A D | tee.dmp | 2061 000000000e10eabc g F .text 000000000000008c crypto_authenc_enc_final 22913 000000000e10eabc <crypto_authenc_enc_final>: 22914 crypto_authenc_enc_final(): 22928 e10eae0: 54000283 b.cc e10eb30 <crypto_authenc_enc_final+0x74> // b.lo, b.ul, b.last 57633 e12539c: 97ffa5c8 bl e10eabc <crypto_authenc_enc_final> 61535 e127e4c: 97ff9b1c bl e10eabc <crypto_authenc_enc_final> 66090 e12ae4c: 97ff8f1c bl e10eabc <crypto_authenc_enc_final>
|
A D | tee.map | 21489 .text.crypto_authenc_enc_final 21491 0x000000000e10eabc crypto_authenc_enc_final
|
Completed in 204 milliseconds