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

/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp2101 uint8_t abCiphertext[32]; local
2104 int rc = i_encryptSettingBytes((uint8_t*)aPlaintext.c_str(), abCiphertext,
2105 aPlaintext.length()+1, sizeof(abCiphertext));
2108 rc = RTBase64Encode(abCiphertext, sizeof(abCiphertext),
2126 uint8_t abCiphertext[64]; local
2129 abCiphertext, sizeof(abCiphertext),
2133 rc = i_decryptSettingBytes(abPlaintext, abCiphertext, cbCiphertext);

Completed in 86 milliseconds