Home
last modified time | relevance | path

Searched refs:enable (Results 51 – 75 of 120) sorted by relevance

12345

/openssl/crypto/bio/
H A Dbss_dgram.c508 static int enable_local_addr(BIO *b, int enable) { in enable_local_addr() argument
515 (void *)&enable, sizeof(enable)) < 0) in enable_local_addr()
524 &enable, sizeof(enable)) < 0) in enable_local_addr()
535 &enable, sizeof(enable)) < 0) in enable_local_addr()
H A Dbss_dgram_pair.c603 static int dgram_pair_ctrl_set_local_addr_enable(BIO *bio, int enable) in dgram_pair_ctrl_set_local_addr_enable() argument
610 b->local_addr_enable = (enable != 0 ? 1 : 0); in dgram_pair_ctrl_set_local_addr_enable()
/openssl/doc/man7/
H A Dopenssl-qlog.pod74 terms listing event types to enable or disable. The terms are applied in order,
166 set to enable qlog.
H A DEVP_MAC-KMAC.pod64 The "xof" parameter value is expected to be 1 or 0. Use 1 to enable XOF mode.
H A Dossl-guide-tls-server-block.pod141 Next we enable session caching, which makes it possible for clients to more
147 * Servers that want to enable session resumption must specify a cache id
/openssl/doc/man3/
H A DSSL_CIPHER_get_name.pod199 Before OpenSSL 1.1.1, tracing (B<enable-ssl-trace> argument to Configure) was
200 required to enable this function.
H A DSSL_export_keying_material.pod27 SSL_export_keying_material() and SSL_export_keying_material_early() enable an
H A DOPENSSL_riscvcap.pod198 Only enable the vector extension:
H A DSSL_set1_host.pod27 via SSL_set_hostflags(). Clients that enable DANE TLSA authentication
H A DBIO_s_dgram_pair.pod17 int BIO_dgram_set_no_trunc(BIO *bio, int enable);
179 If a caller attempts to enable local address support using
H A DOPENSSL_ia32cap.pod69 enable XMM registers. Historically address of the capability vector copy
H A DSSL_CTX_set_session_cache_mode.pod5 SSL_CTX_set_session_cache_mode, SSL_CTX_get_session_cache_mode - enable/disable session caching
H A DCMS_get0_RecipientInfos.pod102 The main purpose of these functions is to enable an application to lookup
H A DSSL_CTX_set_ct_validation_callback.pod32 SSL_enable_ct() and SSL_CTX_enable_ct() enable the processing of signed
H A DSSL_CTX_set_options.pod96 It is usually safe to use B<SSL_OP_ALL> to enable the bug workaround
107 this option to enable it.
220 You should only enable this option if the protocol running over TLS
/openssl/test/
H A Dacvp_test.c41 int enable; member
150 self_test_args.enable = 1; in ecdsa_keygen_test()
166 self_test_args.enable = 0; in ecdsa_keygen_test()
431 self_test_args.enable = 1; in eddsa_keygen_test()
444 self_test_args.enable = 0; in eddsa_keygen_test()
1477 if (!args->enable) in self_test_events()
/openssl/demos/
H A DREADME.txt7 them, but are not frequently used. Configure openssl with enable-demos to build
/openssl/doc/designs/ddd/
H A DREPORT.md41 The originally planned change to enable applications for QUIC amounted to just a
71 The originally planned changes to enable applications for QUIC amounted to:
143 The originally planned changes to enable applications for QUIC amounted to:
/openssl/ssl/quic/
H A Dqlog.c24 static ossl_unused ossl_inline void bit_set(size_t *p, uint32_t bit_no, int enable) in bit_set() argument
28 if (enable) in bit_set()
/openssl/.github/workflows/
H A Dcompiler-zoo.yml128 -Wall -Werror enable-fips --strict-warnings
H A Dcross-compiles.yml172 ./config --banner=Configured --strict-warnings enable-fips \
/openssl/Configurations/
H A D10-main.conf696 enable => [ "afalgeng" ],
1029 enable => add("devcryptoeng"),
1203 enable => add("devcryptoeng"),
/openssl/
H A DNOTES-UNIX.md90 '-Wl,--enable-new-dtags,-rpath,$(LIBRPATH)'
/openssl/include/openssl/
H A Dbio.h.in657 # define BIO_dgram_set_local_addr_enable(b, enable) \ argument
658 (int)BIO_ctrl((b), BIO_CTRL_DGRAM_SET_LOCAL_ADDR_ENABLE, (enable), NULL)
667 # define BIO_dgram_set_no_trunc(b, enable) \ argument
668 (int)BIO_ctrl((b), BIO_CTRL_DGRAM_SET_NO_TRUNC, (enable), NULL)
/openssl/doc/designs/
H A Dfetching-composite-algorithms.md135 numerical form). To enable this, explicit fetching is necessary.

Completed in 66 milliseconds

12345