Home
last modified time | relevance | path

Searched defs:otx2_cpt_aead_ctx (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf_algs.h159 struct otx2_cpt_aead_ctx { struct
160 u8 key[OTX2_CPT_MAX_KEY_SIZE];
161 struct crypto_shash *hashalg;
162 struct otx2_cpt_sdesc *sdesc;
163 struct crypto_aead *fbk_cipher;
164 u8 *ipad;
165 u8 *opad;
166 u32 enc_key_len;
167 u32 auth_key_len;
168 u8 cipher_type;
[all …]