Lines Matching refs:valid
80 int valid = 0;
86 valid = msg->protection != NULL && msg->protection->length >= 0
92 if (!valid)
95 return valid;
108 int valid = 0;
127 valid = X509_verify_cert(csc) > 0;
131 if (!valid && ERR_GET_REASON(err) != CMP_R_POTENTIALLY_INVALID_CERTIFICATE)
138 return valid;
259 : "cert is not yet valid");
305 int valid = 0;
317 valid = OSSL_CMP_validate_cert_path(ctx, store, scrt);
318 if (!valid) {
335 valid = OSSL_CMP_validate_cert_path(ctx, store, newcrt);
341 return valid;
446 * Verify message signature with any acceptable and valid candidate cert.
506 ossl_cmp_info(ctx, "trying to verify msg signature with a valid cert that..");
652 * it has a valid body type
653 * its protection is valid (or invalid/absent, but only if a callback function