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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drijndael.c1038 err = _gcry_cipher_setiv (hdenc, tv[tvi].iv, sizeof tv[tvi].iv);
1040 err = _gcry_cipher_setiv (hddec, tv[tvi].iv, sizeof tv[tvi].iv);
H A Dcipher.c1610 _gcry_cipher_setiv (gcry_cipher_hd_t hd, const void *iv, size_t ivlen)
1608 _gcry_cipher_setiv (gcry_cipher_hd_t hd, const void *iv, size_t ivlen) function

Completed in 21 milliseconds