Searched defs:safexcel_cipher_ctx (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/drivers/crypto/inside-secure/ |
| D | safexcel_cipher.c | 44 struct safexcel_cipher_ctx { struct 45 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
|
| /kernel/linux/linux-6.6/drivers/crypto/inside-secure/ |
| D | safexcel_cipher.c | 45 struct safexcel_cipher_ctx { struct 46 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
|