Searched refs:hmac_update (Results 1 – 3 of 3) sorted by relevance
/external/srtp/crypto/hash/ |
D | hmac.c | 158 hmac_update(hmac_ctx_t *state, const uint8_t *message, int msg_octets) { in hmac_update() function 181 hmac_update(state, (const uint8_t*)message, msg_octets); in hmac_compute() 260 (auth_update_func) hmac_update,
|
/external/srtp/crypto/ae_xfm/ |
D | xfm.c | 85 status = hmac_update(&hmac_ctx, clear, clear_len); in aes_128_cbc_hmac_sha1_96_func() 161 status = hmac_update(&hmac_ctx, clear, clear_len); in aes_128_cbc_hmac_sha1_96_inv() 268 status = hmac_update(&hmac_ctx, clear, clear_len); in aes_128_cbc_hmac_sha1_96_enc() 366 status = hmac_update(&hmac_ctx, clear, clear_len); in aes_128_cbc_hmac_sha1_96_dec()
|
/external/srtp/crypto/include/ |
D | hmac.h | 71 hmac_update(hmac_ctx_t *state, const uint8_t *message, int msg_octets);
|