Lines Matching refs:criterion
15 /* Generic object loader, given expected type and criterion */
17 const OSSL_STORE_SEARCH *criterion,
29 * We try to set the criterion, but don't care if it was valid or not.
31 * being that if the criterion couldn't be used, we will get *everything*
33 * the criterion indicates, so the biggest harm is that we cache more
37 * criterion is the BY_NAME one, which it can only apply on directories,
39 * and in that case, the BY_NAME criterion is pointless.
41 * We could very simply not apply any criterion at all here, and just let
46 if (criterion != NULL)
47 OSSL_STORE_find(ctx, criterion);
67 criterion, depth - 1, libctx, propq);
148 const OSSL_STORE_SEARCH *criterion, X509_OBJECT *ret,
156 ok = cache_objects(ctx, sk_OPENSSL_STRING_value(uris, i), criterion,
169 OSSL_STORE_SEARCH *criterion =
171 int ok = by_store(ctx, type, criterion, ret, libctx, propq);
176 OSSL_STORE_SEARCH_free(criterion);