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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drijndael.c1009 gcry_cipher_hd_t hdenc = NULL;
1013 _gcry_cipher_close (hdenc); \
1027 err = _gcry_cipher_open (&hdenc, GCRY_CIPHER_AES, tv[tvi].mode, 0);
1033 err = _gcry_cipher_setkey (hdenc, tv[tvi].key, sizeof tv[tvi].key);
1038 err = _gcry_cipher_setiv (hdenc, tv[tvi].iv, sizeof tv[tvi].iv);
1045 err = _gcry_cipher_encrypt (hdenc, scratch, sizeof scratch,
1062 _gcry_cipher_close (hdenc);
1006 gcry_cipher_hd_t hdenc = NULL; local

Completed in 23 milliseconds