Home
last modified time | relevance | path

Searched refs:srtp_debug_module_t (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/libsrtp2/crypto/include/
H A Dcipher_types.h67 extern srtp_debug_module_t srtp_mod_auth;
68 extern srtp_debug_module_t srtp_mod_cipher;
69 extern srtp_debug_module_t srtp_mod_stat;
70 extern srtp_debug_module_t srtp_mod_alloc;
73 extern srtp_debug_module_t srtp_mod_aes_icm;
75 extern srtp_debug_module_t srtp_mod_aes_gcm;
78 extern srtp_debug_module_t srtp_mod_aes_gcm;
82 extern srtp_debug_module_t srtp_mod_hmac;
H A Dcrypto_kernel.h91 srtp_debug_module_t *mod;
167 srtp_debug_module_t *new_dm);
H A Derr.h108 } srtp_debug_module_t; typedef
/aosp_15_r20/external/libsrtp2/crypto/kernel/
H A Dcrypto_kernel.c56 srtp_debug_module_t srtp_mod_crypto_kernel = {
510 srtp_debug_module_t *new_dm) in srtp_crypto_kernel_load_debug_module()
H A Dalloc.c54 srtp_debug_module_t srtp_mod_alloc = {
/aosp_15_r20/external/libsrtp2/crypto/hash/
H A Dauth.c56 srtp_debug_module_t srtp_mod_auth = {
H A Dhmac.c55 srtp_debug_module_t srtp_mod_hmac = {
H A Dhmac_ossl.c59 srtp_debug_module_t srtp_mod_hmac = {
H A Dsha1.c53 srtp_debug_module_t srtp_mod_sha1 = {
/aosp_15_r20/external/libsrtp2/crypto/math/
H A Dstat.c52 srtp_debug_module_t srtp_mod_stat = {
/aosp_15_r20/external/libsrtp2/srtp/
H A Dekt.c49 extern srtp_debug_module_t mod_srtp;
H A Dsrtp.c71 srtp_debug_module_t mod_srtp = {
/aosp_15_r20/external/libsrtp2/crypto/cipher/
H A Daes_icm_ossl.c62 srtp_debug_module_t srtp_mod_aes_icm = {
H A Daes_icm_nss.c56 srtp_debug_module_t srtp_mod_aes_icm = {
H A Daes_gcm_ossl.c58 srtp_debug_module_t srtp_mod_aes_gcm = {
H A Daes_icm.c56 srtp_debug_module_t srtp_mod_aes_icm = {
H A Daes_gcm_nss.c59 srtp_debug_module_t srtp_mod_aes_gcm = {
H A Dcipher.c57 srtp_debug_module_t srtp_mod_cipher = {
/aosp_15_r20/external/libsrtp2/test/
H A Dsrtp_driver.c201 srtp_debug_module_t mod_driver = {