Home
last modified time | relevance | path

Searched refs:code (Results 251 – 275 of 434) sorted by relevance

1...<<1112131415161718

/openssl/doc/man7/
H A Dossl-guide-tls-client-non-block.pod5 NB: Changes to the source code samples in this file should also be reflected in
19 blocking TLS client. On this page we will amend that demo code so that it
22 The complete source code for this example nonblocking TLS client is available
30 write at the moment. This can simplify the development of code because you do
31 not have to worry about what to do in these cases. The execution of the code
106 * NOTE: For the purposes of this demonstration code this effectively
208 connection, as well as the return code from the I/O function that failed. In
/openssl/doc/man3/
H A DSSL_CONF_cmd_argv.pod23 or a negative error code.
H A DRSA_new.pod31 code that can be obtained by L<ERR_get_error(3)>. Otherwise it returns
H A DDH_new.pod30 code that can be obtained by L<ERR_get_error(3)>. Otherwise it returns
H A DBIO_s_socket.pod35 Windows is one such platform. Any code mixing the two will not work on
H A DCMS_data_create.pod34 return NULL and set an error code that can be obtained by L<ERR_get_error(3)>.
H A DDSA_new.pod34 code that can be obtained by
H A DOSSL_SELF_TEST_new.pod38 code. It can be used for diagnostic purposes.
67 OSSL_SELF_TEST_onend() may be inserted at the end of a block of self test code
H A DCMS_digest_create.pod38 return NULL and set an error code that can be obtained by L<ERR_get_error(3)>.
H A DX509_check_private_key.pod30 If the key is invalid or an error occurred, the reason code can be
H A DBN_new.pod42 they return B<NULL> and set an error code that can be obtained
H A DSSL_set_retry_verify.pod34 The following code snippet shows how to obtain the B<SSL> object associated
H A Dd2i_PrivateKey.pod107 an error occurs. The error code can be obtained by calling L<ERR_get_error(3)>.
111 code can be obtained by calling L<ERR_get_error(3)>.
H A DBN_CTX_start.pod41 BN_CTX_get() call. In case of an error, an error code is set, which
/openssl/include/openssl/
H A Dconfiguration.h.in49 /* Generate 80386 code? */
/openssl/test/helpers/
H A Dquictestlib.h96 int qtest_check_server_transport_err(QUIC_TSERVER *qtserv, uint64_t code);
/openssl/doc/designs/quic-design/
H A Dquic-statm.md25 its own memory allocation. However, other code should not examine the fields of
H A Derror-handling.md1 Error handling in QUIC code
8 used throughout the code base) during the libssl API calls. In most
/openssl/crypto/md5/
H A Dbuild.info26 # libcrypto and this means that the code needs to be in liblegacy. However,
/openssl/crypto/sha/asm/
H A Dsha512-c64xplus.pl53 $code.=<<___;
436 print $code;
/openssl/crypto/store/
H A Dstore_meth.c350 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_loader_fetch() local
360 ERR_raise_data(ERR_LIB_OSSL_STORE, code, in inner_loader_fetch()
/openssl/doc/designs/ddd/
H A DWINDOWS.md33 substantial chunk of their code (e.g. libuv, nanomsg). It turns out to be easier
73 Further, a cursory examination of code on GitHub seems to suggest that when
/openssl/test/smime-certs/
H A Dca.cnf63 # These extensions are added when 'ca' signs a request for a code-signing
/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv8.pl57 $code.=<<___;
232 $code.=<<___;
947 foreach (split("\n",$code)) {
/openssl/doc/internal/man3/
H A Dossl_cmp_ctx_set1_caPubs.pod44 ossl_cmp_ctx_set_failInfoCode() sets the error code bits in the failInfoCode

Completed in 35 milliseconds

1...<<1112131415161718