Searched refs:msg_octets (Results 1 – 4 of 4) 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() 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()
|
D | null_auth.c | 109 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/ |
D | hmac.h | 71 hmac_update(hmac_ctx_t *state, const uint8_t *message, int msg_octets); 75 int msg_octets, int tag_len, uint8_t *result);
|
D | null_auth.h | 65 int msg_octets, int tag_len, uint8_t *result);
|