Searched defs:SHA1Init (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsha1.cc207 // SHA1Init - Initialize new context.
208 void SHA1Init(SHA1_CTX* context) { function
/external/chromium_org/third_party/webrtc/base/
H A Dsha1.cc209 // SHA1Init - Initialize new context.
210 void SHA1Init(SHA1_CTX* context) { function in namespace:rtc
/external/qemu/distrib/ext4_utils/src/
H A Dsha1.c196 * SHA1Init - Initialize new context
198 void SHA1Init(context) function
/external/valgrind/main/none/tests/
H A Dsha1_test.c64 void SHA1Init(SHA1_CTX* context);
161 /* SHA1Init - Initialize new context */
163 void SHA1Init(SHA1_CTX* context) function
254 SHA1Init(&ctx);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1-internal.c36 SHA1Init(&ctx);
229 /* SHA1Init - Initialize new context */
231 void SHA1Init(SHA1_CTX* context) function
/external/wpa_supplicant_8/src/crypto/
H A Dsha1-internal.c36 SHA1Init(&ctx);
229 /* SHA1Init - Initialize new context */
231 void SHA1Init(SHA1_CTX* context) function
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1-internal.c36 SHA1Init(&ctx);
229 /* SHA1Init - Initialize new context */
231 void SHA1Init(SHA1_CTX* context) function

Completed in 47 milliseconds