Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/
H A Dcertificate.cpp493 char subBuffer[maxKeySize] = {0}; in populateProperties() local
498 BIO_read(subBio.get(), subBuffer, maxKeySize); in populateProperties()
499 subject(subBuffer); in populateProperties()