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

  /external/syslinux/gpxe/src/crypto/axtls/
sha1.c 40 void SHA1Init(SHA1_CTX *ctx)
  /external/mesa3d/src/util/sha1/
sha1.c 104 * SHA1Init - Initialize new context
107 SHA1Init(SHA1_CTX *context)
  /external/webrtc/webrtc/base/
sha1.cc 221 // SHA1Init - Initialize new context.
222 void SHA1Init(SHA1_CTX* context) {
  /bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/
sha1.c 77 __weak_alias(SHA1Init,_SHA1Init)
218 * SHA1Init - Initialize new context
220 void SHA1Init(SHA1_CTX *context)
  /external/syslinux/com32/libutil/
sha1hash.c 227 /* SHA1Init - Initialize new context */
229 void SHA1Init(SHA1_CTX * context)
351 SHA1Init(&context);
  /external/valgrind/none/tests/
sha1_test.c 64 void SHA1Init(SHA1_CTX* context);
161 /* SHA1Init - Initialize new context */
163 void SHA1Init(SHA1_CTX* context)
254 SHA1Init(&ctx);
  /external/wpa_supplicant_8/src/crypto/
sha1-internal.c 39 SHA1Init(&ctx);
232 /* SHA1Init - Initialize new context */
234 void SHA1Init(SHA1_CTX* context)
  /dalvik/libdex/
sha1.cpp 196 /* SHA1Init - Initialize new context */
198 void SHA1Init(SHA1_CTX* context)
300 SHA1Init(&context);

Completed in 519 milliseconds