Searched defs:essiv_cipher (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dluks.c81 grub_crypto_cipher_handle_t essiv_cipher = NULL; local
250 essiv_cipher = grub_crypto_cipher_open (ciph);
251 if (!essiv_cipher)
270 grub_crypto_cipher_close (essiv_cipher);
287 newdev->essiv_cipher = essiv_cipher;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcryptodisk.h70 grub_crypto_cipher_handle_t essiv_cipher; member in struct:grub_cryptodisk

Completed in 16 milliseconds