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

/external/chromium_org/third_party/libsrtp/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,
/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 276 milliseconds