Searched refs:criterion (Results 1 – 9 of 9) sorted by relevance
/openssl/apps/ |
H A D | storeutl.c | 81 int criterion = 0; in storeutl_main() local 152 if (criterion != 0) { in storeutl_main() 157 criterion = OSSL_STORE_SEARCH_BY_NAME; in storeutl_main() 168 if (criterion != 0 in storeutl_main() 185 if (criterion != 0 in storeutl_main() 204 if (criterion != 0 in storeutl_main() 231 if (criterion != 0) { in storeutl_main() 269 if (criterion != 0) { in storeutl_main() 270 switch (criterion) { in storeutl_main() 316 expected, criterion, search, in storeutl_main() [all …]
|
/openssl/doc/man3/ |
H A D | OSSL_STORE_SEARCH.pod | 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); 44 *criterion); 56 criterion, and that can be given to an OSSL_STORE context with 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. 117 This criterion supports a search by exact match of key fingerprint. 130 This criterion supports a search by match of an alias of some kind. [all …]
|
H A D | OSSL_STORE_expect.pod | 32 OSSL_STORE_find() helps applications specify a criterion for a more fine 38 supported search criterion types. 57 OSSL_STORE_supports_search() returns 1 if the criterion is supported, or 0
|
H A D | OSSL_STORE_LOADER.pod | 221 B<OSSL_STORE_SEARCH> search criterion, and is used to tell the loader what 225 to return 1 if the loader supports the criterion, otherwise 0.
|
/openssl/crypto/x509/ |
H A D | by_store.c | 17 const OSSL_STORE_SEARCH *criterion, in cache_objects() argument 46 if (criterion != NULL) in cache_objects() 47 OSSL_STORE_find(ctx, criterion); in cache_objects() 67 criterion, depth - 1, libctx, propq); in cache_objects() 145 const OSSL_STORE_SEARCH *criterion, X509_OBJECT *ret, in by_store() argument 153 ok = cache_objects(ctx, sk_OPENSSL_STRING_value(uris, i), criterion, in by_store() 166 OSSL_STORE_SEARCH *criterion = in by_store_subject_ex() local 168 int ok = by_store(ctx, type, criterion, ret, libctx, propq); in by_store_subject_ex() 173 OSSL_STORE_SEARCH_free(criterion); in by_store_subject_ex()
|
/openssl/include/openssl/ |
H A D | store.h | 240 int OSSL_STORE_SEARCH_get_type(const OSSL_STORE_SEARCH *criterion); 241 X509_NAME *OSSL_STORE_SEARCH_get0_name(const OSSL_STORE_SEARCH *criterion); 243 *criterion); 245 *criterion, size_t *length); 246 const char *OSSL_STORE_SEARCH_get0_string(const OSSL_STORE_SEARCH *criterion); 247 const EVP_MD *OSSL_STORE_SEARCH_get0_digest(const OSSL_STORE_SEARCH *criterion);
|
/openssl/crypto/store/ |
H A D | store_lib.c | 983 int OSSL_STORE_SEARCH_get_type(const OSSL_STORE_SEARCH *criterion) in OSSL_STORE_SEARCH_get_type() argument 985 return criterion->search_type; in OSSL_STORE_SEARCH_get_type() 988 X509_NAME *OSSL_STORE_SEARCH_get0_name(const OSSL_STORE_SEARCH *criterion) in OSSL_STORE_SEARCH_get0_name() argument 990 return criterion->name; in OSSL_STORE_SEARCH_get0_name() 994 *criterion) in OSSL_STORE_SEARCH_get0_serial() argument 996 return criterion->serial; in OSSL_STORE_SEARCH_get0_serial() 1000 *criterion, size_t *length) in OSSL_STORE_SEARCH_get0_bytes() argument 1002 *length = criterion->stringlength; in OSSL_STORE_SEARCH_get0_bytes() 1003 return criterion->string; in OSSL_STORE_SEARCH_get0_bytes() 1008 return (const char *)criterion->string; in OSSL_STORE_SEARCH_get0_string() [all …]
|
/openssl/doc/man7/ |
H A D | ossl-guide-libraries-introduction.pod | 188 search criterion for these implementations. The default provider includes all 203 "provider=base" can be used as a search criterion for these implementations. 218 property query string "provider=fips" can be used as a search criterion for 236 the property "provider=legacy" can be used as a search criterion for these
|
/openssl/doc/internal/man3/ |
H A D | ossl_method_construct.pod | 98 Optionally, I<prov> may be given as a search criterion, to narrow down the
|
Completed in 16 milliseconds