Searched refs:pMsg1 (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/sal/qa/rtl/digest/ |
H A D | rtl_digest.cxx | 856 sal_uInt8 *pMsg1 = (sal_uInt8*)aMsg1.getStr(); in MD2_001() local 859 rtlDigestError aError = rtl_digest_MD2(pMsg1, nLen, pBuffer, RTL_DIGEST_LENGTH_MD2); in MD2_001() 899 sal_uInt8 *pMsg1 = (sal_uInt8*)aMsg1.getStr(); in MD5_001() local 902 rtlDigestError aError = rtl_digest_MD5(pMsg1, nLen, pBuffer, RTL_DIGEST_LENGTH_MD5); in MD5_001() 944 sal_uInt8 *pMsg1 = (sal_uInt8*)aMsg1.getStr(); in SHA_001() local 947 rtlDigestError aError = rtl_digest_SHA(pMsg1, nLen, pBuffer, RTL_DIGEST_LENGTH_SHA); in SHA_001() 989 sal_uInt8 *pMsg1 = (sal_uInt8*)aMsg1.getStr(); in SHA1_001() local 992 rtlDigestError aError = rtl_digest_SHA1(pMsg1, nLen, pBuffer, RTL_DIGEST_LENGTH_SHA1); in SHA1_001() 1036 sal_uInt8 *pMsg1 = (sal_uInt8*)aMsg1.getStr(); in HMAC_MD5_001() local 1039 …rror aError = rtl_digest_HMAC_MD5(pKeyBuffer, RTL_DIGEST_LENGTH_HMAC_MD5, pMsg1, nLen, pBuffer, RT… in HMAC_MD5_001() [all …]
|
Completed in 17 milliseconds