OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sha1_core
(Results
1 - 2
of
2
) sorted by null
/external/srtp/crypto/include/
sha1.h
91
* 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/
sha1.c
87
*
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 204 milliseconds