Searched refs:pkeyRet (Results 1 – 1 of 1) sorted by relevance
328 int pkeyRet = PEM_write_bio_PrivateKey(bufio, pPrivKey, nullptr, nullptr, 0, in constructX509() local330 if (pkeyRet <= 0) in constructX509()333 pkeyRet); in constructX509()342 pkeyRet = PEM_write_bio_X509(bufio, x509); in constructX509()343 if (pkeyRet <= 0) in constructX509()346 pkeyRet); in constructX509()