Home
last modified time | relevance | path

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

/external/srtp/crypto/include/
Dauth.h53 typedef struct auth_t *auth_pointer_t; typedef
56 (auth_pointer_t *ap, int key_len, int out_len);
61 typedef err_status_t (*auth_dealloc_func)(auth_pointer_t ap);
Dcrypto_kernel.h218 auth_pointer_t *ap,
/external/srtp/crypto/kernel/
Dcrypto_kernel.c449 auth_pointer_t *ap, in crypto_kernel_alloc_auth()