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