Home
last modified time | relevance | path

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

/external/libsrtp2/crypto/hash/
Dhmac_ossl.c171 int msg_octets) in srtp_hmac_update() argument
176 srtp_octet_string_hex_string(message, msg_octets)); in srtp_hmac_update()
178 if (HMAC_Update(state, message, msg_octets) == 0) in srtp_hmac_update()
186 int msg_octets, in srtp_hmac_compute() argument
201 if (HMAC_Update(state, message, msg_octets) == 0) in srtp_hmac_compute()
Dhmac.c168 int msg_octets) in srtp_hmac_update() argument
173 srtp_octet_string_hex_string(message, msg_octets)); in srtp_hmac_update()
176 srtp_sha1_update(&state->ctx, message, msg_octets); in srtp_hmac_update()
183 int msg_octets, in srtp_hmac_compute() argument
198 srtp_hmac_update(state, message, msg_octets); in srtp_hmac_compute()
Dnull_auth.c112 int msg_octets, in srtp_null_auth_compute() argument
123 int msg_octets) in srtp_null_auth_update() argument
/external/webrtc/pc/
Dexternal_hmac.h62 int msg_octets);
66 int msg_octets,
/external/libsrtp2/crypto/include/
Dnull_auth.h65 …p_null_auth_compute(srtp_null_auth_ctx_t *state, uint8_t *message, int msg_octets, int tag_len, ui…