Home
last modified time | relevance | path

Searched defs:ASN1TimePtr (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-certificate-manager/
H A Dx509_utils.cpp42 using ASN1TimePtr = std::unique_ptr<ASN1_TIME, decltype(&ASN1_STRING_free)>; typedef
H A Dcertificate.cpp51 using ASN1TimePtr = std::unique_ptr<ASN1_TIME, decltype(&ASN1_STRING_free)>; typedef