Home
last modified time | relevance | path

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

/trunk/main/sal/qa/rtl/cipher/
H A Drtl_cipher.cxx168 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in test_encode() local
169 memset(pKeyBuffer, 0, nKeyLen); in test_encode()
170 pKeyBuffer[0] = _nKeyValue; in test_encode()
177 printf(" init Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in test_encode()
180 …rtlCipherError aError = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, … in test_encode()
195 printf(" Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in test_encode()
234 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in test_encode_and_decode() local
235 memset(pKeyBuffer, 0, nKeyLen); in test_encode_and_decode()
236 pKeyBuffer[0] = _nKeyValue; in test_encode_and_decode()
243 printf(" init Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in test_encode_and_decode()
[all …]
/trunk/main/sal/qa/rtl/digest/
H A Drtl_digest.cxx526 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in TEST_F() local
528 rtl_digest_get( handle, pKeyBuffer, nKeyLen ); in TEST_F()
529 rtl::OString aSum = createHex(pKeyBuffer, nKeyLen); in TEST_F()
530 delete [] pKeyBuffer; in TEST_F()
554 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in TEST_F() local
556 rtl_digest_get( handle, pKeyBuffer, nKeyLen ); in TEST_F()
557 rtl::OString aSum = createHex(pKeyBuffer, nKeyLen); in TEST_F()
558 delete [] pKeyBuffer; in TEST_F()
582 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in TEST_F() local
584 rtl_digest_get( handle, pKeyBuffer, nKeyLen ); in TEST_F()
[all …]