Searched refs:SSL_R_NO_SRTP_PROFILES (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/include/openssl/ |
D | sslerr.h | 197 # define SSL_R_NO_SRTP_PROFILES 359 macro
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | sslerr.h | 631 # define SSL_R_NO_SRTP_PROFILES 359 macro
|
/third_party/openssl/ssl/ |
D | ssl_err.c | 301 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_NO_SRTP_PROFILES), "no srtp profiles"},
|
/third_party/python/Modules/ |
D | _ssl_data.h | 4787 #ifdef SSL_R_NO_SRTP_PROFILES 4788 {"NO_SRTP_PROFILES", ERR_LIB_SSL, SSL_R_NO_SRTP_PROFILES},
|
D | _ssl_data_111.h | 5033 #ifdef SSL_R_NO_SRTP_PROFILES 5034 {"NO_SRTP_PROFILES", ERR_LIB_SSL, SSL_R_NO_SRTP_PROFILES},
|
D | _ssl_data_300.h | 6898 #ifdef SSL_R_NO_SRTP_PROFILES 6899 {"NO_SRTP_PROFILES", ERR_LIB_SSL, SSL_R_NO_SRTP_PROFILES},
|
/third_party/openssl/ssl/statem/ |
D | extensions_clnt.c | 1655 SSLfatal(s, SSL_AD_DECODE_ERROR, SSL_R_NO_SRTP_PROFILES); in tls_parse_stoc_use_srtp()
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1415 SSL_R_NO_SRTP_PROFILES:359:no srtp profiles
|