Searched refs:algo_obj (Results 1 – 1 of 1) sorted by relevance
610 auto& algo_obj = std::get<X509_ALGOR_Ptr>(algo_objV); in signCertWith() local611 if (!X509_set1_signature_algo(certificate, algo_obj.get())) { in signCertWith()