Home
last modified time | relevance | path

Searched refs:ltc_tag_len (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/
A Dccm.c192 unsigned long ltc_tag_len = tag_len; in crypto_aes_ccm_dec_final() local
206 ltc_res = ccm_done(&ccm->ctx, dst_tag, &ltc_tag_len); in crypto_aes_ccm_dec_final()
A Dgcm.c180 unsigned long ltc_tag_len = tag_len; in crypto_aes_gcm_dec_final() local
194 ltc_res = gcm_done(&gcm->ctx, dst_tag, &ltc_tag_len); in crypto_aes_gcm_dec_final()

Completed in 3 milliseconds