Home
last modified time | relevance | path

Searched refs:capability (Results 1 – 25 of 32) sorted by relevance

12

/openssl-master/doc/man3/
A DOPENSSL_ia32cap.pod14 extensions are denoted by individual bits in capability vector returned
69 enable XMM registers. Historically address of the capability vector copy
71 anymore. Now the only way to affect the capability detection is to set
86 The capability vector is further extended with EBX value returned by
119 To control this extended capability word use C<:> as delimiter when
A DOSSL_PROVIDER.pod51 const char *capability,
151 supported by the provider specified in I<prov> with the capability name
152 I<capability>. For each capability of that name supported by the provider it
154 capability. It will also pass back the argument I<arg>. For more details about
A DSSL_CTX_set_split_send_fragment.pod36 capability could be utilised to parallelise the processing of a single
40 capability is known as "pipelining" within OpenSSL.
42 In order to benefit from the pipelining capability. You need to have an engine
44 AES128-SHA based ciphers that have this capability. However, these are for
A DOpenSSL_version.pod142 This is the current setting of the cpu capability flags. It is usually
192 This is the current setting of the cpu capability flags. It is usually
A DRAND_add.pod72 and it takes effect immediately. This capability only applies to the default
A DSSL_CTX_set_tlsext_use_srtp.pod26 capability may be used as part of an implementation that conforms to RFC5763.
A DOPENSSL_s390xcap.pod20 application. After initialization, the capability vector is ANDed bitwise
A Dd2i_X509.pod388 "reuse" capability is present for historical compatibility but its use is
486 B<I<TYPE>> structure or NULL if an error occurs. If the "reuse" capability has
A DX509_LOOKUP_hash_dir.pod131 loader, and therefore depends on the loader's capability.
A DDTLSv1_listen.pod51 OpenSSL implements this capability via the SSL_stateless() and DTLSv1_listen()
A DX509_STORE_CTX_new.pod146 X509_STORE_CTX_set_verify() provides the capability for overriding the default
A DSSL_CTX_set0_CA_list.pod57 if the list is large. This optional capability was introduced as part of TLSv1.3
A DSSL_CTX_set_tlsext_ticket_key_cb.pod31 RFC5077 provide an enhanced session resumption capability where the server
A Dd2i_RSAPrivateKey.pod292 B<I<TYPE>> structure or NULL if an error occurs. If the "reuse" capability has
/openssl-master/crypto/
A Dprovider.c108 const char *capability, in OSSL_PROVIDER_get_capabilities() argument
112 return ossl_provider_get_capabilities(prov, capability, cb, arg); in OSSL_PROVIDER_get_capabilities()
A Dprovider_core.c1494 const char *capability, in ossl_provider_get_capabilities() argument
1499 ? 1 : prov->get_capabilities(prov->provctx, capability, cb, arg); in ossl_provider_get_capabilities()
/openssl-master/providers/common/
A Dcapabilities.c217 int ossl_prov_get_capabilities(void *provctx, const char *capability, in ossl_prov_get_capabilities() argument
220 if (strcasecmp(capability, "TLS-GROUP") == 0) in ossl_prov_get_capabilities()
/openssl-master/test/
A Dfilterprov.c70 static int filter_get_capabilities(void *provctx, const char *capability, in filter_get_capabilities() argument
75 return OSSL_PROVIDER_get_capabilities(globs->deflt, capability, cb, arg); in filter_get_capabilities()
A Dtls-provider.c174 static int tls_prov_get_capabilities(void *provctx, const char *capability, in tls_prov_get_capabilities() argument
182 if (strcmp(capability, "TLS-GROUP") != 0) { in tls_prov_get_capabilities()
A DREADME-external.md5 This capability is considered a developer option and does not work on all
/openssl-master/include/openssl/
A Dprovider.h37 const char *capability,
/openssl-master/include/internal/
A Dprovider.h86 const char *capability,
/openssl-master/doc/internal/man3/
A Dossl_provider_new.pod83 const char *capability,
276 if the provider has one. It provides the name of the I<capability> and a
277 callback I<cb> parameter to call for each capability that has a matching name in
278 the provider. The callback gets passed OSSL_PARAM details about the capability as
381 support the requested capability then 0 is returned.
/openssl-master/
A DNOTES-VALGRIND.md48 processor, and use it to its fullest capability. This variable can be
/openssl-master/doc/man7/
A Dprovider-base.pod117 int provider_get_capabilities(void *provctx, const char *capability,
405 B<OSSL_PARAM>s should provide details about the capability with the name given
406 in the I<capability> argument relevant for the provider context I<provctx>. If a
408 callback multiple times (one for each capability). Capabilities can be useful for
533 The "TLS-GROUP" capability can be queried by libssl to discover the list of

Completed in 29 milliseconds

12