Home
last modified time | relevance | path

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

12

/NextBSD/usr.sbin/ppp/
HDchap_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);
/NextBSD/lib/libmd/
HDsha.h117 #ifndef SHA1_Init
118 #define SHA1_Init _libmd_SHA1_Init macro
157 void SHA1_Init(SHA_CTX *c);
HDsha1c.c132 void SHA1_Init(c) in SHA1_Init() function
508 #undef SHA1_Init
509 __weak_reference(_libmd_SHA1_Init, SHA1_Init);
HDMakefile30 MLINKS+=sha.3 SHA1_Init.3 sha.3 SHA1_Update.3 sha.3 SHA1_Final.3
/NextBSD/crypto/openssl/doc/crypto/
HDsha.pod5 SHA1, SHA1_Init, SHA1_Update, SHA1_Final, SHA224, SHA224_Init, SHA224_Update,
14 int SHA1_Init(SHA_CTX *c);
61 SHA1_Init() initializes a B<SHA_CTX> structure.
86 SHA1_Init(), SHA1_Update() and SHA1_Final() and equivalent SHA224, SHA256,
101 SHA1(), SHA1_Init(), SHA1_Update() and SHA1_Final() are available in all
/NextBSD/lib/libnetbsd/
HDsha1.h40 #define SHA1Init SHA1_Init
/NextBSD/crypto/openssl/crypto/sha/
HDsha1_one.c72 if (!SHA1_Init(&c)) in SHA1()
HDsha1.c103 SHA1_Init(&c); in do_fp()
HDsha.h121 int SHA1_Init(SHA_CTX *c);
/NextBSD/crypto/openssl/crypto/evp/
HDm_dss1.c73 return SHA1_Init(ctx->md_data); in init()
HDm_dss.c72 return SHA1_Init(ctx->md_data); in init()
HDm_ecdsa.c122 return SHA1_Init(ctx->md_data); in init()
HDm_sha1.c73 return SHA1_Init(ctx->md_data); in init()
HDevp_locl.h342 # undef SHA1_Init
358 # define SHA1_Init private_SHA1_Init macro
HDe_aes_cbc_hmac_sha1.c132 SHA1_Init(&key->head); /* handy when benchmarking */ in aesni_cbc_hmac_sha1_init_key()
824 SHA1_Init(&key->head); in aesni_cbc_hmac_sha1_ctrl()
833 SHA1_Init(&key->head); in aesni_cbc_hmac_sha1_ctrl()
838 SHA1_Init(&key->tail); in aesni_cbc_hmac_sha1_ctrl()
/NextBSD/contrib/opie/libopie/
HDhash.c39 SHA1_Init(&sha);
HDhashlen.c36 SHA1_Init(&sha);
/NextBSD/lib/libulog/
HDulog_login.c55 SHA1_Init(&c); in ulog_fill()
/NextBSD/contrib/netbsd-tests/lib/libc/hash/
HDh_hash.c113 SHA1_Init(&ctx); in regress()
/NextBSD/sbin/iscontrol/
HDauth_subr.c97 SHA1_Init(&ctx); in chapSHA1()
/NextBSD/crypto/openssl/crypto/rc4/
HDrc4test.c207 SHA1_Init(&c); in main()
/NextBSD/crypto/openssl/crypto/jpake/
HDjpake.c171 SHA1_Init(&sha); in zkp_hash()
447 SHA1_Init(&sha); in quickhashbn()
/NextBSD/crypto/openssl/crypto/engine/
HDeng_openssl.c329 return SHA1_Init(ctx->md_data); in test_sha1_init()
/NextBSD/sbin/md5/
HDmd5.c101 { "sha1", "SHA1", &SHA1_TestOutput, (DIGEST_Init*)&SHA1_Init,
/NextBSD/crypto/openssl/ssl/
HDs3_cbc.c469 if (SHA1_Init((SHA_CTX *)md_state.c) <= 0) in ssl3_cbc_digest_record()

12