Home
last modified time | relevance | path

Searched refs:normal (Results 1 – 25 of 76) sorted by relevance

1234

/openssl/crypto/md5/asm/
H A Dmd5-586.pl15 $normal=0;
172 &add($K,64) if $pos >=1 && !$normal;
210 &set_label("start") unless $normal;
304 &mov($tmp1,&swtmp(0)) unless $normal;
309 &cmp($tmp1,$X) unless $normal; # check count
310 &jae(&label("start")) unless $normal;
/openssl/include/internal/
H A Dquic_record_rx.h517 int ossl_qrx_key_update_timeout(OSSL_QRX *qrx, int normal);
/openssl/doc/man3/
H A DBN_add_word.pod25 integers. They are much more efficient than the normal BIGNUM
H A DSSL_rstate_string.pod52 header" in normal conditions.
H A DSSL_set_retry_verify.pod48 /* do normal processing of the verification callback */
H A DSSL_CTX_set_mode.pod61 During normal operations, non-application data records might need to be sent or
101 DO NOT ENABLE THIS if your application attempts a normal handshake.
H A DSCT_new.pod99 B<CT_LOG_ENTRY_TYPE_X509> for a normal certificate.
148 B<CT_LOG_ENTRY_TYPE_X509> for a normal certificate.
H A DSSL_CTX_set_quiet_shutdown.pod51 The default is normal shutdown behaviour as described by the TLS standard.
H A DSSL_stream_conclude.pod15 SSL_stream_conclude() signals the normal end-of-stream condition for the send
H A DSSL_CTX_set_client_hello_cb.pod40 success, normal handshake processing will continue from that point.
44 differences from the normal SSLv3 format, including using three bytes per
H A DDES_random_key.pod242 crypt() implementations. This is different to the normal crypt() in
245 is thread safe, unlike the normal crypt().
247 DES_crypt() is a faster replacement for the normal system crypt().
249 third parameter. This mostly emulates the normal non-thread-safe semantics
H A DOPENSSL_init_ssl.pod15 During normal operation OpenSSL (libssl and libcrypto) will allocate various
H A DSSL_set_shutdown.pod38 A shutdown alert was received form the peer, either a normal close_notify
H A DSSL_CTX_set_max_cert_list.pod53 Under normal conditions it should never be necessary to set a value smaller
H A DSSL_CTX_set_split_send_fragment.pod56 used (i.e. normal non-parallel operation). The number of pipelines set must be
107 greater than the default that would have been used anyway. The normal default
H A DEVP_PKEY_CTX_set_tls1_prf_md.pod57 be more than enough for any normal use of the TLS PRF.
/openssl/test/smime-certs/
H A Dca.cnf36 # These extensions are added when 'ca' signs a request for a normal end-entity
/openssl/
H A DREADME-FIPS.md46 normal installation process. Simply follow the normal procedure (configure,
H A DNOTES-VALGRIND.md10 tests run under Valgrind will take longer than normal.
/openssl/doc/man7/
H A DEVP_KDF-TLS1_PRF.pod45 this should be more than enough for any normal use of the TLS PRF.
H A Dopenssl-env.pod65 This should not be needed in normal use.
H A DEVP_KEYEXCH-ECDH.pod63 The code to generate a shared secret for the normal case is identical to
/openssl/doc/designs/quic-design/
H A Dquic-tls.md129 In the event that an error occurs a normal TLS handshake would send a TLS alert
250 certain settings that may be optional in a normal TLS connection but are
260 normal TLS this is "on" by default. Therefore the `QUIC_TLS` object will
H A Dquic-api.md230 If a stream has terminated in a non-normal fashion (for example because the
323 stream is automatically reset (non-normal termination) with an application error
329 However, the peer will be reliably notified of the non-normal termination of the
332 When freeing a QUIC stream SSL object which was terminated in a non-normal
578 and performs a connection closure in a way which is considered normal to the
653 `SSL_stream_conclude` signals the normal end-of-stream condition to the send
673 This function is used to conclude the send part of a stream in a normal manner.
674 To perform non-normal termination of both the sending and receiving parts of a
729 * terminated in a normal or non-normal manner.
743 * The read or write part of the stream has been finished in a normal manner.
[all …]
/openssl/crypto/perlasm/
H A DREADME.md39 &function_begin_B(name,extra) Same as normal function_begin but no

Completed in 52 milliseconds

1234