Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/ppp/
HDchap_ms.c169 SHA1_Update(&Context, PeerChallenge, 16); in ChallengeHash()
170 SHA1_Update(&Context, AuthenticatorChallenge, 16); in ChallengeHash()
171 SHA1_Update(&Context, Name, strlen(Name)); in ChallengeHash()
252 SHA1_Update(&Context, PasswordHashHash, 16); in GenerateAuthenticatorResponse()
253 SHA1_Update(&Context, NTResponse, 24); in GenerateAuthenticatorResponse()
254 SHA1_Update(&Context, Magic1, 39); in GenerateAuthenticatorResponse()
258 SHA1_Update(&Context, Digest, 20); in GenerateAuthenticatorResponse()
259 SHA1_Update(&Context, Challenge, 8); in GenerateAuthenticatorResponse()
260 SHA1_Update(&Context, Magic2, 41); in GenerateAuthenticatorResponse()
288 SHA1_Update(&Context, PasswordHashHash, 16); in GetMasterKey()
[all …]
/freebsd-14-stable/crypto/openssl/crypto/sha/
HDsha1dgst.c47 if (SHA1_Update(sha1, ms, mslen) <= 0) in ossl_sha1_ctrl()
53 if (!SHA1_Update(sha1, padtmp, sizeof(padtmp))) in ossl_sha1_ctrl()
64 if (SHA1_Update(sha1, ms, mslen) <= 0) in ossl_sha1_ctrl()
70 if (!SHA1_Update(sha1, padtmp, sizeof(padtmp))) in ossl_sha1_ctrl()
73 if (!SHA1_Update(sha1, sha1tmp, sizeof(sha1tmp))) in ossl_sha1_ctrl()
HDsha1_one.c32 SHA1_Update(&c, d, n); in ossl_sha1()
HDsha_local.h31 #define HASH_UPDATE SHA1_Update
/freebsd-14-stable/crypto/openssl/crypto/md5/
HDmd5_sha1.c31 return SHA1_Update(&mctx->sha1, data, count); in ossl_md5_sha1_update()
73 if (!SHA1_Update(&mctx->sha1, padtmp, 40)) in ossl_md5_sha1_ctrl()
96 if (!SHA1_Update(&mctx->sha1, padtmp, 40)) in ossl_md5_sha1_ctrl()
99 if (!SHA1_Update(&mctx->sha1, sha1tmp, sizeof(sha1tmp))) in ossl_md5_sha1_ctrl()
/freebsd-14-stable/crypto/openssl/crypto/evp/
HDe_aes_cbc_hmac_sha1.c112 SHA1_Update(c, ptr, res); in sha1_update()
131 SHA1_Update(c, ptr, res); in sha1_update()
134 # ifdef SHA1_Update
135 # undef SHA1_Update
137 # define SHA1_Update sha1_update macro
440 SHA1_Update(&key->md, in + iv, sha_off); in aesni_cbc_hmac_sha1_cipher()
456 SHA1_Update(&key->md, in + sha_off, plen - sha_off); in aesni_cbc_hmac_sha1_cipher()
465 SHA1_Update(&key->md, out + plen, SHA_DIGEST_LENGTH); in aesni_cbc_hmac_sha1_cipher()
553 SHA1_Update(&key->md, key->aux.tls_aad, plen); in aesni_cbc_hmac_sha1_cipher()
563 SHA1_Update(&key->md, out, sha_off); in aesni_cbc_hmac_sha1_cipher()
[all …]
/freebsd-14-stable/lib/libmd/
HDsha.h124 #ifndef SHA1_Update
125 #define SHA1_Update _libmd_SHA1_Update macro
170 void SHA1_Update(SHA_CTX *c, const void *data, size_t len);
HDsha1c.c143 SHA1_Update(SHA_CTX *c, const void *in, size_t len) in SHA1_Update() function
495 #undef SHA1_Update
496 __weak_reference(_libmd_SHA1_Update, SHA1_Update);
HDMakefile37 MLINKS+=sha.3 SHA1_Init.3 sha.3 SHA1_Update.3 sha.3 SHA1_Final.3
/freebsd-14-stable/sys/security/mac_veriexec/
HDmac_veriexec_sha1.c39 #define SHA1_Update (mac_veriexec_fpop_update_t) sha1_loop macro
49 SHA1_Update, SHA1_Final, 1);
/freebsd-14-stable/lib/libulog/
HDulog_login.c56 SHA1_Update(&c, "libulog", 7); in ulog_fill()
57 SHA1_Update(&c, utx->ut_line, sizeof utx->ut_line); in ulog_fill()
/freebsd-14-stable/crypto/openssl/doc/man3/
HDSHA256_Init.pod5 SHA1, SHA1_Init, SHA1_Update, SHA1_Final, SHA224, SHA224_Init, SHA224_Update,
25 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
68 SHA1_Update() can be called repeatedly with chunks of the message to
88 SHA1_Init(), SHA1_Update() and SHA1_Final() and equivalent SHA224, SHA256,
/freebsd-14-stable/lib/libnetbsd/
HDsha1.h45 #define SHA1Update SHA1_Update
/freebsd-14-stable/crypto/openssl/providers/implementations/digests/
HDsha2_prov.c63 SHA1_Init, SHA1_Update, SHA1_Final,
/freebsd-14-stable/crypto/openssl/test/
HDrc4test.c117 SHA1_Update(&c, buf, sizeof(buf)); in test_rc_bulk()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDsha.h50 OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
/freebsd-14-stable/crypto/openssl/providers/implementations/ciphers/
HDcipher_aes_cbc_hmac_sha1_hw.c78 SHA1_Update(c, ptr, res); in sha1_update()
97 SHA1_Update(c, ptr, res); in sha1_update()
/freebsd-14-stable/crypto/openssl/crypto/engine/
HDeng_openssl.c339 return SHA1_Update(EVP_MD_CTX_get0_md_data(ctx), data, count); in test_sha1_update()
/freebsd-14-stable/sbin/md5/
HDmd5.c139 (DIGEST_Update*)&SHA1_Update, (DIGEST_End*)&SHA1_End,
/freebsd-14-stable/contrib/libarchive/libarchive/
HDarchive_digest.c573 SHA1_Update(ctx, indata, insize); in __archive_sha1update()
/freebsd-14-stable/usr.bin/xinstall/
HDxinstall.c497 SHA1_Update(&(c->SHA1), data, len); in digest_update()
/freebsd-14-stable/secure/lib/libcrypto/
HDVersion.map2635 SHA1_Update;
/freebsd-14-stable/crypto/openssl/doc/man7/
HDmigration_guide.pod2192 SHA1_Init(), SHA1_Update(), SHA1_Final(), SHA1_Transform(),
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile3711 MLINKS+= SHA256_Init.3 SHA1_Update.3
/freebsd-14-stable/crypto/openssl/util/
HDlibcrypto.num3363 SHA1_Update 3437 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0