OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_init
(Results
1 - 5
of
5
) sorted by null
/external/srtp/crypto/hash/
auth.c
117
status =
auth_init
(a, test_case->key);
/external/srtp/crypto/include/
auth.h
77
#define
auth_init
(a, key) \
macro
/external/srtp/crypto/test/
auth_driver.c
139
status =
auth_init
(a, (uint8_t *)key1);
/external/wpa_supplicant_8/wpa_supplicant/tests/
test_wpa.c
299
static int
auth_init
(struct wpa *wpa)
function
359
if (
auth_init
(&wpa) < 0)
/external/srtp/srtp/
srtp.c
407
stat =
auth_init
(srtp->rtp_auth, tmp_key);
456
stat =
auth_init
(srtp->rtcp_auth, tmp_key);
[
all
...]
Completed in 41 milliseconds