Lines Matching refs:ok
20 int ok = 0;
34 * objects certs and CRLs than we may expect, but that's ok.
58 ok = 0;
66 ok = cache_objects(lctx, OSSL_STORE_INFO_get0_NAME(info),
76 ok = X509_STORE_add_cert(xstore,
80 ok = X509_STORE_add_crl(xstore,
87 if (!ok)
92 return ok;
153 int ok = 0;
156 ok = cache_objects(ctx, sk_OPENSSL_STRING_value(uris, i), criterion,
159 if (ok)
162 return ok;
171 int ok = by_store(ctx, type, criterion, ret, libctx, propq);
178 if (ok)
181 ok = 0;
188 * ok = 1;
203 ok = X509_OBJECT_set1_X509(ret, tmp->data.x509);
204 if (ok)
208 ok = X509_OBJECT_set1_X509_CRL(ret, tmp->data.crl);
209 if (ok)
216 return ok;