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