Lines Matching refs:iv
150 const u8 iv[GCM_AES_IV_SIZE], u8 *authtag) in aesgcm_encrypt()
154 memcpy(ctr, iv, GCM_AES_IV_SIZE); in aesgcm_encrypt()
180 int assoc_len, const u8 iv[GCM_AES_IV_SIZE], in aesgcm_decrypt()
186 memcpy(ctr, iv, GCM_AES_IV_SIZE); in aesgcm_decrypt()
563 u8 iv[GCM_AES_IV_SIZE]; member
585 .iv = "\xca\xfe\xba\xbe\xfa\xce\xdb\xad"
595 .iv = "\xca\xfe\xba\xbe\xfa\xce\xdb\xad"
620 .iv = "\xca\xfe\xba\xbe\xfa\xce\xdb\xad"
642 .iv = "\xca\xfe\xba\xbe\xfa\xce\xdb\xad"
654 .iv = "\xca\xfe\xba\xbe\xfa\xce\xdb\xad"
669 .iv = "\xca\xfe\xba\xbe\xfa\xce\xdb\xad"
685 .iv = "\x00\xff\xff\xff\xff\x00\x00\xff"
710 aesgcm_tv[i].iv, aesgcm_tv[i].ctext + plen) in libaesgcm_init()
718 aesgcm_tv[i].alen, aesgcm_tv[i].iv, tagbuf); in libaesgcm_init()
726 aesgcm_tv[i].alen, aesgcm_tv[i].iv, tagbuf) in libaesgcm_init()