Searched refs:nPlainTextLen (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/sal/qa/rtl/cipher/ |
H A D | rtl_cipher.cxx | 183 sal_uInt32 nPlainTextLen = 16; in test_encode() local 184 sal_uInt8 *pPlainTextBuffer = new sal_uInt8[ nPlainTextLen ]; in test_encode() 185 memset(pPlainTextBuffer, 0, nPlainTextLen); in test_encode() 192 …/* rtlCipherError */ aError = rtl_cipher_encode(aCipher, pPlainTextBuffer, nPlainTextLen, pCipherB… in test_encode() 197 printf(" Plain: %s\n", createHex(pPlainTextBuffer, nPlainTextLen).getStr()); in test_encode() 249 sal_uInt32 nPlainTextLen = 16; in test_encode_and_decode() local 250 sal_uInt8 *pPlainTextBuffer = new sal_uInt8[ nPlainTextLen ]; in test_encode_and_decode() 251 memset(pPlainTextBuffer, 0, nPlainTextLen); in test_encode_and_decode() 258 …/* rtlCipherError */ aError = rtl_cipher_encode(aCipher, pPlainTextBuffer, nPlainTextLen, pCipherB… in test_encode_and_decode() 263 printf(" Plain: %s\n", createHex(pPlainTextBuffer, nPlainTextLen).getStr()); in test_encode_and_decode()
|
Completed in 18 milliseconds