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

12

/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Dhmac_sha1.c39 SHA1Update(&keyContext, key, klen);
65 SHA1Update(sha1Context, kipad, 64);
71 SHA1Update(sha1Context, data, dlen);
100 SHA1Update(sha1Context, kopad, 64);
101 SHA1Update(sha1Context, digest, 20);
H A Dsha1_test.c100 SHA1Update(&sha, (unsigned char *)testarray[j],
/illumos-gate/usr/src/uts/common/sys/
H A Dsha1.h56 void SHA1Update(SHA1_CTX *, const void *, size_t);
/illumos-gate/usr/src/common/crypto/rng/
H A Dfips_random.c129 SHA1Update(&sha1_context, (unsigned char *)XVAL, SHA1BYTES);
138 SHA1Update(&sha1_context, (unsigned char *)zero,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap_ms.c435 SHA1Update(&sha1Context, peerchallenge, 16);
436 SHA1Update(&sha1Context, authenticatorchallenge, 16);
446 SHA1Update(&sha1Context, (uint8_t *)username, strlen(username));
563 SHA1Update(&sha1Context, hashhash, MD4_SIGNATURE_SIZE);
564 SHA1Update(&sha1Context, msresp->NTResp, sizeof (msresp->NTResp));
565 SHA1Update(&sha1Context, Magic1, 39);
571 SHA1Update(&sha1Context, digest, 20);
572 SHA1Update(&sha1Context, challenge, 8);
573 SHA1Update(&sha1Context, Magic2, 41);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dsha1_mod.c42 * SHA1Init, SHA1Update, and SHA1Final.
84 SHA1Update(ctx, key, len); \
296 SHA1Update(sha1_ctx,
444 SHA1Update(sha1_ctx, mp->b_rptr + offset, cur_len);
569 SHA1Update(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx,
641 SHA1Update(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx,
736 SHA1Update(&sha1_ctx,
834 SHA1Update(&ctx->hc_icontext, (uint8_t *)ipad, SHA1_HMAC_BLOCK_SIZE);
838 SHA1Update(&ctx->hc_ocontext, (uint8_t *)opad, SHA1_HMAC_BLOCK_SIZE);
927 SHA1Update(
[all...]
H A Decc.c613 digest, (void (*)())SHA1Update,
750 (void (*)())SHA1Update, (void (*)())SHA1Final,
942 (void (*)())SHA1Update, (void (*)())SHA1Final,
H A Drsa.c981 digest, SHA1Update, SHA1Final, flag | CRYPTO_DO_SHA1);
1182 NULL, SHA1Update, SHA1Final, CRYPTO_DO_SHA1 |
1373 NULL, SHA1Update, SHA1Final, CRYPTO_DO_SHA1 |
H A Dswrand.c70 #define HashUpdate(ctx, p, s) SHA1Update((ctx), (p), (s))
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDigestUtil.c260 SHA1Update((SHA1_CTX *)session_p->digest.context,
264 SHA1Update((SHA1_CTX *)session_p->digest.context,
380 SHA1Update((SHA1_CTX *)session_p->digest.context,
384 SHA1Update((SHA1_CTX *)session_p->digest.context,
H A DsoftSSL.c117 SHA1Update(&sha1_ctx, (const uint8_t *)ssl3_const_vals[i],
119 SHA1Update(&sha1_ctx, secret, secretlen);
120 SHA1Update(&sha1_ctx, rand1, rand1len);
121 SHA1Update(&sha1_ctx, rand2, rand2len);
177 SHA1Update(&sha1_ctx, S2, L_S);
/illumos-gate/usr/src/man/man3ext/
H A DMakefile51 SHA1Update.3ext \
216 SHA1Update.3ext := LINKSRC = sha1.3ext
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c880 SHA1Update(&sha1ctx, (void *) &node_dhc->auth_cfg.local_entity,
882 SHA1Update(&sha1ctx, (void *) &now, sizeof (hrtime_t));
5093 SHA1Update(&sha1ctx, (void *)&mytran_id, 1);
5095 SHA1Update(&sha1ctx, (void *)remote_key,
5098 SHA1Update(&sha1ctx,
5174 SHA1Update(&sha1ctx,
5178 SHA1Update(&sha1ctx,
5183 SHA1Update(&sha1ctx,
5192 SHA1Update(&sha1ctx, (void *)&mytran_id, 1);
5194 SHA1Update(
[all...]
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslrec.c88 (hashinit_func_t)SHA1Init, (hashupdate_func_t)SHA1Update,
365 SHA1Update(&ssl->hs_sha1, buf, len);
424 SHA1Update(sha1ctx, s, 4);
425 SHA1Update(sha1ctx, ssl->sid.master_secret,
427 SHA1Update(sha1ctx, kssl_pad_1, SSL3_SHA1_PAD_LEN);
431 SHA1Update(sha1ctx, ssl->sid.master_secret,
433 SHA1Update(sha1ctx, kssl_pad_2, SSL3_SHA1_PAD_LEN);
434 SHA1Update(sha1ctx, hashes->sha1, SHA1_HASH_LEN);
1334 SHA1Update(sha1ctx, (uchar_t *)ssl3_key_derive_seeds[step],
1336 SHA1Update(sha1ct
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Ddig_mgr.c430 SHA1Update(ctx->context.sha1ctx, data, data_len);
H A Dmech_sha.c48 SHA1Update(ctx->context.sha1ctx, in_data, in_data_len);
H A Dutility.c630 SHA1Update(&ctx, data, len);
/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-lmd.c215 lmd->updatef = (Lmd_update_f)SHA1Update;
/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c175 * SHA1Update()
186 SHA1Update(SHA1_CTX *ctx, const void *inptr, size_t input_len) function
237 * SHA1Update().
333 SHA1Update(SHA1_CTX *ctx, const void *inptr, size_t input_len) function
367 * SHA1Update().
429 SHA1Update(ctx, PADDING, ((index < 56) ? 56 : 120) - index);
432 SHA1Update(ctx, bitcount_be, sizeof (bitcount_be));
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_random.c95 #define HashUpdate(ctx, p, s) SHA1Update((ctx), (p), (s))
/illumos-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c959 SHA1Update(&ctx, data->d_buf, data->d_size);
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c697 SHA1Update(&ctx, IDInput->Data, IDInput->Length);
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c240 SHA1Update(&c, (const uint8_t *)&t, sizeof (t));
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c833 SHA1Update(&ctx, image, len);
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s1245 NO_UNLOAD_STUB(sha1, SHA1Update, nomod_void);

Completed in 106 milliseconds

12