Searched defs:safexcel_cipher_ctx (Results 1 – 1 of 1) sorted by relevance
45 struct safexcel_cipher_ctx { struct46 struct safexcel_context base;47 struct safexcel_crypto_priv *priv;49 u32 mode;50 enum safexcel_cipher_alg alg;51 u8 aead; /* !=0=AEAD, 2=IPSec ESP AEAD, 3=IPsec ESP GMAC */52 u8 xcm; /* 0=authenc, 1=GCM, 2 reserved for CCM */53 u8 aadskip;77 static int safexcel_skcipher_iv(struct safexcel_cipher_ctx *ctx, u8 *iv, in safexcel_skcipher_iv() argument