Searched refs:crypto_authenc_enc_final (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/drivers/ |
| H A D | stm32mp15_huk.c | 115 ret = crypto_authenc_enc_final(ctx, (uint8_t *)uid, sizeof(uid), in aes_gcm_encrypt_uid()
|
| /optee_os/core/include/crypto/ |
| H A D | crypto.h | 73 TEE_Result crypto_authenc_enc_final(void *ctx, const uint8_t *src_data,
|
| /optee_os/core/tee/ |
| H A D | tadb.c | 552 res = crypto_authenc_enc_final(ta->ctx, NULL, 0, NULL, &dsz, in tee_tadb_ta_close_and_commit()
|
| H A D | fs_htree.c | 551 res = crypto_authenc_enc_final(ctx, plain, len, crypt, &out_size, tag, in authenc_encrypt_final()
|
| H A D | tee_svc_cryp.c | 4290 res = crypto_authenc_enc_final(cs->ctx, src_data, src_len, dst_data, in syscall_authenc_enc_final()
|
| /optee_os/core/crypto/ |
| H A D | crypto.c | 437 TEE_Result crypto_authenc_enc_final(void *ctx, const uint8_t *src_data, in crypto_authenc_enc_final() function
|