Lines Matching refs:pArgBuffer

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()
272 …ror = rtl_cipher_init(aCipher, rtl_Cipher_DirectionBoth, pKeyBuffer, nKeyLen, pArgBuffer, nArgLen); in test_encode_and_decode()
288 t_print(T_VERBOSE, " Arg: %s\n", createHex(pArgBuffer, nArgLen).getStr()); in test_encode_and_decode()
314 delete [] pArgBuffer; in test_encode_and_decode()
448 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in test_encode() local
449 memset(pArgBuffer, 0, nArgLen); in test_encode()
450 pArgBuffer[0] = _nArgValue; in test_encode()
453 t_print(T_VERBOSE, "init Arg: %s\n", createHex(pArgBuffer, nArgLen).getStr()); in test_encode()
455 …r = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, pArgBuffer, nArgLen); in test_encode()
471 t_print(T_VERBOSE, " Arg: %s\n", createHex(pArgBuffer, nArgLen).getStr()); in test_encode()
478 delete [] pArgBuffer; in test_encode()
552 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in init_001() local
553 memset(pArgBuffer, 0, nArgLen); in init_001()
556 t_print(T_VERBOSE, "Arg: %s\n", createHex(pArgBuffer, nArgLen).getStr()); in init_001()
558 …r = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, pArgBuffer, nArgLen); in init_001()
562 t_print(T_VERBOSE, "Arg: %s\n", createHex(pArgBuffer, nArgLen).getStr()); in init_001()
564 delete [] pArgBuffer; in init_001()
581 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in init_002() local
582 memset(pArgBuffer, 0, nArgLen); in init_002()
585 t_print(T_VERBOSE, "Arg: %s\n", createHex(pArgBuffer, nArgLen).getStr()); in init_002()
587 …r = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, pArgBuffer, nArgLen); in init_002()
591 t_print(T_VERBOSE, "Arg: %s\n", createHex(pArgBuffer, nArgLen).getStr()); in init_002()
593 delete [] pArgBuffer; in init_002()
608 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in init_003() local
609 memset(pArgBuffer, 0, nArgLen); in init_003()
610 pArgBuffer[0] = 1; in init_003()
613 t_print(T_VERBOSE, "Arg: %s\n", createHex(pArgBuffer, nArgLen).getStr()); in init_003()
615 …r = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, pArgBuffer, nArgLen); in init_003()
619 t_print(T_VERBOSE, "Arg: %s\n", createHex(pArgBuffer, nArgLen).getStr()); in init_003()
621 delete [] pArgBuffer; in init_003()
637 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in init_004() local
638 memset(pArgBuffer, 0, nArgLen); in init_004()
639 pArgBuffer[0] = 1; in init_004()
642 t_print(T_VERBOSE, "Arg: %s\n", createHex(pArgBuffer, nArgLen).getStr()); in init_004()
644 …r = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, pArgBuffer, nArgLen); in init_004()
648 t_print(T_VERBOSE, "Arg: %s\n", createHex(pArgBuffer, nArgLen).getStr()); in init_004()
650 delete [] pArgBuffer; in init_004()