Searched refs:pPlainText2Buffer (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/sal/qa/rtl/cipher/ |
H A D | rtl_cipher.cxx | 227 sal_uInt8 *pPlainText2Buffer = new sal_uInt8[ nPlainText2Len ]; in test_encode() local 228 memset(pPlainText2Buffer, 0, nPlainText2Len); in test_encode() 230 …r */ aError = rtl_cipher_decode(aCipher, pCipherBuffer, nCipherLen, pPlainText2Buffer, nPlainText2… in test_encode() 293 sal_uInt8 *pPlainText2Buffer = new sal_uInt8[ nPlainText2Len ]; in test_encode_and_decode() local 294 memset(pPlainText2Buffer, 0, nPlainText2Len); in test_encode_and_decode() 296 …r */ aError = rtl_cipher_decode(aCipher, pCipherBuffer, nCipherLen, pPlainText2Buffer, nPlainText2… in test_encode_and_decode() 299 rtl::OString sPlainText2Str((char*)pPlainText2Buffer, nPlainText2Len); in test_encode_and_decode() 300 … t_print(T_VERBOSE, " Plain: %s\n", createHex(pPlainText2Buffer, nPlainText2Len).getStr()); in test_encode_and_decode() 305 sal_Int32 nCompare = memcmp(pPlainTextBuffer, pPlainText2Buffer, 16); in test_encode_and_decode() 309 delete [] pPlainText2Buffer; in test_encode_and_decode()
|
Completed in 10 milliseconds