Searched defs:spacc_aead_ctx (Results 1 – 1 of 1) sorted by relevance
169 struct spacc_aead_ctx { struct170 struct spacc_generic_ctx generic;171 u8 cipher_key[AES_MAX_KEY_SIZE];172 u8 hash_ctx[SPACC_CRYPTO_IPSEC_HASH_PG_SZ];173 u8 cipher_key_len;174 u8 hash_key_len;175 struct crypto_aead *sw_cipher;176 size_t auth_size;177 u8 salt[AES_BLOCK_SIZE];