Lines Matching refs:iv
137 const u8 iv[GCM_AES_IV_SIZE], u8 *authtag) in aesgcm_encrypt()
141 memcpy(ctr, iv, GCM_AES_IV_SIZE); in aesgcm_encrypt()
167 int assoc_len, const u8 iv[GCM_AES_IV_SIZE], in aesgcm_decrypt()
173 memcpy(ctr, iv, GCM_AES_IV_SIZE); in aesgcm_decrypt()
550 u8 iv[GCM_AES_IV_SIZE]; member
572 .iv = "\xca\xfe\xba\xbe\xfa\xce\xdb\xad"
582 .iv = "\xca\xfe\xba\xbe\xfa\xce\xdb\xad"
607 .iv = "\xca\xfe\xba\xbe\xfa\xce\xdb\xad"
629 .iv = "\xca\xfe\xba\xbe\xfa\xce\xdb\xad"
641 .iv = "\xca\xfe\xba\xbe\xfa\xce\xdb\xad"
656 .iv = "\xca\xfe\xba\xbe\xfa\xce\xdb\xad"
672 .iv = "\x00\xff\xff\xff\xff\x00\x00\xff"
697 aesgcm_tv[i].iv, aesgcm_tv[i].ctext + plen) in libaesgcm_init()
705 aesgcm_tv[i].alen, aesgcm_tv[i].iv, tagbuf); in libaesgcm_init()
713 aesgcm_tv[i].alen, aesgcm_tv[i].iv, tagbuf) in libaesgcm_init()