Home
last modified time | relevance | path

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

12

/external/ppp/pppd/
Dchap_ms.c492 SHA1_Init(&sha1Context); in ChallengeHash()
622 SHA1_Init(&sha1Context); in GenerateAuthenticatorResponse()
630 SHA1_Init(&sha1Context); in GenerateAuthenticatorResponse()
675 SHA1_Init(&sha1Context); in mppe_set_keys()
762 SHA1_Init(&sha1Context); in mppe_set_keys2()
775 SHA1_Init(&sha1Context); in mppe_set_keys2()
791 SHA1_Init(&sha1Context); in mppe_set_keys2()
Dsha1.h25 extern void SHA1_Init(SHA1_CTX *);
Dopenssl-hash.h25 #define SHA1_Init(ctx) { \ macro
/external/openssl/crypto/sha/
Dsha1_one.c71 if (!SHA1_Init(&c)) in SHA1()
Dsha1.c108 SHA1_Init(&c); in do_fp()
Dsha.h122 int SHA1_Init(SHA_CTX *c);
/external/chromium_org/third_party/smhasher/src/
Dsha1.h17 void SHA1_Init(SHA1_CTX* context);
Dsha1.cpp168 void SHA1_Init(SHA1_CTX* context) in SHA1_Init() function
244 SHA1_Init(&context); in sha1_32a()
294 SHA1_Init(&context); in main()
308 SHA1_Init(&context); in main()
/external/openssl/crypto/evp/
Dm_ecdsa.c122 { return SHA1_Init(ctx->md_data); } in init()
Dm_dss.c72 { return SHA1_Init(ctx->md_data); } in init()
Dm_dss1.c74 { return SHA1_Init(ctx->md_data); } in init()
De_aes_cbc_hmac_sha1.c129 SHA1_Init(&key->head); /* handy when benchmarking */ in aesni_cbc_hmac_sha1_init_key()
468 SHA1_Init(&key->head); in aesni_cbc_hmac_sha1_ctrl()
477 SHA1_Init(&key->head); in aesni_cbc_hmac_sha1_ctrl()
482 SHA1_Init(&key->tail); in aesni_cbc_hmac_sha1_ctrl()
Dm_sha1.c75 { return SHA1_Init(ctx->md_data); } in init()
Devp_locl.h354 #undef SHA1_Init
370 #define SHA1_Init private_SHA1_Init macro
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dsha.h81 OPENSSL_EXPORT int SHA1_Init(SHA_CTX *sha);
/external/openssl/crypto/rc4/
Drc4test.c215 SHA1_Init(&c); in main()
/external/openssl/include/openssl/
Dsha.h122 int SHA1_Init(SHA_CTX *c);
/external/chromium_org/third_party/boringssl/src/crypto/digest/
Ddigests.c103 static int sha1_init(EVP_MD_CTX *ctx) { return SHA1_Init(ctx->md_data); } in sha1_init()
/external/openssl/crypto/engine/
Deng_openssl.c314 return SHA1_Init(ctx->md_data); in test_sha1_init()
/external/openssl/crypto/jpake/
Djpake.c172 SHA1_Init(&sha); in zkp_hash()
448 SHA1_Init(&sha); in quickhashbn()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_sha1.c67 SHA1_Init(&ctx->sha_ctx); in sctp_sha1_init()
/external/chromium_org/third_party/boringssl/src/crypto/sha/
Dsha1.c69 int SHA1_Init(SHA_CTX *sha) { in SHA1_Init() function
87 if (!SHA1_Init(&ctx)) { in SHA1()
/external/chromium_org/net/cert/
Dx509_certificate_openssl.cc239 SHA1_Init(&sha1_ctx); in CalculateCAFingerprint()
/external/chromium_org/third_party/usrsctp/
Dlocalchanges.patch175 + #define SHA1_Init SCTP_NSS_SHA1_Init
270 ! #define SHA1_Init SHA1Init
/external/chromium_org/third_party/boringssl/src/ssl/
Ds3_cbc.c424 SHA1_Init((SHA_CTX*)md_state.c); in ssl3_cbc_digest_record()

12