/openssl-master/doc/man3/ |
A D | OPENSSL_ia32cap.pod | 14 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 D | OSSL_PROVIDER.pod | 51 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 D | SSL_CTX_set_split_send_fragment.pod | 36 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 D | OpenSSL_version.pod | 142 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 D | RAND_add.pod | 72 and it takes effect immediately. This capability only applies to the default
|
A D | SSL_CTX_set_tlsext_use_srtp.pod | 26 capability may be used as part of an implementation that conforms to RFC5763.
|
A D | OPENSSL_s390xcap.pod | 20 application. After initialization, the capability vector is ANDed bitwise
|
A D | d2i_X509.pod | 388 "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 D | X509_LOOKUP_hash_dir.pod | 131 loader, and therefore depends on the loader's capability.
|
A D | DTLSv1_listen.pod | 51 OpenSSL implements this capability via the SSL_stateless() and DTLSv1_listen()
|
A D | X509_STORE_CTX_new.pod | 146 X509_STORE_CTX_set_verify() provides the capability for overriding the default
|
A D | SSL_CTX_set0_CA_list.pod | 57 if the list is large. This optional capability was introduced as part of TLSv1.3
|
A D | SSL_CTX_set_tlsext_ticket_key_cb.pod | 31 RFC5077 provide an enhanced session resumption capability where the server
|
A D | d2i_RSAPrivateKey.pod | 292 B<I<TYPE>> structure or NULL if an error occurs. If the "reuse" capability has
|
/openssl-master/crypto/ |
A D | provider.c | 108 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 D | provider_core.c | 1494 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 D | capabilities.c | 217 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 D | filterprov.c | 70 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 D | tls-provider.c | 174 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 D | README-external.md | 5 This capability is considered a developer option and does not work on all
|
/openssl-master/include/openssl/ |
A D | provider.h | 37 const char *capability,
|
/openssl-master/include/internal/ |
A D | provider.h | 86 const char *capability,
|
/openssl-master/doc/internal/man3/ |
A D | ossl_provider_new.pod | 83 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 D | NOTES-VALGRIND.md | 48 processor, and use it to its fullest capability. This variable can be
|
/openssl-master/doc/man7/ |
A D | provider-base.pod | 117 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
|