Searched refs:SHA1_RESULTLEN (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/random/
H A Dfips_sha1.h50 #define SHA1_RESULTLEN SHA_DIGEST_LENGTH macro
/darwin-on-arm/xnu/libkern/libkern/crypto/
H A Dsha1.h37 #define SHA1_RESULTLEN SHA_DIGEST_LENGTH macro
/darwin-on-arm/xnu/bsd/sys/
H A Dubc_internal.h110 unsigned char csb_sha1[SHA1_RESULTLEN];
/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c254 (ntohl(cd->nCodeSlots) * SHA1_RESULTLEN),
323 hashindex * SHA1_RESULTLEN;
325 top = base + scount * SHA1_RESULTLEN;
341 hash = base + (page - sbase) * SHA1_RESULTLEN;
344 top = base + nCodeSlots * SHA1_RESULTLEN;
351 hash = base + page * SHA1_RESULTLEN;
354 if (!cs_valid_range(hash, hash + SHA1_RESULTLEN,
2577 SHA1_RESULTLEN)) {
2799 unsigned char actual_hash[SHA1_RESULTLEN];
2800 unsigned char expected_hash[SHA1_RESULTLEN];
[all...]
H A Dkern_proc.c1746 unsigned char cdhash[SHA1_RESULTLEN];
1891 if (tvp == NULLVP || usize != SHA1_RESULTLEN) {
H A Dkern_exec.c3844 unsigned char hash[SHA1_RESULTLEN];
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss_crypto.c280 SHA1Update(&ctx->sha1_ctx, digest, SHA1_RESULTLEN);
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_ifattach.c140 u_int8_t digest[SHA1_RESULTLEN];
175 u_int8_t seed[16], nullbuf[8], digest[SHA1_RESULTLEN];
683 u_int8_t digest[SHA1_RESULTLEN];
H A Dah_core.c494 u_char digest[SHA1_RESULTLEN] __attribute__((aligned(4))); /* SHA-1 generates 160 bits */
672 u_char tk[SHA1_RESULTLEN] __attribute__((aligned(4))); /* SHA-1 generates 160 bits */
697 keylen = SHA1_RESULTLEN;
739 u_char digest[SHA1_RESULTLEN] __attribute__((aligned(4))); /* SHA-1 generates 160 bits */

Completed in 79 milliseconds