Searched refs:nPlainText2Len (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/sal/qa/rtl/cipher/ |
H A D | rtl_cipher.cxx | 226 sal_uInt32 nPlainText2Len = 16; in test_encode() local 227 sal_uInt8 *pPlainText2Buffer = new sal_uInt8[ nPlainText2Len ]; in test_encode() 228 memset(pPlainText2Buffer, 0, nPlainText2Len); in test_encode() 230 … aError = rtl_cipher_decode(aCipher, pCipherBuffer, nCipherLen, pPlainText2Buffer, nPlainText2Len); in test_encode() 292 sal_uInt32 nPlainText2Len = 16; in test_encode_and_decode() local 293 sal_uInt8 *pPlainText2Buffer = new sal_uInt8[ nPlainText2Len ]; in test_encode_and_decode() 294 memset(pPlainText2Buffer, 0, nPlainText2Len); in test_encode_and_decode() 296 … aError = rtl_cipher_decode(aCipher, pCipherBuffer, nCipherLen, pPlainText2Buffer, nPlainText2Len); 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()
|
Completed in 7 milliseconds