OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_compute
(Results
1 - 4
of
4
) sorted by null
/external/srtp/crypto/hash/
auth.c
125
status =
auth_compute
(a, test_case->data,
/external/srtp/crypto/include/
auth.h
80
#define
auth_compute
(a, buf, len, res) \
macro
/external/srtp/crypto/test/
auth_driver.c
190
auth_compute
(a, (uint8_t *)msg_string, msg_len_octets, (uint8_t *)result);
/external/srtp/srtp/
srtp.c
821
status =
auth_compute
(stream->rtp_auth, (uint8_t *)&est, 4, auth_tag);
1020
status =
auth_compute
(stream->rtp_auth, (uint8_t *)&est, 4, tmp_tag);
[
all
...]
Completed in 68 milliseconds