OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hmac_update
(Results
1 - 3
of
3
) sorted by null
/external/srtp/crypto/include/
hmac.h
71
hmac_update
(hmac_ctx_t *state, const uint8_t *message, int msg_octets);
/external/srtp/crypto/hash/
hmac.c
158
hmac_update
(hmac_ctx_t *state, const uint8_t *message, int msg_octets) {
function
181
hmac_update
(state, (const uint8_t*)message, msg_octets);
186
* function
hmac_update
() already did that for us
260
(auth_update_func)
hmac_update
,
/external/srtp/crypto/ae_xfm/
xfm.c
85
status =
hmac_update
(&hmac_ctx, clear, clear_len);
161
status =
hmac_update
(&hmac_ctx, clear, clear_len);
268
status =
hmac_update
(&hmac_ctx, clear, clear_len);
366
status =
hmac_update
(&hmac_ctx, clear, clear_len);
Completed in 1854 milliseconds