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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcipher.c1620 _gcry_cipher_setctr (gcry_cipher_hd_t hd, const void *ctr, size_t ctrlen)
1622 if (ctr && ctrlen == hd->cipher->blocksize)
1624 else if (!ctr || !ctrlen)
1618 _gcry_cipher_setctr(gcry_cipher_hd_t hd, const void *ctr, size_t ctrlen) argument

Completed in 18 milliseconds