Home
last modified time | relevance | path

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

/external/libsrtp2/crypto/include/
Dauth.h57 typedef struct srtp_auth_t *srtp_auth_pointer_t; typedef
59 typedef srtp_err_status_t (*srtp_auth_alloc_func)(srtp_auth_pointer_t *ap,
67 typedef srtp_err_status_t (*srtp_auth_dealloc_func)(srtp_auth_pointer_t ap);
Dcrypto_kernel.h196 srtp_auth_pointer_t *ap,
/external/libsrtp2/crypto/kernel/
Dcrypto_kernel.c487 srtp_auth_pointer_t *ap, in srtp_crypto_kernel_alloc_auth()