Lines Matching defs:error
299 if (auto error = std::get_if<CertUtilsError>(&certificateV)) { in makeCert() local
313 if (auto error = std::get_if<CertUtilsError>(&key_usage_extensionV)) { in makeCert() local
328 if (auto error = std::get_if<CertUtilsError>(&basic_constraints_extensionV)) { in makeCert() local
343 if (auto error = std::get_if<CertUtilsError>(&keyidV)) { in makeCert() local
349 if (auto error = std::get_if<CertUtilsError>(&subject_key_extensionV)) { in makeCert() local
380 if (auto error = std::get_if<CertUtilsError>(&keyidV)) { in setIssuer() local
386 if (auto error = std::get_if<CertUtilsError>(&auth_key_extensionV)) { in setIssuer() local
442 if (auto error = setRsaDigestAlgorField(&mgf1_digest, digest)) { in setPssMaskGeneratorField() local
502 if (auto error = setSaltLength(pss.get(), EVP_MD_size(md))) { in buildRsaPssParameter() local
505 if (auto error = setRsaDigestAlgorField(&pss->hashAlgorithm, md)) { in buildRsaPssParameter() local
508 if (auto error = setPssMaskGeneratorField(&pss->maskGenAlgorithm, md)) { in buildRsaPssParameter() local
607 if (auto error = std::get_if<CertUtilsError>(&algo_objV)) { in signCertWith() local