Home
last modified time | relevance | path

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

/openbsd/lib/libssl/
H A Dssl_tlsext.c1284 const SRTP_PROTECTION_PROFILE *cprof, *sprof; in tlsext_srtp_server_process() local
1328 if ((sprof = sk_SRTP_PROTECTION_PROFILE_value(srvr, i)) == NULL) in tlsext_srtp_server_process()
1336 if (cprof->id == sprof->id) { in tlsext_srtp_server_process()
1337 s->srtp_profile = sprof; in tlsext_srtp_server_process()