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

/external/srtp/crypto/hash/
H A Dhmac.c158 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,

Completed in 977 milliseconds