Lines Matching refs:detail
1385 int detail = wolfSSL_get_error(backend->handle, ret); in wolfssl_connect_step2() local
1387 if(WOLFSSL_ERROR_WANT_READ == detail) { in wolfssl_connect_step2()
1391 else if(WOLFSSL_ERROR_WANT_WRITE == detail) { in wolfssl_connect_step2()
1398 else if(DOMAIN_NAME_MISMATCH == detail) { in wolfssl_connect_step2()
1424 else if(ASN_NO_SIGNER_E == detail) { in wolfssl_connect_step2()
1436 else if(ASN_AFTER_DATE_E == detail) { in wolfssl_connect_step2()
1440 else if(ASN_BEFORE_DATE_E == detail) { in wolfssl_connect_step2()
1445 else if(-1 == detail) { in wolfssl_connect_step2()
1474 failf(data, "SSL_connect failed with error %d: %s", detail, in wolfssl_connect_step2()
1475 wolfssl_strerror((unsigned long)detail, error_buffer, in wolfssl_connect_step2()
1620 int detail; in wolfssl_shutdown() local
1700 detail = wolfSSL_get_error(wctx->handle, err); in wolfssl_shutdown()
1704 detail); in wolfssl_shutdown()