Searched defs:otx_cpt_aead_ctx (Results 1 – 1 of 1) sorted by relevance
169 struct otx_cpt_aead_ctx { struct170 u8 key[OTX_CPT_MAX_KEY_SIZE];171 struct crypto_shash *hashalg;172 struct otx_cpt_sdesc *sdesc;173 u8 *ipad;174 u8 *opad;175 u32 enc_key_len;176 u32 auth_key_len;177 u8 cipher_type;178 u8 mac_type;[all …]