Home
last modified time | relevance | path

Searched refs:srtp_null_auth (Results 1 – 3 of 3) sorted by relevance

/external/libsrtp2/crypto/hash/
Dnull_auth.c60 extern const srtp_auth_type_t srtp_null_auth; in srtp_null_auth_alloc()
77 (*a)->type = &srtp_null_auth; in srtp_null_auth_alloc()
88 extern const srtp_auth_type_t srtp_null_auth; in srtp_null_auth_dealloc()
158 const srtp_auth_type_t srtp_null_auth = { variable
/external/libsrtp2/crypto/include/
Dcipher_types.h60 extern const srtp_auth_type_t srtp_null_auth;
/external/libsrtp2/crypto/kernel/
Dcrypto_kernel.c156 status = srtp_crypto_kernel_load_auth_type(&srtp_null_auth, SRTP_NULL_AUTH); in srtp_crypto_kernel_init()