Lines Matching refs:yes
96 default_properties = fips=yes
240 standards you can specify the property query C<fips=yes> like this:
244 sha256 = EVP_MD_fetch(NULL, "SHA2-256", "fips=yes");
258 example sets the default property query of C<fips=yes> for all fetches within
261 EVP_set_default_properties(NULL, "fips=yes");
275 property query C<fips=yes>. There are also some non-cryptographic algorithms
276 available in the default and base providers that also have the C<fips=yes>
284 sets the default property value to be C<fips=yes>. Note that this config file
305 default_properties = fips=yes
345 if (!EVP_set_default_properties(fips_libctx, "fips=yes"))
413 therefore these encoders/decoders have the C<fips=yes> property against them.
437 SSL_CTX *fips_ssl_ctx = SSL_CTX_new_ex(fips_libctx, "fips=yes", TLS_method());
449 * The "fips=yes" property includes all FIPS approved algorithms
454 SSL_CTX *fips_ssl_ctx = SSL_CTX_new_ex(NULL, "fips=yes", TLS_method());
601 The property query C<fips=yes> is mandatory for applications that