Searched refs:full_digest (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.101.15/bsd/netinet/ ! |
| H A D | mptcp_subr.c | 5253 u_char full_digest[MAX(SHA1_RESULTLEN, SHA256_DIGEST_LENGTH)] = {0}; in mptcp_get_mpjoin_hmac() local 5255 mptcp_hmac_sha1(mp_tp->mpt_localkey, mp_tp->mpt_remotekey, lrand, rrand, full_digest); in mptcp_get_mpjoin_hmac() 5260 mptcp_hmac_sha256(mp_tp->mpt_localkey, mp_tp->mpt_remotekey, (u_char*)data, 8, full_digest); in mptcp_get_mpjoin_hmac() 5262 bcopy(full_digest, digest, digest_len); in mptcp_get_mpjoin_hmac()
|