Symbol: SHA1_Init
crypto/openssl/crypto/engine/eng_openssl.c
332
return SHA1_Init(EVP_MD_CTX_get0_md_data(ctx));
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
782
SHA1_Init(&key->head);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
791
SHA1_Init(&key->head);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
796
SHA1_Init(&key->tail);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
84
SHA1_Init(&key->head); /* handy when benchmarking */
crypto/openssl/crypto/md5/md5_sha1.c
24
return SHA1_Init(&mctx->sha1);
crypto/openssl/crypto/sha/sha1_one.c
30
if (!SHA1_Init(&c))
crypto/openssl/crypto/sha/sha1dgst.c
61
if (!SHA1_Init(sha1))
crypto/openssl/crypto/sha/sha_local.h
40
#define HASH_INIT SHA1_Init
crypto/openssl/include/openssl/sha.h
49
OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
57
SHA1_Init(&sctx->head); /* handy when benchmarking */
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
638
SHA1_Init(&ctx->head);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
647
SHA1_Init(&ctx->head);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
652
SHA1_Init(&ctx->tail);
crypto/openssl/providers/implementations/digests/sha2_prov.c
62
SHA1_Init, SHA1_Update, SHA1_Final,
crypto/openssl/ssl/record/methods/ssl3_cbc.c
183
if (SHA1_Init((SHA_CTX *)md_state.c) <= 0)
crypto/openssl/test/rc4test.c
114
SHA1_Init(&c);
lib/libmd/sha.h
114
#ifndef SHA1_Init
lib/libmd/sha.h
159
void SHA1_Init(SHA_CTX *c);
lib/libmd/sha1c.c
255
__weak_reference(_libmd_SHA1_Init, SHA1_Init);
lib/libnetbsd/sha1.h
44
#define SHA1Init SHA1_Init
lib/libulog/ulog_login.c
54
SHA1_Init(&c);
sbin/md5/md5.c
137
&SHA1_TestOutput, (DIGEST_Init*)&SHA1_Init,
sys/security/mac_veriexec/mac_veriexec_sha1.c
48
MAC_VERIEXEC_FPMOD(SHA1, SHA1_RESULTLEN, sizeof(SHA1_CTX), SHA1_Init,
usr.bin/xinstall/xinstall.c
456
SHA1_Init(&(c->SHA1));
usr.sbin/ppp/chap_ms.c
167
SHA1_Init(&Context);
usr.sbin/ppp/chap_ms.c
251
SHA1_Init(&Context);
usr.sbin/ppp/chap_ms.c
257
SHA1_Init(&Context);
usr.sbin/ppp/chap_ms.c
287
SHA1_Init(&Context);
usr.sbin/ppp/chap_ms.c
339
SHA1_Init(&Context);
usr.sbin/ppp/chap_ms.c
356
SHA1_Init(&Context);
usr.sbin/ppp/chap_ms.c
374
SHA1_Init(&Context);