Home
last modified time | relevance | path

Searched refs:SHA1Update (Results 1 – 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap_ms.c428 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 Dsha1_mod.c85 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()
944 SHA1Update(ictx, in sha1_mac()
974 SHA1Update(octx, digest, SHA1_DIGEST_LENGTH); in sha1_mac()
1027 SHA1Update(&PROV_SHA1_HMAC_CTX(ctx)->hc_icontext, in sha1_mac_update()
1078 SHA1Update(&PROV_SHA1_HMAC_CTX(ctx)->hc_ocontext, digest, in sha1_mac_final()
[all …]
H A Decc.c613 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 Drsa.c981 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 Dswrand.c70 #define HashUpdate(ctx, p, s) SHA1Update((ctx), (p), (s))
/illumos-gate/usr/src/common/crypto/rng/
H A Dfips_random.c129 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 DsoftDigestUtil.c276 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 DsoftSSL.c119 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/uts/common/sys/
H A Dsha1.h55 void SHA1Update(SHA1_CTX *, const void *, size_t);
/illumos-gate/usr/src/boot/libsa/crypto/
H A Ddigest.c14 SHA1Update(&sha1_ctx, data, size); in sha1()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c5098 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()
5312 SHA1Update(&sha1ctx, (void *)mykey, in emlxs_hash_rsp()
5315 SHA1Update(&sha1ctx, in emlxs_hash_rsp()
5393 SHA1Update(&sha1ctx, (void *)mykey, in emlxs_hash_rsp()
5507 SHA1Update(&sha1ctx, in emlxs_interm_hash()
6306 SHA1Update(&sha1ctx, in emlxs_hash_verification()
6310 SHA1Update(&sha1ctx, in emlxs_hash_verification()
[all …]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_digest.c63 SHA1Update(&sha1_ctx, buf, nread); in bootadm_digest()
/illumos-gate/usr/src/lib/libmd/capabilities/sun4u/common/
H A Dmapfile-cap36 SHA1Update;
/illumos-gate/usr/src/man/man3ext/
H A DMakefile50 SHA1Update.3ext \
205 SHA1Update.3ext := LINKSRC = sha1.3ext
/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c179 SHA1Update(SHA1_CTX *ctx, const void *inptr, size_t input_len) in SHA1Update() function
326 SHA1Update(SHA1_CTX *ctx, const void *inptr, size_t input_len) in SHA1Update() function
422 SHA1Update(ctx, PADDING, ((index < 56) ? 56 : 120) - index); in SHA1Final()
425 SHA1Update(ctx, bitcount_be, sizeof (bitcount_be)); in SHA1Final()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Ddig_mgr.c430 SHA1Update(ctx->context.sha1ctx, data, data_len); in digest_mgr_digest_update()
H A Dmech_sha.c48 SHA1Update(ctx->context.sha1ctx, in_data, in_data_len); in sha1_hash()
H A Dutility.c630 SHA1Update(&ctx, data, len); in compute_sha()
/illumos-gate/usr/src/lib/libmd/common/
H A Dmapfile-vers92 SHA1Update;
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-lmd.c215 lmd->updatef = (Lmd_update_f)SHA1Update; in sha1_open()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3ext.inc28 link path=usr/share/man/man3ext/SHA1Update.3ext target=sha1.3ext
/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/libkmf/libkmf/common/
H A Dpk11keys.c697 SHA1Update(&ctx, IDInput->Data, IDInput->Length); in create_id_hash()
/illumos-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c959 SHA1Update(&ctx, data->d_buf, data->d_size); in elfsign_hash_common()
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.S1113 NO_UNLOAD_STUB(sha1, SHA1Update, nomod_void);

12