Home
last modified time | relevance | path

Searched refs:null_auth (Results 1 – 8 of 8) sorted by relevance

/external/srtp/crypto/hash/
Dnull_auth.c57 extern auth_type_t null_auth; in null_auth_alloc()
70 (*a)->type = &null_auth; in null_auth_alloc()
77 null_auth.ref_count++; in null_auth_alloc()
84 extern auth_type_t null_auth; in null_auth_dealloc()
94 null_auth.ref_count--; in null_auth_dealloc()
149 null_auth = { variable
/external/srtp/
DAndroid.mk14 crypto/hash/null_auth.c \
DMakefile79 hashes = crypto/hash/null_auth.o crypto/hash/sha1.o \
DMakefile.in81 hashes = crypto/hash/null_auth.o crypto/hash/sha1.o \
DChanges118 Added test case for null_auth authentication function.
/external/srtp/crypto/kernel/
Dcrypto_kernel.c79 extern auth_type_t null_auth;
162 status = crypto_kernel_load_auth_type(&null_auth, NULL_AUTH); in crypto_kernel_init()
/external/srtp/crypto/
DMakefile.in73 hashes = hash/null_auth.o hash/sha1.o \
DMakefile73 hashes = hash/null_auth.o hash/sha1.o \