Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/ssl/
HDd1_srtp.c267 prof = sk_SRTP_PROTECTION_PROFILE_value(clnt, i); in ssl_add_clienthello_use_srtp_ext()
335 sprof = sk_SRTP_PROTECTION_PROFILE_value(srvr, i); in ssl_parse_clienthello_use_srtp_ext()
433 prof = sk_SRTP_PROTECTION_PROFILE_value(clnt, i); in ssl_parse_serverhello_use_srtp_ext()
/freebsd-11-stable/crypto/openssl/crypto/stack/
HDsafestack.h1582 # define sk_SRTP_PROTECTION_PROFILE_value(st, i) SKM_sk_value(SRTP_PROTECTION_PROFILE, (st), (i)) macro