Lines Matching refs:legacy
6 - [The Legacy Provider](#the-legacy-provider)
43 The legacy provider is a collection of legacy algorithms that are either no
49 legacy provider explicitly.
51 Algorithms in the legacy provider include MD2, MD4, MDC2, RMD160, CAST5,
94 the legacy and the default provider in the default library context.
103 legacy = legacy_sect
112 load the legacy provider into the default library context as shown below.
124 OSSL_PROVIDER *legacy;
128 legacy = OSSL_PROVIDER_load(NULL, "legacy");
129 if (legacy == NULL) {
136 OSSL_PROVIDER_unload(legacy);
142 OSSL_PROVIDER_unload(legacy);