Home
last modified time | relevance | path

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

/trunk/main/sal/qa/rtl/cipher/
H A Drtl_cipher.cxx173 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in test_encode() local
174 memset(pArgBuffer, 0, nArgLen); in test_encode()
175 pArgBuffer[0] = _nArgValue; in test_encode()
178 printf(" init Arg: %s\n", createHex(pArgBuffer, nArgLen).getStr()); in test_encode()
180 …r = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, pArgBuffer, nArgLen); in test_encode()
196 printf(" Arg: %s\n", createHex(pArgBuffer, nArgLen).getStr()); in test_encode()
239 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in test_encode_and_decode() local
240 memset(pArgBuffer, 0, nArgLen); in test_encode_and_decode()
241 pArgBuffer[0] = _nArgValue; in test_encode_and_decode()
244 printf(" init Arg: %s\n", createHex(pArgBuffer, nArgLen).getStr()); in test_encode_and_decode()
[all …]