OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NULL_AUTH
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
crypto_types.h
174
* The
NULL_AUTH
function does nothing, and can be selected to indicate
177
#define
NULL_AUTH
0
/external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
null_auth.c
2
*
null_auth
.c
48
#include "
null_auth
.h"
51
/*
null_auth
uses the auth debug module */
57
extern auth_type_t
null_auth
;
70
(*a)->type = &
null_auth
;
76
/* increment global count of all
null_auth
uses */
77
null_auth
.ref_count++;
84
extern auth_type_t
null_auth
;
93
/* decrement global count of all
null_auth
uses */
94
null_auth
.ref_count--
149
null_auth
= {
variable
[
all
...]
/external/chromium_org/third_party/libsrtp/srtp/test/
rtpw.c
398
policy.rtp.auth_type =
NULL_AUTH
;
404
policy.rtcp.auth_type =
NULL_AUTH
;
srtp_driver.c
[
all
...]
/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c
79
extern auth_type_t
null_auth
;
162
status = crypto_kernel_load_auth_type(&
null_auth
,
NULL_AUTH
);
/external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c
[
all
...]
Completed in 62 milliseconds