HomeSort by relevance Sort by last modified time
    Searched defs:sha1_init (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/crypto/
axtls_sha1.c 5 static void sha1_init ( void *ctx ) { function
22 .init = sha1_init,
  /external/boringssl/src/crypto/fipsmodule/digest/
digests.c 126 static void sha1_init(EVP_MD_CTX *ctx) { function
127 CHECK(SHA1_Init(ctx->md_data));
142 out->init = sha1_init;
253 CHECK(MD5_Init(&ctx->md5) && SHA1_Init(&ctx->sha1));
  /external/llvm/lib/Fuzzer/
FuzzerSHA1.cpp 64 void sha1_init(sha1nfo *s);
82 void sha1_init(sha1nfo *s) { function in namespace:__anon25549
199 sha1_init(&s);

Completed in 654 milliseconds