Searched refs:crypto_authenc_enc_final (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/drivers/ |
A D | stm32mp15_huk.c | 110 ret = crypto_authenc_enc_final(ctx, (uint8_t *)uid, sizeof(uid), in aes_gcm_encrypt_uid()
|
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto.h | 73 TEE_Result crypto_authenc_enc_final(void *ctx, const uint8_t *src_data,
|
/optee_os-3.20.0/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 | 3903 res = crypto_authenc_enc_final(cs->ctx, src_data, src_len, dst_data, in syscall_authenc_enc_final()
|
/optee_os-3.20.0/core/crypto/ |
A D | crypto.c | 408 TEE_Result crypto_authenc_enc_final(void *ctx, const uint8_t *src_data, in crypto_authenc_enc_final() function
|
Completed in 19 milliseconds