Searched refs:secondary_cipher (Results 1 - 4 of 4) 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;
H A Dcryptodisk.c287 err = grub_crypto_ecb_encrypt (dev->secondary_cipher, iv, iv,
366 err = grub_crypto_cipher_set_key (dev->secondary_cipher,
572 grub_free (dev->secondary_cipher);
653 if (dev->secondary_cipher)
654 grub_printf ("%s ", dev->secondary_cipher->cipher->modname);
681 grub_crypto_cipher_close (dev->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 34 milliseconds