Lines Matching refs:ibytes
271 unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, in AES_GCM_encrypt() argument
290 if (ibytes == 96/8) { in AES_GCM_encrypt()
319 for (i=0; i < ibytes/16; i++) { in AES_GCM_encrypt()
325 if (ibytes%16) { in AES_GCM_encrypt()
326 for (j=0; j < ibytes%16; j++) in AES_GCM_encrypt()
333 tmp1 = _mm_insert_epi64(tmp1, (uint64_t)ibytes*8, 0); in AES_GCM_encrypt()
532 const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, in AES_GCM_decrypt() argument
551 if (ibytes == 96/8) { in AES_GCM_decrypt()
580 for (i=0; i < ibytes/16; i++) { in AES_GCM_decrypt()
586 if (ibytes%16) { in AES_GCM_decrypt()
587 for (j=0; j < ibytes%16; j++) in AES_GCM_decrypt()
594 tmp1 = _mm_insert_epi64(tmp1, (uint64_t)ibytes*8, 0); in AES_GCM_decrypt()