Home
last modified time | relevance | path

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

123

/openssl/engines/
H 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_KERNEL_OP_FAILED:112:kernel op failed
17 AFALG_R_MEM_ALLOC_FAILED:102:mem alloc failed
18 AFALG_R_SOCKET_ACCEPT_FAILED:110:socket accept failed
19 AFALG_R_SOCKET_BIND_FAILED:103:socket bind failed
20 AFALG_R_SOCKET_CREATE_FAILED:109:socket create failed
21 AFALG_R_SOCKET_OPERATION_FAILED:104:socket operation failed
[all …]
H A De_dasync.txt9 DASYNC_R_INIT_FAILED:100:init failed
H A De_ossltest.txt9 OSSLTEST_R_INIT_FAILED:100:init failed
H A De_loader_attic.txt12 ATTIC_R_INIT_FAILED:103:init failed
/openssl/test/
H 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()
H 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()
H A Dv3nametest.c283 int failed = 0; in run_cert() local
298 failed = 1; in run_cert()
307 failed = 1; in run_cert()
313 failed = 1; in run_cert()
323 failed = 1; in run_cert()
335 failed = 1; in run_cert()
339 return failed == 0; in run_cert()
344 int failed = 0; in call_run_cert() local
354 failed = 1; in call_run_cert()
357 return failed == 0; in call_run_cert()
H A Dexptest.c52 int ret = 0, failed = 0; in test_mod_exp_zero() local
72 failed = 1; in test_mod_exp_zero()
78 failed = 1; in test_mod_exp_zero()
84 failed = 1; in test_mod_exp_zero()
90 failed = 1; in test_mod_exp_zero()
96 failed = 1; in test_mod_exp_zero()
117 failed = 1; in test_mod_exp_zero()
123 failed = 1; in test_mod_exp_zero()
139 ret = !failed; in test_mod_exp_zero()
H 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()
H 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/util/
H A Ddofile.pl62 my $failed = 0;
66 $failed++;
/openssl/crypto/err/
H A Dopenssl.txt129 ASYNC_R_INIT_FAILED:105:init failed
269 CMP_R_POLLING_FAILED:172:polling failed
571 DSO_R_CTRL_FAILED:100:control command failed
678 ENGINE_R_FINISH_FAILED:106:finish failed
680 ENGINE_R_INIT_FAILED:109:init failed
761 EVP_R_KEY_SETUP_FAILED:180:key setup failed
950 PKCS12_R_CALLBACK_FAILED:115:callback failed
1021 PROP_R_PARSE_FAILED:108:parse failed
1046 PROV_R_FAILED_TO_SIGN:175:failed to sign
1350 SSL_R_CALLBACK_FAILED:234:callback failed
[all …]
/openssl/doc/man3/
H 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.
H 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
H A DSSL_load_client_CA_file.pod64 The operation failed, check out the error stack for the reason.
79 The operation failed.
H A DSSL_get_fd.pod31 The operation failed, because the underlying BIO is not of the correct type
H 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
H A DBN_CTX_start.pod39 Once BN_CTX_get() has failed, the subsequent calls will return B<NULL>
H A DEVP_OpenInit.pod52 EVP_OpenFinal() returns 0 if the decrypt failed or 1 for success.
H A DSSL_set_session.pod47 The operation failed; check the error stack to find out the reason.
H A DSSL_CTX_load_verify_locations.pod131 The operation failed because B<CAfile> and B<CApath> are NULL or the
132 processing at one of the locations specified failed. Check the error
/openssl/test/recipes/30-test_evp_data/
H A Devpmac_poly1305.txt175 # poly1305_ieee754.c failed this in final stage
183 # AVX2 in poly1305-x86.pl failed this with 176+32 split
/openssl/apps/lib/
H A Dapps.c940 const char *failed = FAIL_NAME; in load_key_certs_crls() local
945 if (failed == NULL) { in load_key_certs_crls()
1017 failed = NULL; in load_key_certs_crls()
1092 failed = OSSL_STORE_INFO_type_string(type); in load_key_certs_crls()
1105 if (failed == NULL) { in load_key_certs_crls()
1106 failed = FAIL_NAME; in load_key_certs_crls()
1107 if (failed != NULL && !quiet) in load_key_certs_crls()
1110 if (failed != NULL && !quiet) { in load_key_certs_crls()
1116 BIO_printf(bio_err, " %s", failed); in load_key_certs_crls()
1131 if (quiet || failed == NULL) in load_key_certs_crls()
[all …]
/openssl/VMS/
H A Dopenssl_ivp.com.in55 $ WRITE SYS$ERROR "OpenSSL IVP failed"
/openssl/doc/internal/man3/
H A Dossl_print_attribute_value.pod41 Returns 1 if it succeeds in printing, and 0 if it failed.

Completed in 99 milliseconds

123