Searched refs:pMsg1 (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/sal/qa/rtl/digest/ |
| H A D | rtl_digest.cxx | 768 sal_uInt8 *pMsg1 = (sal_uInt8*)aMsg1.getStr(); in TEST_F() local 771 rtlDigestError aError = rtl_digest_MD2(pMsg1, nLen, pBuffer, RTL_DIGEST_LENGTH_MD2); in TEST_F() 804 sal_uInt8 *pMsg1 = (sal_uInt8*)aMsg1.getStr(); in TEST_F() local 807 rtlDigestError aError = rtl_digest_MD5(pMsg1, nLen, pBuffer, RTL_DIGEST_LENGTH_MD5); in TEST_F() 841 sal_uInt8 *pMsg1 = (sal_uInt8*)aMsg1.getStr(); in TEST_F() local 844 rtlDigestError aError = rtl_digest_SHA(pMsg1, nLen, pBuffer, RTL_DIGEST_LENGTH_SHA); in TEST_F() 877 sal_uInt8 *pMsg1 = (sal_uInt8*)aMsg1.getStr(); in TEST_F() local 880 rtlDigestError aError = rtl_digest_SHA1(pMsg1, nLen, pBuffer, RTL_DIGEST_LENGTH_SHA1); in TEST_F() 917 sal_uInt8 *pMsg1 = (sal_uInt8*)aMsg1.getStr(); in TEST_F() local 920 …rtlDigestError aError = rtl_digest_HMAC_MD5(pKeyBuffer, RTL_DIGEST_LENGTH_HMAC_MD5, pMsg1, nLen, p… in TEST_F() [all …]
|