wpa_supplicant / hostapd 2.0
Data Fields

crypto_cipher Struct Reference

Data Fields

HCRYPTPROV prov
HCRYPTKEY key
gcry_cipher_hd_t enc
gcry_cipher_hd_t dec
tmp H hostap src crypto
crypto_internal cipher c enum
crypto_cipher_alg 
alg
union {
   struct {
      size_t   used_bytes
      u8   key [16]
      size_t   keylen
   }   rc4
   struct {
      u8   cbc [32]
      size_t   block_size
      void *   ctx_enc
      void *   ctx_dec
   }   aes
   struct {
      struct des3_key_s   key
      u8   cbc [8]
   }   des3
   struct {
      u32   ek [32]
      u32   dk [32]
      u8   cbc [8]
   }   des
u
int rc4
union {
   symmetric_CBC   cbc
   struct {
      size_t   used_bytes
      u8   key [16]
      size_t   keylen
   }   rc4
u
EVP_CIPHER_CTX enc
EVP_CIPHER_CTX dec

The documentation for this struct was generated from the following files:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines