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

/darwin-on-arm/xnu/libkern/libkern/crypto/
H A Dsha1.h58 #define sha1_loop(c, b, l) SHA1Update(c, b, l)
62 extern void SHA1Update(SHA1_CTX *, const void *, size_t);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss_crypto.c251 SHA1Update(&ctx->sha1_ctx, ipad, sizeof(ipad));
260 SHA1Update(&ctx->sha1_ctx, data, len);
279 SHA1Update(&ctx->sha1_ctx, opad, sizeof(opad));
280 SHA1Update(&ctx->sha1_ctx, digest, SHA1_RESULTLEN);
/darwin-on-arm/xnu/libkern/crypto/
H A Dcorecrypto_sha1.c51 void SHA1Update(SHA1_CTX *ctx, const void *data, size_t len) function
74 SHA1Update(ctx, data, len);
H A Dlocalcrypto_sha1.c294 void SHA1Update(SHA1_CTX *context, const void *inpp, size_t inputLen) function
346 SHA1Update(context, PADDING, ((index < 56) ? 56 : 120) - index);
349 SHA1Update(context, bits, 8);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dah_core.c437 SHA1Update(ctxt, (u_int8_t *)_KEYBUF(state->sav->key_auth),
451 SHA1Update(ctxt, &buf[0], 1);
456 SHA1Update(ctxt, &buf[0], sizeof(buf));
460 SHA1Update(ctxt, &buf[0], padlen);
467 SHA1Update(ctxt, buf, 8);
485 SHA1Update(ctxt, (caddr_t)addr, (size_t)len);
502 SHA1Update(ctxt, (u_int8_t *)_KEYBUF(state->sav->key_auth),
693 SHA1Update(ctxt, _KEYBUF(state->sav->key_auth),
713 SHA1Update(ctxt, ipad, 64);
730 SHA1Update(ctx
[all...]
H A Din6_ifattach.c152 SHA1Update(&ctxt, hostname, hostnlen);
209 SHA1Update(&ctxt, seed, sizeof(seed));
706 SHA1Update(&ctxt, &l, sizeof(l));
707 SHA1Update(&ctxt, n, l);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp956 SHA1Update( &context, space, sizeof( space ) );
957 SHA1Update( &context, data1->getBytesNoCopy( ), data1->getLength( ) );
958 SHA1Update( &context, data2->getBytesNoCopy( ), data2->getLength( ) );
983 SHA1Update( &context, space, sizeof( space ) );
984 SHA1Update( &context, data->getBytesNoCopy( ), data->getLength( ) );
/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c451 SHA1Update(&context, start, length);
2515 SHA1Update(&sha1ctxt, sha1_base, sha1_size);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cprotect.c1376 SHA1Update(&sha1ctxt, &entry->cp_cache_key[0], CP_MAX_KEYSIZE);

Completed in 35 milliseconds