Home
last modified time | relevance | path

Searched refs:full_digest (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/bsd/netinet/
H A Dmptcp_subr.c5249 u_char full_digest[MAX(SHA1_RESULTLEN, SHA256_DIGEST_LENGTH)] = {0}; in mptcp_get_mpjoin_hmac() local
5251 mptcp_hmac_sha1(mp_tp->mpt_localkey, mp_tp->mpt_remotekey, lrand, rrand, full_digest); in mptcp_get_mpjoin_hmac()
5256 mptcp_hmac_sha256(mp_tp->mpt_localkey, mp_tp->mpt_remotekey, (u_char*)data, 8, full_digest); in mptcp_get_mpjoin_hmac()
5258 bcopy(full_digest, digest, digest_len); in mptcp_get_mpjoin_hmac()