/freebsd/crypto/openssl/doc/man7/ |
H A D | openssl-glossary.pod | 31 =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 D | migration_guide.pod | 43 One of the key changes from OpenSSL 1.1.1 is the introduction of the Provider 122 using the new Provider API and avoiding deprecated methods. 1214 The Blowfish algorithm has been moved to the L<Legacy Provider|/Legacy Algorithms>. 1264 The CAST algorithm has been moved to the L<Legacy Provider|/Legacy Algorithms>. 1337 "DES-CFB1" and "DES-CFB8" have been moved to the L<Legacy Provider|/Legacy Algorithms>. 1903 IDEA has been moved to the L<Legacy Provider|/Legacy Algorithms>. 1916 MD2 has been moved to the L<Legacy Provider|/Legacy Algorithms>. 1929 MD4 has been moved to the L<Legacy Provider|/Legacy Algorithms>. 1936 MDC2 has been moved to the L<Legacy Provider|/Legacy Algorithms>. 2035 The Algorithms "RC2", "RC4" and "RC5" have been moved to the L<Legacy Provider|/Legac [all...] |
H A D | provider.pod | 34 =head2 Provider section in DESCRIPTION 230 =head3 Provider dependencies
|
H A D | provider-base.pod | 120 of the provider initialization function. See L<provider(7)/Provider> 368 =head2 Provider functions 415 =head2 Provider parameters 649 /* Provider context */
|
H A D | provider-storemgmt.pod | 50 (see L<provider-base(7)/Provider Functions>).
|
H A D | provider-kem.pod | 56 (see L<provider-base(7)/Provider Functions>).
|
H A D | provider-mac.pod | 54 (see L<provider-base(7)/Provider Functions>).
|
H A D | provider-keyexch.pod | 54 (see L<provider-base(7)/Provider Functions>).
|
H A D | provider-digest.pod | 61 (see L<provider-base(7)/Provider Functions>).
|
H A D | provider-asym_cipher.pod | 60 (see L<provider-base(7)/Provider Functions>).
|
/freebsd/crypto/openssl/ |
H A D | README-PROVIDERS.md | 5 - [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 D | README-FIPS.md | 154 name: OpenSSL Base Provider 158 name: OpenSSL FIPS Provider
|
/freebsd/crypto/openssl/test/ |
H A D | provider_internal_test.cnf.in | 16 greeting = Hello OpenSSL, greetings from Test Provider
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 3727 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 …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/ |
H A D | HTTPServer.h | 87 HTTPContentProvider Provider; member
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_ITEM.pod | 27 reason strings array, see L<provider-base(7)/Provider Functions>.
|
H A D | ERR_new.pod | 61 Provider authors are supplied with core versions of these functions,
|
H A D | OSSL_ALGORITHM.pod | 31 function, further described in L<provider-base(7)/Provider Functions>.
|
H A D | OSSL_PROVIDER.pod | 202 printf("Provider 'foo' buildinfo: %s\n", build);
|
/freebsd/sys/contrib/device-tree/Bindings/interconnect/ |
H A D | interconnect.txt | 1 Interconnect Provider Device Tree Bindings
|
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | HTTPServer.cpp | 103 StringRef Chunk = Response.Provider(Offset, Length); in setResponse()
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_provider_new.pod | 53 * Activate the Provider 54 * If the Provider is a module, the module will be loaded 114 Provider objects are reference counted. 116 Provider objects are initially inactive, i.e. they are only recorded
|
/freebsd/crypto/openssl/doc/man5/ |
H A D | fips_config.pod | 33 section, as described in L<config(5)/Provider Configuration Module>.
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | qoriq-clock.txt | 74 2. Clock Provider
|
/freebsd/contrib/libpcap/ |
H A D | INSTALL.md | 286 pcap-dlpi.c - Data Link Provider Interface support 294 pcap-libdlpi.c - Data Link Provider Interface support for systems with libdlpi
|