Home
last modified time | relevance | path

Searched refs:ossl_property_has_optional (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/property/
H A Dproperty_local.h50 int ossl_property_has_optional(const OSSL_PROPERTY_LIST *query);
H A Dproperty_query.c62 int ossl_property_has_optional(const OSSL_PROPERTY_LIST *query) in ossl_property_has_optional() function
H A Dproperty.c571 optional = ossl_property_has_optional(pq); in ossl_method_store_fetch()