Searched refs:sha1_core (Results 1 - 2 of 2) sorted by relevance

/external/srtp/crypto/include/
H A Dsha1.h91 * The sha1_core function is INTERNAL to SHA-1, but it is declared
97 * sha1_core(M, H) computes the core sha1 compression function, where M is
106 sha1_core(const uint32_t M[16], uint32_t hash_value[5]);
/external/srtp/crypto/hash/
H A Dsha1.c87 * sha1_core(M, H) computes the core compression function, where M is
99 sha1_core(const uint32_t M[16], uint32_t hash_value[5]) { function
227 debug_print(mod_sha1, "(update) running sha1_core()", NULL);
229 sha1_core(ctx->M, ctx->H);
233 debug_print(mod_sha1, "(update) not running sha1_core()", NULL);
339 debug_print(mod_sha1, "(final) running sha1_core()", NULL);
343 debug_print(mod_sha1, "(final) running sha1_core() again", NULL);

Completed in 370 milliseconds