Searched refs:SSL_R_WRONG_CURVE (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/include/openssl/ |
D | sslerr.h | 767 # define SSL_R_WRONG_CURVE 378 macro
|
/third_party/python/Modules/ |
D | _ssl_data.h | 5502 #ifdef SSL_R_WRONG_CURVE 5503 {"WRONG_CURVE", ERR_LIB_SSL, SSL_R_WRONG_CURVE},
|
D | _ssl_data_111.h | 5708 #ifdef SSL_R_WRONG_CURVE 5709 {"WRONG_CURVE", ERR_LIB_SSL, SSL_R_WRONG_CURVE},
|
D | _ssl_data_300.h | 7578 #ifdef SSL_R_WRONG_CURVE 7579 {"WRONG_CURVE", ERR_LIB_SSL, SSL_R_WRONG_CURVE},
|
/third_party/openssl/ssl/ |
D | t1_lib.c | 1087 SSL_F_TLS12_CHECK_PEER_SIGALG, SSL_R_WRONG_CURVE); in tls12_check_peer_sigalg() 1095 SSL_F_TLS12_CHECK_PEER_SIGALG, SSL_R_WRONG_CURVE); in tls12_check_peer_sigalg()
|
D | ssl_err.c | 1255 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_WRONG_CURVE), "wrong curve"},
|
/third_party/openssl/ssl/statem/ |
D | statem_clnt.c | 2212 SSL_R_WRONG_CURVE); in tls_process_ske_ecdhe()
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 2897 SSL_R_WRONG_CURVE:378:wrong curve
|