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