Searched defs:grub_crypto_cipher_handle_t (Results 1 - 1 of 1) 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,

Completed in 35 milliseconds