Searched refs:sha1_size (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dubc_subr.c2847 int sha1_size; local
2861 sha1_size = ntohl(cd->length);
2863 SHA1Update(&sha1ctxt, sha1_base, sha1_size);
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_subr.c3775 int sha1_size; local
3782 sha1_size = sizeof (mptcp_key_t);
3784 SHA1Update(&sha1ctxt, sha1_base, sha1_size);

Completed in 23 milliseconds