Home
last modified time | relevance | path

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

/aoo41x/main/sal/qa/rtl/cipher/
H A Drtl_cipher.cxx210 sal_uInt8 *pPlainTextBuffer = new sal_uInt8[ nPlainTextLen ]; in test_encode() local
211 memset(pPlainTextBuffer, 0, nPlainTextLen); in test_encode()
212 strncpy((char*)pPlainTextBuffer, _sPlainTextStr.getStr(), 16); in test_encode()
218 …/* rtlCipherError */ aError = rtl_cipher_encode(aCipher, pPlainTextBuffer, nPlainTextLen, pCipherB… in test_encode()
223 … t_print(T_VERBOSE, " Plain: %s\n", createHex(pPlainTextBuffer, nPlainTextLen).getStr()); in test_encode()
276 sal_uInt8 *pPlainTextBuffer = new sal_uInt8[ nPlainTextLen ]; in test_encode_and_decode() local
277 memset(pPlainTextBuffer, 0, nPlainTextLen); in test_encode_and_decode()
278 strncpy((char*)pPlainTextBuffer, _sPlainTextStr.getStr(), 16); in test_encode_and_decode()
289 … t_print(T_VERBOSE, " Plain: %s\n", createHex(pPlainTextBuffer, nPlainTextLen).getStr()); in test_encode_and_decode()
305 sal_Int32 nCompare = memcmp(pPlainTextBuffer, pPlainText2Buffer, 16); in test_encode_and_decode()
[all …]

Completed in 59 milliseconds