Lines Matching +full:int +full:- +full:property
7 - Set default properties for future algorithm fetches
13 int EVP_set_default_properties(OSSL_LIB_CTX *libctx, const char *propq);
14 int EVP_default_properties_enable_fips(OSSL_LIB_CTX *libctx, int enable);
15 int EVP_default_properties_is_fips_enabled(OSSL_LIB_CTX *libctx);
28 Any previous default property for the specified library context will
31 EVP_default_properties_enable_fips() sets the 'fips=yes' to be a default property
32 if I<enable> is non zero, otherwise it clears 'fips' from the default property
33 query for the given I<libctx>. It merges the fips default property query with any
37 property for the given I<libctx>.
52 property is set for the given I<libctx>, otherwise it returns 0.
64 Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.