Lines Matching refs:nArgLen

198             sal_uInt32     nArgLen = 16;  in test_encode()  local
199 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in test_encode()
200 memset(pArgBuffer, 0, nArgLen); 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()
264 sal_uInt32 nArgLen = 16; in test_encode_and_decode() local
265 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in test_encode_and_decode()
266 memset(pArgBuffer, 0, nArgLen); 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()
447 sal_uInt32 nArgLen = 16; in test_encode() local
448 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in test_encode()
449 memset(pArgBuffer, 0, nArgLen); 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()
551 sal_uInt32 nArgLen = 16; in init_001() local
552 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in init_001()
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()
580 sal_uInt32 nArgLen = 16; in init_002() local
581 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in init_002()
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()
607 sal_uInt32 nArgLen = 16; in init_003() local
608 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in init_003()
609 memset(pArgBuffer, 0, nArgLen); 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()
636 sal_uInt32 nArgLen = 16; in init_004() local
637 sal_uInt8 *pArgBuffer = new sal_uInt8[ nArgLen ]; in init_004()
638 memset(pArgBuffer, 0, nArgLen); 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()