Home
last modified time | relevance | path

Searched refs:NULL_AUTH (Results 1 – 5 of 5) sorted by relevance

/external/srtp/crypto/include/
Dcrypto_types.h163 #define NULL_AUTH 0 macro
/external/srtp/test/
Drtpw.c377 policy.rtp.auth_type = NULL_AUTH; in main()
383 policy.rtcp.auth_type = NULL_AUTH; in main()
Dsrtp_driver.c1405 NULL_AUTH, /* authentication func type */
1413 NULL_AUTH, /* authentication func type */
1455 NULL_AUTH, /* authentication func type */
1463 NULL_AUTH, /* authentication func type */
/external/srtp/crypto/kernel/
Dcrypto_kernel.c162 status = crypto_kernel_load_auth_type(&null_auth, NULL_AUTH); in crypto_kernel_init()
/external/srtp/srtp/
Dsrtp.c1416 p->auth_type = NULL_AUTH; in crypto_policy_set_aes_cm_128_null_auth()