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

  /dalvik/libdex/
sha1.h 15 void SHA1Init(SHA1_CTX* context);
sha1.c 199 /* SHA1Init - Initialize new context */
201 void SHA1Init(SHA1_CTX* context)
303 SHA1Init(&context);
DexFile.c 307 SHA1Init(&context);
  /bionic/libc/include/
sha1.h 26 void SHA1Init(SHA1_CTX *);
  /development/ndk/platforms/android-3/include/
sha1.h 26 void SHA1Init(SHA1_CTX *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
sha1.h 26 void SHA1Init(SHA1_CTX *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
sha1.h 26 void SHA1Init(SHA1_CTX *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
sha1.h 26 void SHA1Init(SHA1_CTX *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
sha1.h 26 void SHA1Init(SHA1_CTX *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
sha1.h 26 void SHA1Init(SHA1_CTX *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
sha1.h 26 void SHA1Init(SHA1_CTX *);
  /system/extras/ext4_utils/
sha1.h 27 void SHA1Init(SHA1_CTX *);
uuid.c 38 SHA1Init(&ctx);
sha1.c 194 * SHA1Init - Initialize new context
196 void SHA1Init(context)
  /external/wpa_supplicant/
sha1.h 36 void SHA1Init(struct SHA1Context *context);
crypto_internal.c 85 SHA1Init(&ctx->u.sha1);
107 SHA1Init(&ctx->u.sha1);
120 SHA1Init(&ctx->u.sha1);
217 SHA1Init(&ctx->u.sha1);
sha1.c 384 static void SHA1Init(struct SHA1Context *context);
404 SHA1Init(&ctx);
649 /* SHA1Init - Initialize new context */
651 void SHA1Init(SHA1_CTX* context)
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha1.h 37 void SHA1Init(struct SHA1Context *context);
crypto_internal.c 86 SHA1Init(&ctx->u.sha1);
108 SHA1Init(&ctx->u.sha1);
121 SHA1Init(&ctx->u.sha1);
218 SHA1Init(&ctx->u.sha1);
sha1.c 389 static void SHA1Init(struct SHA1Context *context);
409 SHA1Init(&ctx);
656 /* SHA1Init - Initialize new context */
658 void SHA1Init(SHA1_CTX* context)
  /system/core/libcutils/
dir_hash.c 65 SHA1Init(&context);
77 SHA1Init(&context);
  /bionic/libc/stdlib/
sha1hash.c 94 void SHA1Init(SHA1_CTX* context);
183 /* SHA1Init - Initialize new context */
185 void SHA1Init(SHA1_CTX* context)
305 SHA1Init(&context);
  /external/ppp/pppd/
eap.c 328 SHA1Init(&ctxt);
817 SHA1Init(&ctxt);
828 SHA1Init(&ctxt);
1269 SHA1Init(&ctxt);
    [all...]
  /bionic/libc/bionic/
sha1.c 193 * SHA1Init - Initialize new context
195 void SHA1Init(context)

Completed in 604 milliseconds