Searched refs:gcm_tag_s (Results 1 – 1 of 1) sorted by relevance
5653 const unsigned char *gcm_tag, size_t gcm_tag_s) in aes_gcm_encrypt() argument5686 || !TEST_mem_eq(outtag, gcm_tag_s, gcm_tag, gcm_tag_s)) in aes_gcm_encrypt()5702 const unsigned char *gcm_tag, size_t gcm_tag_s) in aes_gcm_decrypt() argument5732 (void*)gcm_tag, gcm_tag_s); in aes_gcm_decrypt()
Completed in 20 milliseconds