Searched defs:iproc_ctx_s (Results 1 – 1 of 1) sorted by relevance
189 struct iproc_ctx_s { struct190 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 …]