Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 61) sorted by relevance

123

/openssl-master/engines/
A De_afalg.txt9 AFALG_R_EVENTFD_FAILED:108:eventfd failed
10 AFALG_R_FAILED_TO_GET_PLATFORM_INFO:111:failed to get platform info
11 AFALG_R_INIT_FAILED:100:init failed
12 AFALG_R_IO_SETUP_FAILED:105:io setup failed
16 AFALG_R_MEM_ALLOC_FAILED:102:mem alloc failed
17 AFALG_R_SOCKET_ACCEPT_FAILED:110:socket accept failed
18 AFALG_R_SOCKET_BIND_FAILED:103:socket bind failed
19 AFALG_R_SOCKET_CREATE_FAILED:109:socket create failed
20 AFALG_R_SOCKET_OPERATION_FAILED:104:socket operation failed
21 AFALG_R_SOCKET_SET_KEY_FAILED:106:socket set key failed
A De_dasync.txt9 DASYNC_R_INIT_FAILED:100:init failed
A De_ossltest.txt9 OSSLTEST_R_INIT_FAILED:100:init failed
A De_loader_attic.txt12 ATTIC_R_INIT_FAILED:103:init failed
/openssl-master/test/
A Dx509_check_cert_pkey_test.c46 goto failed; in test_x509_check_cert_pkey()
55 goto failed; in test_x509_check_cert_pkey()
60 goto failed; in test_x509_check_cert_pkey()
63 goto failed; in test_x509_check_cert_pkey()
69 goto failed; in test_x509_check_cert_pkey()
76 goto failed; in test_x509_check_cert_pkey()
85 goto failed; in test_x509_check_cert_pkey()
97 goto failed; in test_x509_check_cert_pkey()
101 failed: in test_x509_check_cert_pkey()
A Dpbelutest.c20 int i, failed = 0; in test_pbelu() local
26 failed = 1; in test_pbelu()
31 if (!failed) in test_pbelu()
36 failed = pbe_type < last_type in test_pbelu()
39 OBJ_nid2sn(pbe_nid), failed ? "ERROR" : "OK"); in test_pbelu()
A Dv3nametest.c287 int failed = 0; in run_cert() local
300 failed = 1; in run_cert()
309 failed = 1; in run_cert()
315 failed = 1; in run_cert()
325 failed = 1; in run_cert()
337 failed = 1; in run_cert()
341 return failed == 0; in run_cert()
346 int failed = 0; in call_run_cert() local
356 failed = 1; in call_run_cert()
359 return failed == 0; in call_run_cert()
A Dexptest.c52 int ret = 1, failed = 0; in test_mod_exp_zero() local
71 failed = 1; in test_mod_exp_zero()
77 failed = 1; in test_mod_exp_zero()
83 failed = 1; in test_mod_exp_zero()
89 failed = 1; in test_mod_exp_zero()
95 failed = 1; in test_mod_exp_zero()
111 ret = !failed; in test_mod_exp_zero()
A Dx509_time_test.c281 int cmp_result, failed = 0; in test_x509_cmp_time_current() local
288 failed = 1; in test_x509_cmp_time_current()
292 failed = 1; in test_x509_cmp_time_current()
297 return failed == 0; in test_x509_cmp_time_current()
A DREADME.md23 Full verbosity, showing full output of all successful and failed test cases
30 Verbosity on failed (sub-)tests only
35 Verbosity on failed (sub-)tests, in addition progress on succeeded (sub-)tests
/openssl-master/util/
A Ddofile.pl62 my $failed = 0;
66 $failed++;
/openssl-master/crypto/err/
A Dopenssl.txt127 ASYNC_R_INIT_FAILED:105:init failed
247 CMP_R_POLLING_FAILED:172:polling failed
511 DSO_R_CTRL_FAILED:100:control command failed
616 ENGINE_R_FINISH_FAILED:106:finish failed
618 ENGINE_R_INIT_FAILED:109:init failed
699 EVP_R_KEY_SETUP_FAILED:180:key setup failed
953 PROP_R_PARSE_FAILED:108:parse failed
977 PROV_R_FAILED_TO_SIGN:175:failed to sign
1015 PROV_R_KEY_SETUP_FAILED:101:key setup failed
1274 SSL_R_CALLBACK_FAILED:234:callback failed
[all …]
/openssl-master/doc/man3/
A DRAND_egd.pod40 daemon on success, or -1 if the connection failed or the daemon did not
44 success, or -1 if the connection failed.
A DBIO_should_retry.pod27 They will typically be called after a failed BIO_read_ex() or BIO_write_ex()
80 signal a retry then it need not call BIO_should_retry() after a failed
85 occurs during a call to BIO_read(). An application can retry the failed
89 While an application may retry a failed non blocking call immediately
A DSSL_get_fd.pod31 The operation failed, because the underlying BIO is not of the correct type
A DSSL_alert_type_string.pod131 =item "DC"/"decryption failed"
164 A handshake cryptographic operation failed, including being
185 failed specifically because the server requires ciphers more
A DX509_STORE_CTX_set_verify_cb.pod69 when a certificate verification has failed, adds an entry to the error queue
71 including the most relevant fields of the target certificate that failed to
A DBN_CTX_start.pod39 Once BN_CTX_get() has failed, the subsequent calls will return B<NULL>
A DSSL_set_fd.pod40 The operation failed. Check the error stack to find out why.
A DSSL_set_session.pod46 The operation failed; check the error stack to find out the reason.
A DSSL_CTX_set_ssl_version.pod54 The new choice failed, check the error stack to find out the reason.
A DEVP_OpenInit.pod52 EVP_OpenFinal() returns 0 if the decrypt failed or 1 for success.
/openssl-master/apps/lib/
A Dapps.c865 const char *failed = in load_key_certs_crls_suppress() local
960 failed = NULL; in load_key_certs_crls_suppress()
1039 if (failed == NULL) { in load_key_certs_crls_suppress()
1044 failed = "key"; in load_key_certs_crls_suppress()
1046 failed = "params"; in load_key_certs_crls_suppress()
1050 failed = "cert"; in load_key_certs_crls_suppress()
1054 failed = "CRL"; in load_key_certs_crls_suppress()
1057 if (failed != NULL) in load_key_certs_crls_suppress()
1067 BIO_printf(bio_err, " %s", failed); in load_key_certs_crls_suppress()
1076 if (suppress_decode_errors || failed == NULL) in load_key_certs_crls_suppress()
[all …]
/openssl-master/test/recipes/30-test_evp_data/
A Devpmac_poly1305.txt151 # poly1305_ieee754.c failed this in final stage
158 # AVX2 in poly1305-x86.pl failed this with 176+32 split
/openssl-master/VMS/
A Dopenssl_ivp.com.in49 $ WRITE SYS$ERROR "OpenSSL IVP failed"

Completed in 31 milliseconds

123