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

/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dluks.c138 cipher = grub_crypto_cipher_open (ciph);
176 secondary_cipher = grub_crypto_cipher_open (ciph);
250 essiv_cipher = grub_crypto_cipher_open (ciph);
H A Dgeli.c332 cipher = grub_crypto_cipher_open (ciph);
338 secondary_cipher = grub_crypto_cipher_open (ciph);
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfscrypt.c331 cipher = grub_crypto_cipher_open (GRUB_CIPHER_AES);
380 ret = grub_crypto_cipher_open (GRUB_CIPHER_AES);
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcrypto.h188 grub_crypto_cipher_open (const struct gcry_cipher_spec *cipher);
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dcrypto.c154 grub_crypto_cipher_open (const struct gcry_cipher_spec *cipher) function

Completed in 28 milliseconds