Searched defs:secondary_cipher (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dluks.c80 grub_crypto_cipher_handle_t cipher = NULL, secondary_cipher = NULL; local
176 secondary_cipher = grub_crypto_cipher_open (ciph);
177 if (!secondary_cipher)
189 if (secondary_cipher->cipher->blocksize != GRUB_CRYPTODISK_GF_BYTES)
193 secondary_cipher->cipher->blocksize);
271 grub_crypto_cipher_close (secondary_cipher);
286 newdev->secondary_cipher = secondary_cipher;
H A Dgeli.c254 grub_crypto_cipher_handle_t cipher = NULL, secondary_cipher = NULL; local
338 secondary_cipher = grub_crypto_cipher_open (ciph);
339 if (!secondary_cipher)
354 newdev->secondary_cipher = secondary_cipher;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcryptodisk.h69 grub_crypto_cipher_handle_t secondary_cipher; member in struct:grub_cryptodisk

Completed in 17 milliseconds