Lines Matching defs:prof
2810 SRTP_PROTECTION_PROFILE *prof;
2898 if ((prof = SSL_get_selected_srtp_profile(ssl)) == NULL) {
2902 if (strcmp(prof->name, tlsext_srtp_aes128cmsha80) != 0) {
2966 if ((prof = SSL_get_selected_srtp_profile(ssl)) == NULL) {
2970 if (strcmp(prof->name, tlsext_srtp_aes128cmsha80) != 0) {
2997 if ((prof = SSL_get_selected_srtp_profile(ssl)) == NULL) {
3001 if (strcmp(prof->name, tlsext_srtp_aes128cmsha32) != 0) {
3050 const SRTP_PROTECTION_PROFILE *prof;
3082 if (srtp_find_profile_by_name(tlsext_srtp_aes128cmsha80, &prof,
3087 ssl->srtp_profile = prof;
3147 if ((prof = SSL_get_selected_srtp_profile(ssl)) == NULL) {
3151 if (strcmp(prof->name, tlsext_srtp_aes128cmsha80) != 0) {