Home
last modified time | relevance | path

Searched refs:Provider (Results 1 – 25 of 48) sorted by relevance

12

/src/crypto/openssl/doc/man7/
H A Dopenssl-glossary.pod31 =item Base Provider
33 An OpenSSL Provider that contains encoders and decoders for OpenSSL keys. All
34 the algorithm implementations in the Base Provider are also available in the
35 Default Provider.
46 =item Default Provider
48 An OpenSSL Provider that contains the most common OpenSSL algorithm
50 the algorithm implementations in the Base Provider are also available in the
51 Default Provider.
88 =item FIPS Provider
90 An OpenSSL Provider that contains OpenSSL algorithm implementations that have
[all …]
H A Dossl-guide-migration.pod64 One of the key changes from OpenSSL 1.1.1 is the introduction of the Provider
143 using the new Provider API and avoiding deprecated methods.
1245 The Blowfish algorithm has been moved to the L<Legacy Provider|/Legacy Algorithms>.
1295 The CAST algorithm has been moved to the L<Legacy Provider|/Legacy Algorithms>.
1368 "DES-CFB1" and "DES-CFB8" have been moved to the L<Legacy Provider|/Legacy Algorithms>.
1934 IDEA has been moved to the L<Legacy Provider|/Legacy Algorithms>.
1947 MD2 has been moved to the L<Legacy Provider|/Legacy Algorithms>.
1960 MD4 has been moved to the L<Legacy Provider|/Legacy Algorithms>.
1967 MDC2 has been moved to the L<Legacy Provider|/Legacy Algorithms>.
2066 The Algorithms "RC2", "RC4" and "RC5" have been moved to the L<Legacy Provider|/Legacy Algorithms>.
[all …]
H A Dprovider.pod34 =head2 Provider section in DESCRIPTION
230 =head3 Provider dependencies
H A DEVP_PKEY-ML-DSA.pod40 See L</Provider configuration parameters> below for related controls.
82 =head2 Provider configuration parameters
H A DEVP_PKEY-ML-KEM.pod40 See L</Provider configuration parameters> below for related controls.
102 =head2 Provider configuration parameters
H A Dprovider-skeymgmt.pod48 (see L<provider-base(7)/Provider Functions>).
H A DOSSL_PROVIDER-FIPS.pod50 =head2 Provider parameters
52 See L<provider-base(7)/Provider parameters> for a list of base parameters.
/src/crypto/openssl/
H A DREADME-PROVIDERS.md5 - [The Default Provider](#the-default-provider)
6 - [The Legacy Provider](#the-legacy-provider)
7 - [The FIPS Provider](#the-fips-provider)
8 - [The Base Provider](#the-base-provider)
9 - [The Null Provider](#the-null-provider)
25 The Default Provider
40 The Legacy Provider
54 The FIPS Provider
65 The Base Provider
74 The Null Provider
H A DREADME.md8 ![Provider Compatibility](https://github.com/openssl/openssl/actions/workflows/provider-compatibili…
136 * [Information about the OpenSSL Provider architecture](README-PROVIDERS.md)
H A DREADME-FIPS.md157 name: OpenSSL Base Provider
161 name: OpenSSL FIPS Provider
/src/crypto/openssl/test/
H A Dprovider_internal_test.cnf16 greeting = Hello OpenSSL, greetings from Test Provider
H A Dprovider_internal_test.cnf.in16 greeting = Hello OpenSSL, greetings from Test Provider
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3727 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart()
3732 Value *Provider; member
3800 if (!A || !A->Provider) in collectBitParts()
3805 if (!B || A->Provider != B->Provider) in collectBitParts()
3809 Result = BitPart(A->Provider, BitWidth); in collectBitParts()
3887 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()
3903 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()
3917 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()
3931 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()
3959 if (!LHS || !LHS->Provider) in collectBitParts()
[all …]
/src/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h87 HTTPContentProvider Provider; member
/src/crypto/openssl/doc/man3/
H A DOSSL_ITEM.pod27 reason strings array, see L<provider-base(7)/Provider Functions>.
H A DERR_new.pod61 Provider authors are supplied with core versions of these functions,
H A DOSSL_PROVIDER.pod149 Provider configuration parameters are managed by the OpenSSL core and normally
261 printf("Provider 'foo' buildinfo: %s\n", build);
H A DOSSL_ALGORITHM.pod31 function, further described in L<provider-base(7)/Provider Functions>.
/src/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp103 StringRef Chunk = Response.Provider(Offset, Length); in setResponse()
/src/sys/contrib/device-tree/Bindings/interconnect/
H A Dinterconnect.txt1 Interconnect Provider Device Tree Bindings
/src/crypto/openssl/doc/internal/man3/
H A Dossl_provider_new.pod50 * Activate the Provider
51 * If the Provider is a module, the module will be loaded
113 Provider objects are reference counted.
115 Provider objects are initially inactive, i.e. they are only recorded
/src/crypto/openssl/include/openssl/
H A Dcore_names.h.in118 /* Provider configuration variables */
/src/crypto/krb5/src/windows/
H A Dversion.rc190 #define K5_DESCRIPTION "Kerberos Network Provider - " KRB5_PRODUCTNAME_STR "\0"
/src/crypto/openssl/doc/man5/
H A Dfips_config.pod33 section, as described in L<config(5)/Provider Configuration Module>.
/src/crypto/openssl/doc/designs/
H A Devp_skey.md56 Provider perspective

12