Home
last modified time | relevance | path

Searched refs:protection_profiles_index (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/library/
H A Dssl_tls12_client.c408 size_t protection_profiles_index = 0, ext_len = 0; in ssl_write_use_srtp_ext() local
462 for (protection_profiles_index = 0; in ssl_write_use_srtp_ext()
463 protection_profiles_index < ssl->conf->dtls_srtp_profile_list_len; in ssl_write_use_srtp_ext()
464 protection_profiles_index++) { in ssl_write_use_srtp_ext()
466 (ssl->conf->dtls_srtp_profile_list[protection_profiles_index]); in ssl_write_use_srtp_ext()
480 ssl->conf->dtls_srtp_profile_list[protection_profiles_index] in ssl_write_use_srtp_ext()

Completed in 5 milliseconds