Searched refs:nPlainTextLen (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/sal/qa/rtl/cipher/ |
H A D | rtl_cipher.cxx | 209 sal_uInt32 nPlainTextLen = 16; in test_encode() local 210 sal_uInt8 *pPlainTextBuffer = new sal_uInt8[ nPlainTextLen ]; in test_encode() 211 memset(pPlainTextBuffer, 0, nPlainTextLen); in test_encode() 218 …lCipherError */ aError = rtl_cipher_encode(aCipher, pPlainTextBuffer, nPlainTextLen, pCipherBuffer… in test_encode() 223 … t_print(T_VERBOSE, " Plain: %s\n", createHex(pPlainTextBuffer, nPlainTextLen).getStr()); in test_encode() 275 sal_uInt32 nPlainTextLen = 16; in test_encode_and_decode() local 276 sal_uInt8 *pPlainTextBuffer = new sal_uInt8[ nPlainTextLen ]; in test_encode_and_decode() 277 memset(pPlainTextBuffer, 0, nPlainTextLen); in test_encode_and_decode() 284 …lCipherError */ aError = rtl_cipher_encode(aCipher, pPlainTextBuffer, nPlainTextLen, pCipherBuffer… in test_encode_and_decode() 289 … t_print(T_VERBOSE, " Plain: %s\n", createHex(pPlainTextBuffer, nPlainTextLen).getStr()); in test_encode_and_decode()
|
Completed in 18 milliseconds