OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:null_auth
(Results
1 - 5
of
5
) sorted by null
/external/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/srtp/
Android.mk
14
crypto/hash/
null_auth
.c \
Makefile
79
hashes = crypto/hash/
null_auth
.o crypto/hash/sha1.o \
/external/srtp/crypto/
Makefile
73
hashes = hash/
null_auth
.o hash/sha1.o \
/external/srtp/crypto/kernel/
crypto_kernel.c
79
extern auth_type_t
null_auth
;
162
status = crypto_kernel_load_auth_type(&
null_auth
,
NULL_AUTH
);
Completed in 76 milliseconds