Searched refs:SHA1_Update (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/lib/libnetbsd/
H A Dsha1.h46 #define SHA1Update SHA1_Update
/freebsd-13-stable/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-13-stable/usr.sbin/ppp/
H A Dchap_ms.c171 SHA1_Update(&Context, PeerChallenge, 16);
172 SHA1_Update(&Context, AuthenticatorChallenge, 16);
173 SHA1_Update(&Context, Name, strlen(Name));
254 SHA1_Update(&Context, PasswordHashHash, 16);
255 SHA1_Update(&Context, NTResponse, 24);
256 SHA1_Update(&Context, Magic1, 39);
260 SHA1_Update(&Context, Digest, 20);
261 SHA1_Update(&Context, Challenge, 8);
262 SHA1_Update(&Context, Magic2, 41);
290 SHA1_Update(
[all...]
/freebsd-13-stable/crypto/openssl/crypto/sha/
H A Dsha1_one.c24 SHA1_Update(&c, d, n);
H A Dsha_local.h30 #define HASH_UPDATE SHA1_Update
/freebsd-13-stable/crypto/openssl/crypto/evp/
H A Dm_sha1.c27 return SHA1_Update(EVP_MD_CTX_md_data(ctx), data, count);
58 if (SHA1_Update(sha1, ms, mslen) <= 0)
64 if (!SHA1_Update(sha1, padtmp, sizeof(padtmp)))
75 if (SHA1_Update(sha1, ms, mslen) <= 0)
81 if (!SHA1_Update(sha1, padtmp, sizeof(padtmp)))
84 if (!SHA1_Update(sha1, sha1tmp, sizeof(sha1tmp)))
H A Dm_md5_sha1.c39 return SHA1_Update(&mctx->sha1, data, count);
85 if (!SHA1_Update(&mctx->sha1, padtmp, 40))
108 if (!SHA1_Update(&mctx->sha1, padtmp, 40))
111 if (!SHA1_Update(&mctx->sha1, sha1tmp, sizeof(sha1tmp)))
H A De_aes_cbc_hmac_sha1.c106 SHA1_Update(c, ptr, res);
125 SHA1_Update(c, ptr, res);
128 # ifdef SHA1_Update
129 # undef SHA1_Update macro
131 # define SHA1_Update sha1_update macro
434 SHA1_Update(&key->md, in + iv, sha_off);
451 SHA1_Update(&key->md, in + sha_off, plen - sha_off);
460 SHA1_Update(&key->md, out + plen, SHA_DIGEST_LENGTH);
548 SHA1_Update(&key->md, key->aux.tls_aad, plen);
558 SHA1_Update(
[all...]
/freebsd-13-stable/lib/libmd/
H A Dsha.h126 #ifndef SHA1_Update
127 #define SHA1_Update _libmd_SHA1_Update macro
172 void SHA1_Update(SHA_CTX *c, const void *data, size_t len);
H A Dsha1c.c146 SHA1_Update(c, in, len) function
508 #undef SHA1_Update macro
509 __weak_reference(_libmd_SHA1_Update, SHA1_Update);
H A DMakefile37 MLINKS+=sha.3 SHA1_Init.3 sha.3 SHA1_Update.3 sha.3 SHA1_Final.3
/freebsd-13-stable/lib/libulog/
H A Dulog_login.c58 SHA1_Update(&c, "libulog", 7);
59 SHA1_Update(&c, utx->ut_line, sizeof utx->ut_line);
/freebsd-13-stable/sbin/iscontrol/
H A Dauth_subr.c101 SHA1_Update(&ctx, &id, 1);
107 SHA1_Update(&ctx, tmp, len);
114 SHA1_Update(&ctx, tmp, len);
/freebsd-13-stable/contrib/opie/libopie/
H A Dhash.c40 SHA1_Update(&sha, (unsigned char *)x, 8);
H A Dhashlen.c37 SHA1_Update(&sha, (unsigned char *)in, n);
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dsha.h42 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
/freebsd-13-stable/sbin/md5/
H A Dmd5.c123 (DIGEST_Update*)&SHA1_Update, (DIGEST_End*)&SHA1_End,
/freebsd-13-stable/crypto/openssl/crypto/engine/
H A Deng_openssl.c322 return SHA1_Update(EVP_MD_CTX_md_data(ctx), data, count);
/freebsd-13-stable/crypto/openssl/engines/
H A De_dasync.c495 return SHA1_Update(data(ctx), data, (size_t)count);
H A De_ossltest.c494 return SHA1_Update(data(ctx), data, (size_t)count);
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_digest.c527 SHA1_Update(ctx, indata, insize);
/freebsd-13-stable/usr.bin/xinstall/
H A Dxinstall.c459 SHA1_Update(&(c->SHA1), data, len);
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
H A DMakefile2381 MLINKS+= SHA256_Init.3 SHA1_Update.3

Completed in 119 milliseconds