Searched defs:iproc_ctx_s (Results 1 – 1 of 1) sorted by relevance
179 struct iproc_ctx_s { struct180 u8 enckey[MAX_KEY_SIZE + ARC4_STATE_SIZE];181 unsigned int enckeylen;183 u8 authkey[MAX_KEY_SIZE + ARC4_STATE_SIZE];184 unsigned int authkeylen;186 u8 salt[MAX_SALT_SIZE];187 unsigned int salt_len;188 unsigned int salt_offset;189 u8 iv[MAX_IV_SIZE];191 unsigned int digestsize;[all …]