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

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcrypto.h134 } gcry_cipher_spec_t; typedef in typeref:struct:gcry_cipher_spec
184 const gcry_cipher_spec_t *
252 grub_cipher_register (gcry_cipher_spec_t *cipher);
254 grub_cipher_unregister (gcry_cipher_spec_t *cipher);
290 extern gcry_cipher_spec_t _gcry_cipher_spec_aes;
296 #define GRUB_CIPHER_AES ((const gcry_cipher_spec_t *) &_gcry_cipher_spec_aes)

Completed in 21 milliseconds