Home
last modified time | relevance | path

Searched refs:pPlainText2Buffer (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sal/qa/rtl/cipher/
H A Drtl_cipher.cxx201 sal_uInt8 *pPlainText2Buffer = new sal_uInt8[ nPlainText2Len ]; in test_encode() local
202 memset(pPlainText2Buffer, 0, nPlainText2Len); in test_encode()
204 …r */ aError = rtl_cipher_decode(aCipher, pCipherBuffer, nCipherLen, pPlainText2Buffer, nPlainText2… in test_encode()
267 sal_uInt8 *pPlainText2Buffer = new sal_uInt8[ nPlainText2Len ]; in test_encode_and_decode() local
268 memset(pPlainText2Buffer, 0, nPlainText2Len); in test_encode_and_decode()
270 …r */ aError = rtl_cipher_decode(aCipher, pCipherBuffer, nCipherLen, pPlainText2Buffer, nPlainText2… in test_encode_and_decode()
273 rtl::OString sPlainText2Str((char*)pPlainText2Buffer, nPlainText2Len); in test_encode_and_decode()
274 printf(" Plain: %s\n", createHex(pPlainText2Buffer, nPlainText2Len).getStr()); in test_encode_and_decode()
279 sal_Int32 nCompare = memcmp(pPlainTextBuffer, pPlainText2Buffer, 16); in test_encode_and_decode()
283 delete [] pPlainText2Buffer; in test_encode_and_decode()

Completed in 17 milliseconds