Lines Matching refs:pKeyBuffer

194             sal_uInt8     *pKeyBuffer = new sal_uInt8[ nKeyLen ];  in test_encode()  local
195 memset(pKeyBuffer, 0, nKeyLen); in test_encode()
196 pKeyBuffer[0] = _nKeyValue; in test_encode()
203 t_print(T_VERBOSE, " init Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in test_encode()
206 …rtlCipherError aError = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, … in test_encode()
221 t_print(T_VERBOSE, " Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in test_encode()
260 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in test_encode_and_decode() local
261 memset(pKeyBuffer, 0, nKeyLen); in test_encode_and_decode()
262 pKeyBuffer[0] = _nKeyValue; in test_encode_and_decode()
269 t_print(T_VERBOSE, " init Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in test_encode_and_decode()
272 …rtlCipherError aError = rtl_cipher_init(aCipher, rtl_Cipher_DirectionBoth, pKeyBuffer, nKeyLen, pA… in test_encode_and_decode()
287 t_print(T_VERBOSE, " Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in test_encode_and_decode()
315 delete [] pKeyBuffer; in test_encode_and_decode()
443 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in test_encode() local
444 memset(pKeyBuffer, 0, nKeyLen); in test_encode()
445 pKeyBuffer[0] = _nKeyValue; in test_encode()
452 t_print(T_VERBOSE, "init Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in test_encode()
455 …rtlCipherError aError = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, … in test_encode()
470 t_print(T_VERBOSE, " Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in test_encode()
479 delete [] pKeyBuffer; in test_encode()
548 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in init_001() local
549 memset(pKeyBuffer, 0, nKeyLen); in init_001()
555 t_print(T_VERBOSE, "Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in init_001()
558 …rtlCipherError aError = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, … in init_001()
561 t_print(T_VERBOSE, "Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in init_001()
565 delete [] pKeyBuffer; in init_001()
576 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in init_002() local
577 memset(pKeyBuffer, 0, nKeyLen); in init_002()
578 pKeyBuffer[0] = 1; in init_002()
584 t_print(T_VERBOSE, "Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in init_002()
587 …rtlCipherError aError = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, … in init_002()
590 t_print(T_VERBOSE, "Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in init_002()
594 delete [] pKeyBuffer; in init_002()
604 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in init_003() local
605 memset(pKeyBuffer, 0, nKeyLen); in init_003()
612 t_print(T_VERBOSE, "Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in init_003()
615 …rtlCipherError aError = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, … in init_003()
618 t_print(T_VERBOSE, "Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in init_003()
622 delete [] pKeyBuffer; in init_003()
632 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in init_004() local
633 memset(pKeyBuffer, 0, nKeyLen); in init_004()
634 pKeyBuffer[0] = 1; in init_004()
641 t_print(T_VERBOSE, "Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in init_004()
644 …rtlCipherError aError = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, … in init_004()
647 t_print(T_VERBOSE, "Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in init_004()
651 delete [] pKeyBuffer; in init_004()