Home
last modified time | relevance | path

Searched refs:msg_octets (Results 1 – 4 of 4) sorted by relevance

/external/srtp/crypto/hash/
Dhmac.c158 hmac_update(hmac_ctx_t *state, const uint8_t *message, int msg_octets) { in hmac_update() argument
161 octet_string_hex_string(message, msg_octets)); in hmac_update()
164 sha1_update(&state->ctx, message, msg_octets); in hmac_update()
171 int msg_octets, int tag_len, uint8_t *result) { in hmac_compute() argument
181 hmac_update(state, (const uint8_t*)message, msg_octets); in hmac_compute()
Dnull_auth.c109 int msg_octets, int tag_len, uint8_t *result) { in null_auth_compute() argument
116 int msg_octets) { in null_auth_update() argument
/external/srtp/crypto/include/
Dhmac.h71 hmac_update(hmac_ctx_t *state, const uint8_t *message, int msg_octets);
75 int msg_octets, int tag_len, uint8_t *result);
Dnull_auth.h65 int msg_octets, int tag_len, uint8_t *result);