Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/
A Dstm32mp15_huk.c110 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 Dcrypto.h73 TEE_Result crypto_authenc_enc_final(void *ctx, const uint8_t *src_data,
/optee_os-3.20.0/core/tee/
A Dtadb.c552 res = crypto_authenc_enc_final(ta->ctx, NULL, 0, NULL, &dsz, in tee_tadb_ta_close_and_commit()
A Dfs_htree.c532 res = crypto_authenc_enc_final(ctx, plain, len, crypt, &out_size, tag, in authenc_encrypt_final()
A Dtee_svc_cryp.c3903 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 Dcrypto.c408 TEE_Result crypto_authenc_enc_final(void *ctx, const uint8_t *src_data, in crypto_authenc_enc_final() function

Completed in 19 milliseconds