/freebsd/usr.sbin/ppp/ |
H A D | chap_ms.c | 167 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 D | sha.h | 114 #ifndef SHA1_Init 115 #define SHA1_Init _libmd_SHA1_Init macro 159 void SHA1_Init(SHA_CTX *c);
|
H A D | sha1c.c | 129 void SHA1_Init(SHA_CTX *c) in SHA1_Init() function 486 #undef SHA1_Init 487 __weak_reference(_libmd_SHA1_Init, SHA1_Init);
|
H A D | Symbol.map | 37 SHA1_Init;
|
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 | 38 #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 D | SHA256_Init.pod | 5 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 D | sha1.h | 44 #define SHA1Init SHA1_Init
|
/freebsd/crypto/openssl/crypto/sha/ |
H A D | sha1dgst.c | 61 if (!SHA1_Init(sha1)) in ossl_sha1_ctrl()
|
H A D | sha1_one.c | 30 if (!SHA1_Init(&c)) in ossl_sha1()
|
H A D | sha_local.h | 34 #define HASH_INIT SHA1_Init
|
/freebsd/lib/libulog/ |
H A D | ulog_login.c | 54 SHA1_Init(&c); in ulog_fill()
|
/freebsd/crypto/openssl/crypto/md5/ |
H A D | md5_sha1.c | 24 return SHA1_Init(&mctx->sha1); in ossl_md5_sha1_init()
|
/freebsd/crypto/openssl/providers/implementations/digests/ |
H A D | sha2_prov.c | 63 SHA1_Init, SHA1_Update, SHA1_Final,
|
/freebsd/crypto/openssl/test/ |
H A D | rc4test.c | 114 SHA1_Init(&c); in test_rc_bulk()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | sha.h | 49 OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 57 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 D | e_aes_cbc_hmac_sha1.c | 85 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 D | s3_cbc.c | 216 if (SHA1_Init((SHA_CTX *)md_state.c) <= 0) in ssl3_cbc_digest_record()
|
/freebsd/crypto/openssl/crypto/engine/ |
H A D | eng_openssl.c | 331 return SHA1_Init(EVP_MD_CTX_get0_md_data(ctx)); in test_sha1_init()
|
/freebsd/sbin/md5/ |
H A D | md5.c | 137 &SHA1_TestOutput, (DIGEST_Init*)&SHA1_Init,
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_digest.c | 565 SHA1_Init(ctx); in __archive_sha1init()
|
/freebsd/usr.bin/xinstall/ |
H A D | xinstall.c | 456 SHA1_Init(&(c->SHA1)); in digest_init()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1084 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 D | Version.map | 2558 SHA1_Init;
|