Searched refs:SHA1_Init (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/lib/libnetbsd/
H A Dsha1.h45 #define SHA1Init SHA1_Init
/freebsd-13-stable/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-13-stable/crypto/openssl/crypto/sha/
H A Dsha1_one.c22 if (!SHA1_Init(&c))
H A Dsha_local.h33 #define HASH_INIT SHA1_Init
/freebsd-13-stable/lib/libmd/
H A Dsha.h123 #ifndef SHA1_Init
124 #define SHA1_Init _libmd_SHA1_Init macro
171 void SHA1_Init(SHA_CTX *c);
H A Dsha1c.c132 void SHA1_Init(c) function
506 #undef SHA1_Init macro
507 __weak_reference(_libmd_SHA1_Init, SHA1_Init);
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.c57 SHA1_Init(&c);
/freebsd-13-stable/contrib/opie/libopie/
H A Dhash.c39 SHA1_Init(&sha);
H A Dhashlen.c36 SHA1_Init(&sha);
/freebsd-13-stable/usr.sbin/ppp/
H A Dchap_ms.c169 SHA1_Init(&Context);
253 SHA1_Init(&Context);
259 SHA1_Init(&Context);
289 SHA1_Init(&Context);
341 SHA1_Init(&Context);
358 SHA1_Init(&Context);
376 SHA1_Init(&Context);
/freebsd-13-stable/crypto/openssl/crypto/evp/
H A Dm_sha1.c22 return SHA1_Init(EVP_MD_CTX_md_data(ctx));
72 if (!SHA1_Init(sha1))
H A Dm_md5_sha1.c31 return SHA1_Init(&mctx->sha1);
H A De_aes_cbc_hmac_sha1.c79 SHA1_Init(&key->head); /* handy when benchmarking */
782 SHA1_Init(&key->head);
791 SHA1_Init(&key->head);
796 SHA1_Init(&key->tail);
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dsha.h41 int SHA1_Init(SHA_CTX *c);
/freebsd-13-stable/sbin/iscontrol/
H A Dauth_subr.c99 SHA1_Init(&ctx);
/freebsd-13-stable/crypto/openssl/ssl/
H A Ds3_cbc.c184 if (SHA1_Init((SHA_CTX *)md_state.c) <= 0)
/freebsd-13-stable/sbin/md5/
H A Dmd5.c122 { "sha1", "SHA1", &SHA1_TestOutput, (DIGEST_Init*)&SHA1_Init,
/freebsd-13-stable/crypto/openssl/crypto/engine/
H A Deng_openssl.c314 return SHA1_Init(EVP_MD_CTX_md_data(ctx));
/freebsd-13-stable/crypto/openssl/engines/
H A De_dasync.c487 return SHA1_Init(data(ctx));
H A De_ossltest.c488 return SHA1_Init(data(ctx));
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_digest.c519 SHA1_Init(ctx);
/freebsd-13-stable/usr.bin/xinstall/
H A Dxinstall.c434 SHA1_Init(&(c->SHA1));
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
H A DMakefile2380 MLINKS+= SHA256_Init.3 SHA1_Init.3

Completed in 140 milliseconds