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

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcrypto.h180 typedef struct grub_crypto_cipher_handle *grub_crypto_cipher_handle_t; typedef in typeref:struct:grub_crypto_cipher_handle
187 grub_crypto_cipher_handle_t
191 grub_crypto_cipher_set_key (grub_crypto_cipher_handle_t cipher,
196 grub_crypto_cipher_close (grub_crypto_cipher_handle_t cipher)
237 grub_crypto_ecb_decrypt (grub_crypto_cipher_handle_t cipher,
241 grub_crypto_ecb_encrypt (grub_crypto_cipher_handle_t cipher,
244 grub_crypto_cbc_encrypt (grub_crypto_cipher_handle_t cipher,
248 grub_crypto_cbc_decrypt (grub_crypto_cipher_handle_t cipher,
H A Dcryptodisk.h68 grub_crypto_cipher_handle_t cipher;
69 grub_crypto_cipher_handle_t secondary_cipher;
70 grub_crypto_cipher_handle_t essiv_cipher;
/osnet-11/usr/src/grub/grub2/include/grub/zfs/
H A Dzfs.h136 extern grub_err_t (*grub_zfs_decrypt) (grub_crypto_cipher_handle_t cipher,
145 extern grub_crypto_cipher_handle_t (*grub_zfs_load_key) (const struct grub_zfs_key *key,
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfscrypt.c94 grub_ccm_decrypt (grub_crypto_cipher_handle_t cipher,
177 grub_gcm_decrypt (grub_crypto_cipher_handle_t cipher,
247 algo_decrypt (grub_crypto_cipher_handle_t cipher, grub_uint64_t algo,
267 grub_zfs_decrypt_real (grub_crypto_cipher_handle_t cipher,
302 static grub_crypto_cipher_handle_t
310 grub_crypto_cipher_handle_t ret = NULL;
328 grub_crypto_cipher_handle_t cipher;
H A Dzfs.c212 grub_crypto_cipher_handle_t cipher;
279 grub_err_t (*grub_zfs_decrypt) (grub_crypto_cipher_handle_t cipher,
285 grub_crypto_cipher_handle_t (*grub_zfs_load_key) (const struct grub_zfs_key *key,
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dcrypto.c153 grub_crypto_cipher_handle_t
156 grub_crypto_cipher_handle_t ret;
165 grub_crypto_cipher_set_key (grub_crypto_cipher_handle_t cipher,
173 grub_crypto_ecb_decrypt (grub_crypto_cipher_handle_t cipher,
190 grub_crypto_ecb_encrypt (grub_crypto_cipher_handle_t cipher,
207 grub_crypto_cbc_encrypt (grub_crypto_cipher_handle_t cipher,
231 grub_crypto_cbc_decrypt (grub_crypto_cipher_handle_t cipher,
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dluks.c80 grub_crypto_cipher_handle_t cipher = NULL, secondary_cipher = NULL;
81 grub_crypto_cipher_handle_t essiv_cipher = NULL;
H A Dgeli.c254 grub_crypto_cipher_handle_t cipher = NULL, secondary_cipher = NULL;
H A Dcryptodisk.c109 grub_crypto_pcbc_decrypt (grub_crypto_cipher_handle_t cipher,

Completed in 77 milliseconds