Home
last modified time | relevance | path

Searched refs:crypto_policy_set_null_cipher_hmac_sha1_80 (Results 1 – 4 of 4) sorted by relevance

/external/srtp/
Dsrtp.def12 crypto_policy_set_null_cipher_hmac_sha1_80
/external/srtp/include/
Dsrtp.h587 crypto_policy_set_null_cipher_hmac_sha1_80(crypto_policy_t *p);
/external/srtp/srtp/
Dsrtp.c1425 crypto_policy_set_null_cipher_hmac_sha1_80(crypto_policy_t *p) { in crypto_policy_set_null_cipher_hmac_sha1_80() function
1896 crypto_policy_set_null_cipher_hmac_sha1_80(policy); in crypto_policy_set_from_profile_for_rtp()
1897 crypto_policy_set_null_cipher_hmac_sha1_80(policy); in crypto_policy_set_from_profile_for_rtp()
1923 crypto_policy_set_null_cipher_hmac_sha1_80(policy); in crypto_policy_set_from_profile_for_rtcp()
/external/srtp/test/
Drtpw.c322 crypto_policy_set_null_cipher_hmac_sha1_80(&policy.rtp); in main()