Home
last modified time | relevance | path

Searched refs:nArgLen (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sal/qa/rtl/cipher/
H A Drtl_cipher.cxx198 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()
[all …]
/AOO41X/main/sal/rtl/source/
H A Dcipher.c85 const sal_uInt8 *pArgData, sal_Size nArgLen);
144 const sal_uInt8 *pArgData, sal_Size nArgLen) in rtl_cipher_init() argument
153 Cipher, Direction, pKeyData, nKeyLen, pArgData, nArgLen); in rtl_cipher_init()
236 const sal_uInt8 *pArgData, sal_Size nArgLen);
660 const sal_uInt8 *pArgData, sal_Size nArgLen) in __rtl_cipherBF_init() argument
705 if (pArgData && nArgLen) in __rtl_cipherBF_init()
707 nArgLen = ((nArgLen < 8) ? nArgLen : 8); in __rtl_cipherBF_init()
710 rtl_copyMemory (ctx->m_iv.m_byte, pArgData, nArgLen); in __rtl_cipherBF_init()
714 RTL_CIPHER_NTOHL64 (pArgData, DL, DR, nArgLen); in __rtl_cipherBF_init()
1045 const sal_uInt8 *pArgData, sal_Size nArgLen) in rtl_cipher_initBF() argument
[all …]
/AOO41X/main/sal/inc/rtl/
H A Dcipher.h142 const sal_uInt8 *pArgData, sal_Size nArgLen
214 const sal_uInt8 *pArgData, sal_Size nArgLen
272 const sal_uInt8 *pArgData, sal_Size nArgLen
/AOO41X/main/basic/source/runtime/
H A Dmethods.cxx1300 sal_uInt16 nArgLen = aArgStr.Len(); in RTLFUNC() local
1301 if( nStartPos + 1 > nArgLen ) in RTLFUNC()
1322 if( nReplaceEndPos > nArgLen ) in RTLFUNC()
1323 nReplaceLen -= (nReplaceEndPos - nArgLen); in RTLFUNC()