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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drijndael.c1010 gcry_cipher_hd_t hddec = NULL;
1014 _gcry_cipher_close (hddec); \
1030 err = _gcry_cipher_open (&hddec, GCRY_CIPHER_AES, tv[tvi].mode, 0);
1035 err = _gcry_cipher_setkey (hddec, tv[tvi].key, sizeof tv[tvi].key);
1040 err = _gcry_cipher_setiv (hddec, tv[tvi].iv, sizeof tv[tvi].iv);
1052 err = _gcry_cipher_decrypt (hddec, scratch, sizeof scratch,
1063 _gcry_cipher_close (hddec);
1007 gcry_cipher_hd_t hddec = NULL; local

Completed in 38 milliseconds