Searched refs:SSL_R_NOT_SERVER (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/include/openssl/ |
D | sslerr.h | 175 # define SSL_R_NOT_SERVER 284 macro
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | sslerr.h | 609 # define SSL_R_NOT_SERVER 284 macro
|
/third_party/openssl/ssl/ |
D | ssl_err.c | 265 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_NOT_SERVER), "not server"},
|
D | ssl_lib.c | 5856 ERR_raise(ERR_LIB_SSL, SSL_R_NOT_SERVER); in SSL_verify_client_post_handshake()
|
/third_party/python/Modules/ |
D | _ssl_data.h | 4677 #ifdef SSL_R_NOT_SERVER 4678 {"NOT_SERVER", ERR_LIB_SSL, SSL_R_NOT_SERVER},
|
D | _ssl_data_111.h | 4923 #ifdef SSL_R_NOT_SERVER 4924 {"NOT_SERVER", ERR_LIB_SSL, SSL_R_NOT_SERVER},
|
D | _ssl_data_300.h | 6788 #ifdef SSL_R_NOT_SERVER 6789 {"NOT_SERVER", ERR_LIB_SSL, SSL_R_NOT_SERVER},
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1392 SSL_R_NOT_SERVER:284:not server
|