Home
last modified time | relevance | path

Searched defs:dst_tag (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/lib/libtomcrypt/
A Dccm.c149 uint8_t *dst_tag, in crypto_aes_ccm_enc_final()
186 uint8_t dst_tag[TEE_CCM_TAG_MAX_LENGTH] = { 0 }; in crypto_aes_ccm_dec_final() local
A Dgcm.c143 uint8_t *dst_data, uint8_t *dst_tag, in crypto_aes_gcm_enc_final()
179 uint8_t dst_tag[TEE_GCM_TAG_MAX_LENGTH] = { 0 }; in crypto_aes_gcm_dec_final() local
/optee_os/core/crypto/
A Dcrypto.c407 size_t *dst_len, uint8_t *dst_tag, in crypto_authenc_enc_final()

Completed in 6 milliseconds