HomeSort by: relevance | last modified time | path
    Searched refs:SSL_R_CONN_USE_ONLY (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/openssl/
sslerr.h 85 #define SSL_R_CONN_USE_ONLY 356
  /src/crypto/external/apache2/openssl/dist/crypto/
ssl_err.c 107 { ERR_PACK(ERR_LIB_SSL, 0, SSL_R_CONN_USE_ONLY), "conn use only" },
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_impl.c 220 code = SSL_R_CONN_USE_ONLY;
1522 QUIC_RAISE_NON_NORMAL_ERROR(&ctx, SSL_R_CONN_USE_ONLY, NULL);
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 1716 ERR_raise(ERR_LIB_SSL, SSL_R_CONN_USE_ONLY);
1739 ERR_raise(ERR_LIB_SSL, SSL_R_CONN_USE_ONLY);
1767 ERR_raise(ERR_LIB_SSL, SSL_R_CONN_USE_ONLY);

Completed in 32 milliseconds