Searched refs:cbCiphertext (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/crypto/
H A Dpkix.h341 * @param cbCiphertext The number of bytes of ciphertext.
349 void const *pvCiphertext, size_t cbCiphertext,
359 * @param cbCiphertext The number of bytes of ciphertext.
365 size_t cbCiphertext, size_t *pcbPlaintext, bool fFinal);
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp2127 size_t cbCiphertext; local
2130 &cbCiphertext, NULL);
2133 rc = i_decryptSettingBytes(abPlaintext, abCiphertext, cbCiphertext);
2136 for (unsigned i = 0; i < cbCiphertext; i++)

Completed in 61 milliseconds