Home
last modified time | relevance | path

Searched refs:crypto_authenc_enc_final (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/drivers/
H A Dstm32mp15_huk.c115 ret = crypto_authenc_enc_final(ctx, (uint8_t *)uid, sizeof(uid), in aes_gcm_encrypt_uid()
/optee_os/core/include/crypto/
H A Dcrypto.h73 TEE_Result crypto_authenc_enc_final(void *ctx, const uint8_t *src_data,
/optee_os/core/tee/
H A Dtadb.c552 res = crypto_authenc_enc_final(ta->ctx, NULL, 0, NULL, &dsz, in tee_tadb_ta_close_and_commit()
H A Dfs_htree.c551 res = crypto_authenc_enc_final(ctx, plain, len, crypt, &out_size, tag, in authenc_encrypt_final()
H A Dtee_svc_cryp.c4290 res = crypto_authenc_enc_final(cs->ctx, src_data, src_len, dst_data, in syscall_authenc_enc_final()
/optee_os/core/crypto/
H A Dcrypto.c437 TEE_Result crypto_authenc_enc_final(void *ctx, const uint8_t *src_data, in crypto_authenc_enc_final() function