Lines Matching refs:criterion
36 int OSSL_STORE_SEARCH_get_type(const OSSL_STORE_SEARCH *criterion);
37 X509_NAME *OSSL_STORE_SEARCH_get0_name(OSSL_STORE_SEARCH *criterion);
39 *criterion);
41 *criterion, size_t *length);
42 const char *OSSL_STORE_SEARCH_get0_string(const OSSL_STORE_SEARCH *criterion);
44 *criterion);
56 criterion, and that can be given to an OSSL_STORE context with
74 criterion, so they must have at least the same life time as the created
82 OSSL_STORE_SEARCH_get_type() returns the criterion type for the given
94 Currently supported criterion types are:
100 This criterion supports a search by exact match of subject name.
102 A criterion of this type is created with OSSL_STORE_SEARCH_by_name(),
107 This criterion supports a search by exact match of both issuer name and serial
111 A criterion of this type is created with OSSL_STORE_SEARCH_by_issuer_serial()
117 This criterion supports a search by exact match of key fingerprint.
123 A criterion of this type is created with OSSL_STORE_SEARCH_by_key_fingerprint()
130 This criterion supports a search by match of an alias of some kind.
132 A criterion of this type is created with OSSL_STORE_SEARCH_by_alias()
145 OSSL_STORE_SEARCH_get_type() returns the criterion type of the given