| /freebsd/usr.sbin/ppp/ |
| H A D | chap_ms.c | 169 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 D | sha1dgst.c | 47 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 D | sha1_one.c | 32 SHA1_Update(&c, d, n); in ossl_sha1()
|
| H A D | sha_local.h | 37 #define HASH_UPDATE SHA1_Update
|
| /freebsd/crypto/openssl/crypto/md5/ |
| H A D | md5_sha1.c | 31 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 D | e_aes_cbc_hmac_sha1.c | 111 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 D | sha.h | 117 #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 D | sha1c.c | 72 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 D | Symbol.map | 38 SHA1_Update;
|
| H A D | Makefile | 39 MLINKS+=sha.3 SHA1_Init.3 sha.3 SHA1_Update.3 sha.3 SHA1_Final.3
|
| /freebsd/sys/security/mac_veriexec/ |
| H A D | mac_veriexec_sha1.c | 39 #define SHA1_Update (mac_veriexec_fpop_update_t) sha1_loop macro 49 SHA1_Update, SHA1_Final, 1);
|
| /freebsd/lib/libulog/ |
| H A D | ulog_login.c | 55 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 D | SHA256_Init.pod | 5 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 D | sha1.h | 45 #define SHA1Update SHA1_Update
|
| /freebsd/crypto/openssl/providers/implementations/digests/ |
| H A D | sha2_prov.c | 62 SHA1_Init, SHA1_Update, SHA1_Final,
|
| /freebsd/crypto/openssl/test/ |
| H A D | rc4test.c | 117 SHA1_Update(&c, buf, sizeof(buf)); in test_rc_bulk()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | sha.h | 50 OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
|
| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_cbc_hmac_sha1_hw.c | 78 SHA1_Update(c, ptr, res); in sha1_update() 97 SHA1_Update(c, ptr, res); in sha1_update()
|
| /freebsd/crypto/openssl/crypto/engine/ |
| H A D | eng_openssl.c | 340 return SHA1_Update(EVP_MD_CTX_get0_md_data(ctx), data, count); in test_sha1_update()
|
| /freebsd/sbin/md5/ |
| H A D | md5.c | 139 (DIGEST_Update*)&SHA1_Update, (DIGEST_End*)&SHA1_End,
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_digest.c | 608 SHA1_Update(ctx, indata, insize);
|
| /freebsd/usr.bin/xinstall/ |
| H A D | xinstall.c | 485 SHA1_Update(&(c->SHA1), data, len); in digest_update()
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 2560 SHA1_Update;
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-migration.pod | 2223 SHA1_Init(), SHA1_Update(), SHA1_Final(), SHA1_Transform(),
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 3909 MLINKS+= SHA256_Init.3 SHA1_Update.3
|