Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/
H A Dcertificate.cpp494 BIOMemPtr subBio(BIO_new(BIO_s_mem()), BIO_free); in populateProperties() local
497 X509_NAME_print_ex(subBio.get(), sub, 0, XN_FLAG_SEP_COMMA_PLUS); in populateProperties()
498 BIO_read(subBio.get(), subBuffer, maxKeySize); in populateProperties()