Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:ivlen

1569                      unsigned long  IVlen);
1571 This adds the initial vector octets from \textit{IV} of length \textit{IVlen} to the GCM state \textit{gcm}. You can call this function as many times as required
1636 const unsigned char *IV, unsigned long IVlen,
1657 const unsigned char *iv, unsigned long ivlen,
1671 if ((err = gcm_add_iv(gcm, iv, ivlen)) != CRYPT_OK) {
1696 send(socket, iv, ivlen, 0);
5566 @param IVlen The length of the initial vector
5579 const unsigned char *IV, unsigned long IVlen,