Home
last modified time | relevance | path

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

/external/libsrtp2/crypto/include/
Dcrypto_types.h106 #define SRTP_NULL_AUTH 0 macro
/external/libsrtp2/test/
Dsrtp_driver.c3456 SRTP_NULL_AUTH, /* authentication func type */
3464 SRTP_NULL_AUTH, /* authentication func type */
3516 SRTP_NULL_AUTH, /* authentication func type */
3525 SRTP_NULL_AUTH, /* authentication func type */
3547 SRTP_NULL_AUTH, /* authentication func type */
3556 SRTP_NULL_AUTH, /* authentication func type */
3578 SRTP_NULL_AUTH, /* authentication func type */
3587 SRTP_NULL_AUTH, /* authentication func type */
3609 SRTP_NULL_AUTH, /* authentication func type */
3618 SRTP_NULL_AUTH, /* authentication func type */
[all …]
/external/libsrtp2/crypto/hash/
Dnull_auth.c167 SRTP_NULL_AUTH /* */
/external/libsrtp2/srtp/
Dsrtp.c3215 p->auth_type = SRTP_NULL_AUTH; in srtp_crypto_policy_set_aes_cm_128_null_auth()
3243 p->auth_type = SRTP_NULL_AUTH; in srtp_crypto_policy_set_null_cipher_hmac_null()
3286 p->auth_type = SRTP_NULL_AUTH; in srtp_crypto_policy_set_aes_cm_256_null_auth()
3329 p->auth_type = SRTP_NULL_AUTH; in srtp_crypto_policy_set_aes_cm_192_null_auth()
3342 p->auth_type = SRTP_NULL_AUTH; /* GCM handles the auth for us */ in srtp_crypto_policy_set_aes_gcm_128_8_auth()
3355 p->auth_type = SRTP_NULL_AUTH; /* GCM handles the auth for us */ in srtp_crypto_policy_set_aes_gcm_256_8_auth()
3368 p->auth_type = SRTP_NULL_AUTH; /* GCM handles the auth for us */ in srtp_crypto_policy_set_aes_gcm_128_8_only_auth()
3381 p->auth_type = SRTP_NULL_AUTH; /* GCM handles the auth for us */ in srtp_crypto_policy_set_aes_gcm_256_8_only_auth()
3394 p->auth_type = SRTP_NULL_AUTH; /* GCM handles the auth for us */ in srtp_crypto_policy_set_aes_gcm_128_16_auth()
3407 p->auth_type = SRTP_NULL_AUTH; /* GCM handles the auth for us */ in srtp_crypto_policy_set_aes_gcm_256_16_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()