OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sha1_ctx_t
(Results
1 - 5
of
5
) sorted by null
/external/srtp/crypto/include/
sha1.h
58
}
sha1_ctx_t
;
typedef in typeref:struct:__anon26583
82
sha1_init(
sha1_ctx_t
*ctx);
85
sha1_update(
sha1_ctx_t
*ctx, const uint8_t *M, int octets_in_msg);
88
sha1_final(
sha1_ctx_t
*ctx, uint32_t output[5]);
hmac.h
54
sha1_ctx_t
ctx;
55
sha1_ctx_t
init_ctx;
/external/srtp/crypto/hash/
hmac.c
144
memcpy(&state->ctx, &state->init_ctx, sizeof(
sha1_ctx_t
));
152
memcpy(&state->ctx, &state->init_ctx, sizeof(
sha1_ctx_t
));
sha1.c
78
sha1_ctx_t
ctx;
186
sha1_init(
sha1_ctx_t
*ctx) {
204
sha1_update(
sha1_ctx_t
*ctx, const uint8_t *msg, int octets_in_msg) {
252
sha1_final(
sha1_ctx_t
*ctx, uint32_t *output) {
/external/srtp/crypto/test/
sha1_driver.c
99
sha1_ctx_t
ctx;
Completed in 77 milliseconds