Home
last modified time | relevance | path

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

/trunk/main/sal/qa/rtl/cipher/
H A Drtl_cipher.cxx200 sal_uInt32 nPlainText2Len = 16; in test_encode() local
201 sal_uInt8 *pPlainText2Buffer = new sal_uInt8[ nPlainText2Len ]; in test_encode()
202 memset(pPlainText2Buffer, 0, nPlainText2Len); in test_encode()
204 … aError = rtl_cipher_decode(aCipher, pCipherBuffer, nCipherLen, pPlainText2Buffer, nPlainText2Len); in test_encode()
266 sal_uInt32 nPlainText2Len = 16; in test_encode_and_decode() local
267 sal_uInt8 *pPlainText2Buffer = new sal_uInt8[ nPlainText2Len ]; in test_encode_and_decode()
268 memset(pPlainText2Buffer, 0, nPlainText2Len); in test_encode_and_decode()
270 … aError = rtl_cipher_decode(aCipher, pCipherBuffer, nCipherLen, pPlainText2Buffer, nPlainText2Len); 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()

Completed in 21 milliseconds