/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | chap_ms.c | 428 SHA1Update(&sha1Context, peerchallenge, 16); 429 SHA1Update(&sha1Context, authenticatorchallenge, 16); 439 SHA1Update(&sha1Context, (uint8_t *)username, strlen(username)); 556 SHA1Update(&sha1Context, hashhash, MD4_SIGNATURE_SIZE); 557 SHA1Update(&sha1Context, msresp->NTResp, sizeof (msresp->NTResp)); 558 SHA1Update(&sha1Context, Magic1, 39); 564 SHA1Update(&sha1Context, digest, 20); 565 SHA1Update(&sha1Context, challenge, 8); 566 SHA1Update(&sha1Context, Magic2, 41);
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | sha1_mod.c | 85 SHA1Update(ctx, key, len); \ 299 SHA1Update(sha1_ctx, in sha1_digest_update_uio() 447 SHA1Update(sha1_ctx, mp->b_rptr + offset, cur_len); in sha1_digest_update_mblk() 572 SHA1Update(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx, in sha1_digest() 644 SHA1Update(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx, in sha1_digest_update() 739 SHA1Update(&sha1_ctx, in sha1_digest_atomic() 837 SHA1Update(&ctx->hc_icontext, (uint8_t *)ipad, SHA1_HMAC_BLOCK_SIZE); in sha1_mac_init_ctx() 841 SHA1Update(&ctx->hc_ocontext, (uint8_t *)opad, SHA1_HMAC_BLOCK_SIZE); in sha1_mac_init_ctx() 944 SHA1Update(ictx, in sha1_mac() 974 SHA1Update(octx, digest, SHA1_DIGEST_LENGTH); in sha1_mac() [all …]
|
H A D | ecc.c | 613 digest, (void (*)())SHA1Update, in ecc_digest_svrfy_common() 750 (void (*)())SHA1Update, (void (*)())SHA1Final, in ecc_sign_update() 942 (void (*)())SHA1Update, (void (*)())SHA1Final, in ecc_verify_update()
|
H A D | rsa.c | 981 digest, SHA1Update, SHA1Final, flag | CRYPTO_DO_SHA1); in rsa_digest_svrfy_common() 1182 NULL, SHA1Update, SHA1Final, CRYPTO_DO_SHA1 | in rsa_sign_update() 1373 NULL, SHA1Update, SHA1Final, CRYPTO_DO_SHA1 | in rsa_verify_update()
|
H A D | swrand.c | 70 #define HashUpdate(ctx, p, s) SHA1Update((ctx), (p), (s))
|
/illumos-gate/usr/src/common/crypto/rng/ |
H A D | fips_random.c | 129 SHA1Update(&sha1_context, (unsigned char *)XVAL, SHA1BYTES); in fips_random_inner() 138 SHA1Update(&sha1_context, (unsigned char *)zero, in fips_random_inner()
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softDigestUtil.c | 276 SHA1Update((SHA1_CTX *)session_p->digest.context, in soft_digest_common() 280 SHA1Update((SHA1_CTX *)session_p->digest.context, in soft_digest_common() 398 SHA1Update((SHA1_CTX *)session_p->digest.context, in soft_digest_update() 402 SHA1Update((SHA1_CTX *)session_p->digest.context, in soft_digest_update()
|
H A D | softSSL.c | 119 SHA1Update(&sha1_ctx, (const uint8_t *)ssl3_const_vals[i], in soft_ssl3_churn() 121 SHA1Update(&sha1_ctx, secret, secretlen); in soft_ssl3_churn() 122 SHA1Update(&sha1_ctx, rand1, rand1len); in soft_ssl3_churn() 123 SHA1Update(&sha1_ctx, rand2, rand2len); in soft_ssl3_churn() 179 SHA1Update(&sha1_ctx, S2, L_S); in soft_tls_prf()
|
/illumos-gate/usr/src/test/crypto-tests/tests/longhash/ |
H A D | longhash.c | 74 SHA1Update(&ctx, buf, len); in test_update_sha1() 92 SHA1Update(&ctx, buf, pagesize); in test_update_sha1() 98 SHA1Update(&ctx, buf, len - pagesize); in test_update_sha1()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sha1.h | 55 void SHA1Update(SHA1_CTX *, const void *, size_t);
|
/illumos-gate/usr/src/boot/libsa/crypto/ |
H A D | digest.c | 14 SHA1Update(&sha1_ctx, data, size); in sha1()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dhchap.c | 880 SHA1Update(&sha1ctx, (void *) &node_dhc->auth_cfg.local_entity, in emlxs_get_random_bytes() 882 SHA1Update(&sha1ctx, (void *) &now, sizeof (hrtime_t)); in emlxs_get_random_bytes() 5093 SHA1Update(&sha1ctx, (void *)&mytran_id, 1); in emlxs_hash_vrf() 5095 SHA1Update(&sha1ctx, (void *)remote_key, in emlxs_hash_vrf() 5098 SHA1Update(&sha1ctx, in emlxs_hash_vrf() 5174 SHA1Update(&sha1ctx, in emlxs_hash_vrf() 5178 SHA1Update(&sha1ctx, in emlxs_hash_vrf() 5183 SHA1Update(&sha1ctx, in emlxs_hash_vrf() 5192 SHA1Update(&sha1ctx, (void *)&mytran_id, 1); in emlxs_hash_vrf() 5194 SHA1Update(&sha1ctx, (void *)remote_key, in emlxs_hash_vrf() [all …]
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_digest.c | 63 SHA1Update(&sha1_ctx, buf, nread); in bootadm_digest()
|
/illumos-gate/usr/src/lib/libmd/capabilities/sun4u/common/ |
H A D | mapfile-cap | 36 SHA1Update;
|
/illumos-gate/usr/src/man/man3ext/ |
H A D | Makefile | 50 SHA1Update.3ext \ 205 SHA1Update.3ext := LINKSRC = sha1.3ext
|
/illumos-gate/usr/src/common/crypto/sha1/ |
H A D | sha1.c | 183 SHA1Update(SHA1_CTX *ctx, const void *inptr, size_t input_len) in SHA1Update() function 340 SHA1Update(SHA1_CTX *ctx, const void *inptr, size_t input_len) in SHA1Update() function 446 SHA1Update(ctx, PADDING, ((index < 56) ? 56 : 120) - index); in SHA1Final() 449 SHA1Update(ctx, bitcount_be, sizeof (bitcount_be)); in SHA1Final()
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | dig_mgr.c | 430 SHA1Update(ctx->context.sha1ctx, data, data_len); in digest_mgr_digest_update()
|
H A D | mech_sha.c | 48 SHA1Update(ctx->context.sha1ctx, in_data, in_data_len); in sha1_hash()
|
H A D | utility.c | 630 SHA1Update(&ctx, data, len); in compute_sha()
|
/illumos-gate/usr/src/lib/libmd/common/ |
H A D | mapfile-vers | 92 SHA1Update;
|
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/ |
H A D | sum-lmd.c | 215 lmd->updatef = (Lmd_update_f)SHA1Update; in sha1_open()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3ext.inc | 28 link path=usr/share/man/man3ext/SHA1Update.3ext target=sha1.3ext
|
/illumos-gate/usr/src/uts/common/crypto/api/ |
H A D | kcf_random.c | 95 #define HashUpdate(ctx, p, s) SHA1Update((ctx), (p), (s))
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | pk11keys.c | 697 SHA1Update(&ctx, IDInput->Data, IDInput->Length); in create_id_hash()
|
/illumos-gate/usr/src/lib/libelfsign/common/ |
H A D | elfsignlib.c | 959 SHA1Update(&ctx, data->d_buf, data->d_size); in elfsign_hash_common()
|