Lines Matching refs:abytes
271 unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, in AES_GCM_encrypt() argument
349 for (i=0; i<abytes/16/4; i++) { in AES_GCM_encrypt()
363 for (i=i*4; i<abytes/16; i++) { in AES_GCM_encrypt()
369 if (abytes%16) { in AES_GCM_encrypt()
371 for (j=0; j<abytes%16; j++) in AES_GCM_encrypt()
519 tmp1 = _mm_insert_epi64(tmp1, (uint64_t)abytes*8, 1); in AES_GCM_encrypt()
532 const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, in AES_GCM_decrypt() argument
610 for (i=0; i<abytes/16/4; i++) { in AES_GCM_decrypt()
625 for (i=i*4; i<abytes/16; i++) { in AES_GCM_decrypt()
631 if (abytes%16) { in AES_GCM_decrypt()
633 for (j=0; j<abytes%16; j++) in AES_GCM_decrypt()
674 tmp1 = _mm_insert_epi64(tmp1, (uint64_t)abytes*8, 1); in AES_GCM_decrypt()