Home
last modified time | relevance | path

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

12

/freebsd/usr.sbin/ppp/
H A Dchap_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/crypto/openssl/crypto/sha/
H A Dsha1dgst.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()
H A Dsha1_one.c32 SHA1_Update(&c, d, n); in ossl_sha1()
H A Dsha_local.h37 #define HASH_UPDATE SHA1_Update
/freebsd/crypto/openssl/crypto/md5/
H A Dmd5_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/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c111 SHA1_Update(c, ptr, res); in sha1_update()
130 SHA1_Update(c, ptr, res); in sha1_update()
133 #ifdef SHA1_Update
134 #undef SHA1_Update
136 #define SHA1_Update sha1_update macro
436 SHA1_Update(&key->md, in + iv, sha_off); in aesni_cbc_hmac_sha1_cipher()
452 SHA1_Update(&key->md, in + sha_off, plen - sha_off); in aesni_cbc_hmac_sha1_cipher()
461 SHA1_Update(&key->md, out + plen, SHA_DIGEST_LENGTH); in aesni_cbc_hmac_sha1_cipher()
555 SHA1_Update(&key->md, key->aux.tls_aad, plen); in aesni_cbc_hmac_sha1_cipher()
565 SHA1_Update(&key->md, out, sha_off); in aesni_cbc_hmac_sha1_cipher()
[all …]
/freebsd/lib/libmd/
H A Dsha.h117 #ifndef SHA1_Update
118 #define SHA1_Update _libmd_SHA1_Update macro
160 void SHA1_Update(SHA_CTX *c, const void *data, size_t len);
H A Dsha1c.c72 SHA1_Update(SHA1_CTX *c, const void *data, size_t len) in SHA1_Update() function
128 SHA1_Update(c, tmp, t + 8); in SHA1_Final()
256 #undef SHA1_Update
257 __weak_reference(_libmd_SHA1_Update, SHA1_Update);
H A DSymbol.map38 SHA1_Update;
H A DMakefile39 MLINKS+=sha.3 SHA1_Init.3 sha.3 SHA1_Update.3 sha.3 SHA1_Final.3
/freebsd/sys/security/mac_veriexec/
H A Dmac_veriexec_sha1.c39 #define SHA1_Update (mac_veriexec_fpop_update_t) sha1_loop macro
49 SHA1_Update, SHA1_Final, 1);
/freebsd/lib/libulog/
H A Dulog_login.c55 SHA1_Update(&c, "libulog", 7); in ulog_fill()
56 SHA1_Update(&c, utx->ut_line, sizeof utx->ut_line); in ulog_fill()
/freebsd/crypto/openssl/doc/man3/
H A DSHA256_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/lib/libnetbsd/
H A Dsha1.h45 #define SHA1Update SHA1_Update
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dsha2_prov.c62 SHA1_Init, SHA1_Update, SHA1_Final,
/freebsd/crypto/openssl/test/
H A Drc4test.c117 SHA1_Update(&c, buf, sizeof(buf)); in test_rc_bulk()
/freebsd/crypto/openssl/include/openssl/
H A Dsha.h50 OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c78 SHA1_Update(c, ptr, res); in sha1_update()
97 SHA1_Update(c, ptr, res); in sha1_update()
/freebsd/crypto/openssl/crypto/engine/
H A Deng_openssl.c340 return SHA1_Update(EVP_MD_CTX_get0_md_data(ctx), data, count); in test_sha1_update()
/freebsd/sbin/md5/
H A Dmd5.c139 (DIGEST_Update*)&SHA1_Update, (DIGEST_End*)&SHA1_End,
/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest.c608 SHA1_Update(ctx, indata, insize);
/freebsd/usr.bin/xinstall/
H A Dxinstall.c485 SHA1_Update(&(c->SHA1), data, len); in digest_update()
/freebsd/secure/lib/libcrypto/
H A DVersion.map2560 SHA1_Update;
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-migration.pod2223 SHA1_Init(), SHA1_Update(), SHA1_Final(), SHA1_Transform(),
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3909 MLINKS+= SHA256_Init.3 SHA1_Update.3

12