Searched refs:msg_octets (Results 1 – 5 of 5) sorted by relevance
/external/libsrtp2/crypto/hash/ |
D | hmac_ossl.c | 171 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()
|
D | hmac.c | 168 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()
|
D | null_auth.c | 112 int msg_octets, in srtp_null_auth_compute() argument 123 int msg_octets) in srtp_null_auth_update() argument
|
/external/webrtc/pc/ |
D | external_hmac.h | 62 int msg_octets); 66 int msg_octets,
|
/external/libsrtp2/crypto/include/ |
D | null_auth.h | 65 …p_null_auth_compute(srtp_null_auth_ctx_t *state, uint8_t *message, int msg_octets, int tag_len, ui…
|