Home
last modified time | relevance | path

Searched refs: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
128 ASN1TimePtr epoch(ASN1_TIME_new(), ASN1_STRING_free); in validateCertificateStartDate()
H A Dcertificate.cpp51 using ASN1TimePtr = std::unique_ptr<ASN1_TIME, decltype(&ASN1_STRING_free)>; typedef
539 ASN1TimePtr epoch(ASN1_TIME_new(), ASN1_STRING_free); in populateProperties()