Searched refs:pArgBuffer (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/sal/qa/rtl/cipher/ |
| H A D | rtl_cipher.cxx | 199 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in test_encode() local 200 memset(pArgBuffer, 0, nArgLen); in test_encode() 201 pArgBuffer[0] = _nArgValue; in test_encode() 204 t_print(T_VERBOSE, " init Arg: %s\n", createHex(pArgBuffer, nArgLen).getStr()); in test_encode() 206 …r = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, pArgBuffer, nArgLen); in test_encode() 222 t_print(T_VERBOSE, " Arg: %s\n", createHex(pArgBuffer, nArgLen).getStr()); in test_encode() 265 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in test_encode_and_decode() local 266 memset(pArgBuffer, 0, nArgLen); in test_encode_and_decode() 267 pArgBuffer[0] = _nArgValue; in test_encode_and_decode() 270 t_print(T_VERBOSE, " init Arg: %s\n", createHex(pArgBuffer, nArgLen).getStr()); in test_encode_and_decode() [all …]
|