Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/bcm/
Dcipher.h178 struct iproc_ctx_s { struct
179 u8 enckey[MAX_KEY_SIZE + ARC4_STATE_SIZE];
180 unsigned int enckeylen;
182 u8 authkey[MAX_KEY_SIZE + ARC4_STATE_SIZE];
183 unsigned int authkeylen;
185 u8 salt[MAX_SALT_SIZE];
186 unsigned int salt_len;
187 unsigned int salt_offset;
188 u8 iv[MAX_IV_SIZE];
190 unsigned int digestsize;
[all …]
/kernel/linux/linux-4.19/drivers/crypto/bcm/
Dcipher.h189 struct iproc_ctx_s { struct
190 u8 enckey[MAX_KEY_SIZE + ARC4_STATE_SIZE];
191 unsigned int enckeylen;
193 u8 authkey[MAX_KEY_SIZE + ARC4_STATE_SIZE];
194 unsigned int authkeylen;
196 u8 salt[MAX_SALT_SIZE];
197 unsigned int salt_len;
198 unsigned int salt_offset;
199 u8 iv[MAX_IV_SIZE];
201 unsigned int digestsize;
[all …]