Home
last modified time | relevance | path

Searched defs:ccp_session_hmac (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/crypto/ccp/
H A Dccp.h64 struct ccp_session_hmac { struct
65 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