Searched refs:ctrlen (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dvisibility.c534 gcry_cipher_setctr (gcry_cipher_hd_t hd, const void *ctr, size_t ctrlen) argument
539 return _gcry_cipher_setctr (hd, ctr, ctrlen);
H A Dgcrypt.h948 const void *ctr, size_t ctrlen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dvisibility.c534 gcry_cipher_setctr (gcry_cipher_hd_t hd, const void *ctr, size_t ctrlen) argument
539 return _gcry_cipher_setctr (hd, ctr, ctrlen);
H A Dgcrypt.h948 const void *ctr, size_t ctrlen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dcipher.c1910 _gcry_cipher_setctr (gcry_cipher_hd_t hd, const void *ctr, size_t ctrlen)
1912 if (ctr && ctrlen == hd->cipher->blocksize)
1917 else if (!ctr || !ctrlen)
1907 _gcry_cipher_setctr(gcry_cipher_hd_t hd, const void *ctr, size_t ctrlen) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcipher.c1910 _gcry_cipher_setctr (gcry_cipher_hd_t hd, const void *ctr, size_t ctrlen)
1912 if (ctr && ctrlen == hd->cipher->blocksize)
1917 else if (!ctr || !ctrlen)
1907 _gcry_cipher_setctr(gcry_cipher_hd_t hd, const void *ctr, size_t ctrlen) argument

Completed in 107 milliseconds