Lines Matching defs:aError

554             rtlDigestError aError = rtl_digest_init(handle, NULL, 0);  in init_000()  local
563 rtlDigestError aError = rtl_digest_init(handle, NULL, 0); in init_001() local
579 rtlDigestError aError = rtl_digest_init(handle, pData, nSize); in init_MD2() local
607 rtlDigestError aError = rtl_digest_init(handle, pData, nSize); in init_MD5() local
635 rtlDigestError aError = rtl_digest_init(handle, pData, nSize); in init_SHA() local
662 rtlDigestError aError = rtl_digest_init(handle, pData, nSize); in init_SHA1() local
696 rtlDigestError aError = rtl_digest_init(handle, pKeyBuffer, nKeyLen ); in init_HMAC_MD5() local
727 rtlDigestError aError = rtl_digest_init(handle, pKeyBuffer, nKeyLen ); in init_HMAC_SHA1() local
859 rtlDigestError aError = rtl_digest_MD2(pMsg1, nLen, pBuffer, RTL_DIGEST_LENGTH_MD2); in MD2_001() local
902 rtlDigestError aError = rtl_digest_MD5(pMsg1, nLen, pBuffer, RTL_DIGEST_LENGTH_MD5); in MD5_001() local
947 rtlDigestError aError = rtl_digest_SHA(pMsg1, nLen, pBuffer, RTL_DIGEST_LENGTH_SHA); in SHA_001() local
992 rtlDigestError aError = rtl_digest_SHA1(pMsg1, nLen, pBuffer, RTL_DIGEST_LENGTH_SHA1); in SHA1_001() local
1039 …rtlDigestError aError = rtl_digest_HMAC_MD5(pKeyBuffer, RTL_DIGEST_LENGTH_HMAC_MD5, pMsg1, nLen, p… in HMAC_MD5_001() local
1086 …rtlDigestError aError = rtl_digest_HMAC_SHA1(pKeyBuffer, RTL_DIGEST_LENGTH_HMAC_SHA1, pMsg1, nLen,… in HMAC_SHA1_001() local
1140 …rtlDigestError aError = rtl_digest_PBKDF2(pKeyBuffer, nKeyLen, pPassword, nPasswordLen, pSaltData,… in run_check_PBKDF2() local
1196 rtlDigestError aError = rtl_digest_update(aHandle, NULL, 0); in update_000() local
1203 rtlDigestError aError = rtl_digest_updateMD2(aHandle, NULL, 0); in updateMD2_000() local
1215 rtlDigestError aError = rtl_digest_updateMD2(aHandle, NULL, 0); in updateMD2_001() local
1226 rtlDigestError aError = rtl_digest_updateMD5(aHandle, NULL, 0); in updateMD5_000() local
1240 rtlDigestError aError = rtl_digest_updateMD5(aHandle, pData, nSize); in updateMD5_001() local
1254 rtlDigestError aError = rtl_digest_updateMD5(aHandle, NULL, 0); in updateMD5_002() local
1266 rtlDigestError aError = rtl_digest_updateSHA(aHandle, NULL, 0); in updateSHA_000() local
1273 rtlDigestError aError = rtl_digest_updateSHA1(aHandle, NULL, 0); in updateSHA1_000() local
1280 rtlDigestError aError = rtl_digest_updateHMAC_MD5(aHandle, NULL, 0); in updateHMAC_MD5_000() local
1287 rtlDigestError aError = rtl_digest_updateHMAC_SHA1(aHandle, NULL, 0); in updateHMAC_SHA1_000() local
1324 rtlDigestError aError = rtl_digest_get(aHandle, NULL, 0); in get_000() local
1330 rtlDigestError aError = rtl_digest_getMD5(aHandle, NULL, 0); in getMD5_000() local
1342 rtlDigestError aError = rtl_digest_getMD5(aHandle, NULL, 0); in getMD5_001() local
1359 rtlDigestError aError = rtl_digest_getMD5(aHandle, NULL /* pKeyBuffer */ , nKeyLen); in getMD5_002() local