Searched defs:ccp_session_hmac (Results 1 – 1 of 1) sorted by relevance
64 struct ccp_session_hmac { struct65 const struct auth_hash *auth_hash;66 int hash_len;67 unsigned int auth_mode;68 char ipad[CCP_HASH_MAX_BLOCK_SIZE];92 struct ccp_session_hmac hmac; argument