Searched defs:pcbDecoded (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dpemfile.cpp228 * @param pcbDecoded Where to return the size of the decoded content.
230 static int rtCrPemDecodeBase64(uint8_t const *pbContent, size_t cbContent, void **ppvDecoded, size_t *pcbDecoded) argument
236 *pcbDecoded = cbDecoded;

Completed in 32 milliseconds