Home
last modified time | relevance | path

Searched refs:algo_obj (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore2/src/crypto/
Dcertificate_utils.cpp610 auto& algo_obj = std::get<X509_ALGOR_Ptr>(algo_objV); in signCertWith() local
611 if (!X509_set1_signature_algo(certificate, algo_obj.get())) { in signCertWith()