Lines Matching refs:ok
156 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx);
467 /* ok */
621 BIO_printf(bio_err,"Signature ok\n");
1204 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx)
1209 /* it is ok to use a self signed certificate
1210 * This case will catch both the initial ok == 0 and the
1211 * final ok == 1 calls to this function */
1219 if (ok)