Home
last modified time | relevance | path

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

12

/freebsd/usr.sbin/ppp/
H A Dchap_ms.c167 SHA1_Init(&Context); in ChallengeHash()
251 SHA1_Init(&Context); in GenerateAuthenticatorResponse()
257 SHA1_Init(&Context); in GenerateAuthenticatorResponse()
287 SHA1_Init(&Context); in GetMasterKey()
339 SHA1_Init(&Context); in GetAsymetricStartKey()
356 SHA1_Init(&Context); in GetNewKeyFromSHA()
374 SHA1_Init(&Context);
/freebsd/lib/libmd/
H A Dsha.h114 #ifndef SHA1_Init
115 #define SHA1_Init _libmd_SHA1_Init macro
159 void SHA1_Init(SHA_CTX *c);
H A Dsha1c.c129 void SHA1_Init(SHA_CTX *c) in SHA1_Init() function
486 #undef SHA1_Init
487 __weak_reference(_libmd_SHA1_Init, SHA1_Init);
H A DSymbol.map37 SHA1_Init;
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.c38 #define SHA1_Init (mac_veriexec_fpop_init_t) sha1_init macro
48 MAC_VERIEXEC_FPMOD(SHA1, SHA1_RESULTLEN, sizeof(SHA1_CTX), SHA1_Init,
/freebsd/crypto/openssl/doc/man3/
H A DSHA256_Init.pod5 SHA1, SHA1_Init, SHA1_Update, SHA1_Final, SHA224, SHA224_Init, SHA224_Update,
24 int SHA1_Init(SHA_CTX *c);
66 SHA1_Init() initializes a B<SHA_CTX> structure.
88 SHA1_Init(), SHA1_Update() and SHA1_Final() and equivalent SHA224, SHA256,
/freebsd/lib/libnetbsd/
H A Dsha1.h44 #define SHA1Init SHA1_Init
/freebsd/crypto/openssl/crypto/sha/
H A Dsha1dgst.c61 if (!SHA1_Init(sha1)) in ossl_sha1_ctrl()
H A Dsha1_one.c30 if (!SHA1_Init(&c)) in ossl_sha1()
H A Dsha_local.h34 #define HASH_INIT SHA1_Init
/freebsd/lib/libulog/
H A Dulog_login.c54 SHA1_Init(&c); in ulog_fill()
/freebsd/crypto/openssl/crypto/md5/
H A Dmd5_sha1.c24 return SHA1_Init(&mctx->sha1); in ossl_md5_sha1_init()
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dsha2_prov.c63 SHA1_Init, SHA1_Update, SHA1_Final,
/freebsd/crypto/openssl/test/
H A Drc4test.c114 SHA1_Init(&c); in test_rc_bulk()
/freebsd/crypto/openssl/include/openssl/
H A Dsha.h49 OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c57 SHA1_Init(&sctx->head); /* handy when benchmarking */ in aesni_cbc_hmac_sha1_init_key()
642 SHA1_Init(&ctx->head); in aesni_cbc_hmac_sha1_set_mac_key()
651 SHA1_Init(&ctx->head); in aesni_cbc_hmac_sha1_set_mac_key()
656 SHA1_Init(&ctx->tail); in aesni_cbc_hmac_sha1_set_mac_key()
/freebsd/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c85 SHA1_Init(&key->head); /* handy when benchmarking */ in aesni_cbc_hmac_sha1_init_key()
785 SHA1_Init(&key->head); in aesni_cbc_hmac_sha1_ctrl()
794 SHA1_Init(&key->head); in aesni_cbc_hmac_sha1_ctrl()
799 SHA1_Init(&key->tail); in aesni_cbc_hmac_sha1_ctrl()
/freebsd/crypto/openssl/ssl/
H A Ds3_cbc.c216 if (SHA1_Init((SHA_CTX *)md_state.c) <= 0) in ssl3_cbc_digest_record()
/freebsd/crypto/openssl/crypto/engine/
H A Deng_openssl.c331 return SHA1_Init(EVP_MD_CTX_get0_md_data(ctx)); in test_sha1_init()
/freebsd/sbin/md5/
H A Dmd5.c137 &SHA1_TestOutput, (DIGEST_Init*)&SHA1_Init,
/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest.c565 SHA1_Init(ctx); in __archive_sha1init()
/freebsd/usr.bin/xinstall/
H A Dxinstall.c456 SHA1_Init(&(c->SHA1)); in digest_init()
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1084 Use of low-level digest functions such as L<SHA1_Init(3)> have been
2192 SHA1_Init(), SHA1_Update(), SHA1_Final(), SHA1_Transform(),
/freebsd/secure/lib/libcrypto/
H A DVersion.map2558 SHA1_Init;

12