Lines Matching refs:nKeyLen

193             sal_uInt32     nKeyLen = 16;  in test_encode()  local
194 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in test_encode()
195 memset(pKeyBuffer, 0, nKeyLen); in test_encode()
203 t_print(T_VERBOSE, " init Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in test_encode()
206 …Error = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, pArgBuffer, nArg… in test_encode()
221 t_print(T_VERBOSE, " Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in test_encode()
259 sal_uInt32 nKeyLen = 16; in test_encode_and_decode() local
260 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in test_encode_and_decode()
261 memset(pKeyBuffer, 0, nKeyLen); in test_encode_and_decode()
269 t_print(T_VERBOSE, " init Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in test_encode_and_decode()
272 … aError = rtl_cipher_init(aCipher, rtl_Cipher_DirectionBoth, pKeyBuffer, nKeyLen, pArgBuffer, nArg… in test_encode_and_decode()
287 t_print(T_VERBOSE, " Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in test_encode_and_decode()
442 sal_uInt32 nKeyLen = 16; in test_encode() local
443 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in test_encode()
444 memset(pKeyBuffer, 0, nKeyLen); in test_encode()
452 t_print(T_VERBOSE, "init Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in test_encode()
455 …Error = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, pArgBuffer, nArg… in test_encode()
470 t_print(T_VERBOSE, " Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in test_encode()
547 sal_uInt32 nKeyLen = 16; in init_001() local
548 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in init_001()
549 memset(pKeyBuffer, 0, nKeyLen); in init_001()
555 t_print(T_VERBOSE, "Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in init_001()
558 …Error = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, pArgBuffer, nArg… in init_001()
561 t_print(T_VERBOSE, "Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in init_001()
575 sal_uInt32 nKeyLen = 16; in init_002() local
576 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in init_002()
577 memset(pKeyBuffer, 0, nKeyLen); in init_002()
584 t_print(T_VERBOSE, "Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in init_002()
587 …Error = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, pArgBuffer, nArg… in init_002()
590 t_print(T_VERBOSE, "Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in init_002()
603 sal_uInt32 nKeyLen = 16; in init_003() local
604 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in init_003()
605 memset(pKeyBuffer, 0, nKeyLen); in init_003()
612 t_print(T_VERBOSE, "Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in init_003()
615 …Error = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, pArgBuffer, nArg… in init_003()
618 t_print(T_VERBOSE, "Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in init_003()
631 sal_uInt32 nKeyLen = 16; in init_004() local
632 sal_uInt8 *pKeyBuffer = new sal_uInt8[ nKeyLen ]; in init_004()
633 memset(pKeyBuffer, 0, nKeyLen); in init_004()
641 t_print(T_VERBOSE, "Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in init_004()
644 …Error = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, pArgBuffer, nArg… in init_004()
647 t_print(T_VERBOSE, "Key: %s\n", createHex(pKeyBuffer, nKeyLen).getStr()); in init_004()