| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocPriorityAdvisor.cpp | 102 Provider.reset( in doInitialization() 129 Provider.reset(new DummyPriorityAdvisorProvider()); in doInitialization() 137 if (Provider) in initializeProvider() 141 Provider.reset(new DummyPriorityAdvisorProvider()); in initializeProvider() 144 Provider.reset( in initializeProvider() 149 Provider.reset(createDevelopmentModePriorityAdvisorProvider(Ctx)); in initializeProvider() 151 Provider.reset( in initializeProvider() 156 Provider.reset(createReleaseModePriorityAdvisorProvider()); in initializeProvider() 169 return Result{Provider.get()}; in run()
|
| H A D | RegAllocEvictionAdvisor.cpp | 99 Provider.reset( in doInitialization() 118 if (Provider) in initializeProvider() 122 Provider.reset( in initializeProvider() 127 Provider.reset(createDevelopmentModeAdvisorProvider(Ctx)); in initializeProvider() 129 Provider.reset( in initializeProvider() 134 Provider.reset(createReleaseModeAdvisorProvider(Ctx)); in initializeProvider() 144 return Result{Provider.get()}; in run()
|
| H A D | MLRegAllocPriorityAdvisor.cpp | 167 Provider = std::make_unique<ReleaseModePriorityAdvisorProvider>(); in doInitialization() 288 Provider->logRewardIfNeeded(MF, GetReward); in logRewardIfNeeded() 300 Provider = std::make_unique<DevelopmentModePriorityAdvisorProvider>( in doInitialization()
|
| H A D | MLRegAllocEvictAdvisor.cpp | 447 Provider = in doInitialization() 603 Provider = std::make_unique<DevelopmentModeEvictionAdvisorProvider>( in doInitialization() 610 Provider->logRewardIfNeeded(MF, GetReward); in logRewardIfNeeded()
|
| /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 | ossl-guide-migration.pod | 64 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 D | provider.pod | 34 =head2 Provider section in DESCRIPTION 230 =head3 Provider dependencies
|
| H A D | EVP_PKEY-ML-DSA.pod | 40 See L</Provider configuration parameters> below for related controls. 82 =head2 Provider configuration parameters
|
| /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.md | 8 
|
| H A D | README-FIPS.md | 157 name: OpenSSL Base Provider 161 name: OpenSSL FIPS Provider
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RegAllocPriorityAdvisor.h | 108 RegAllocPriorityAdvisorProvider *Provider; member 124 std::unique_ptr<RegAllocPriorityAdvisorProvider> Provider; variable 135 RegAllocPriorityAdvisorProvider &getProvider() { return *Provider; } in getProvider() 147 std::unique_ptr<RegAllocPriorityAdvisorProvider> Provider; variable
|
| H A D | RegAllocEvictionAdvisor.h | 206 RegAllocEvictionAdvisorProvider &getProvider() { return *Provider; } in getProvider() 218 std::unique_ptr<RegAllocEvictionAdvisorProvider> Provider; variable 243 RegAllocEvictionAdvisorProvider *Provider; member 260 std::unique_ptr<RegAllocEvictionAdvisorProvider> Provider; variable
|
| /freebsd/crypto/openssl/test/ |
| H A D | provider_internal_test.cnf | 16 greeting = Hello OpenSSL, greetings from Test Provider
|
| H A D | provider_internal_test.cnf.in | 16 greeting = Hello OpenSSL, greetings from Test Provider
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/ |
| H A D | HTTPServer.h | 87 HTTPContentProvider Provider; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 3819 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() 3824 Value *Provider; member 3892 if (!A || !A->Provider) in collectBitParts() 3897 if (!B || A->Provider != B->Provider) in collectBitParts() 3901 Result = BitPart(A->Provider, BitWidth); in collectBitParts() 3979 Result = BitPart(Res->Provider, BitWidth); in collectBitParts() 3995 Result = BitPart(Res->Provider, BitWidth); in collectBitParts() 4009 Result = BitPart(Res->Provider, BitWidth); in collectBitParts() 4023 Result = BitPart(Res->Provider, BitWidth); in collectBitParts() 4051 if (!LHS || !LHS->Provider) in collectBitParts() [all …]
|
| /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_PROVIDER.pod | 149 Provider configuration parameters are managed by the OpenSSL core and normally 261 printf("Provider 'foo' buildinfo: %s\n", build);
|
| H A D | OSSL_ALGORITHM.pod | 31 function, further described in L<provider-base(7)/Provider Functions>.
|
| /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 | 50 * 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
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | core_names.h.in | 118 /* Provider configuration variables */
|