Searched refs:mvMD5Update (Results 1 - 3 of 3) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/cesa/
H A DmvMD5.h82 void mvMD5Update(MV_MD5_CONTEXT *context, unsigned char const *buf,
H A DmvMD5.c111 void mvMD5Update(MV_MD5_CONTEXT *ctx, unsigned char const *buf, unsigned len) function
311 mvMD5Update(&ctx, buf, len);
340 mvMD5Update(&ctx, k_ipad, 64); /* start with inner pad */
341 mvMD5Update(&ctx, text, text_len); /* then text of datagram */
346 mvMD5Update(&ctx, k_opad, 64); /* start with outer pad */
347 mvMD5Update(&ctx, digest, 16); /* then results of 1st hash */
H A DmvCesa.c2276 mvMD5Update(&ctx, inner, MV_CESA_MAX_MAC_KEY_LENGTH);
2282 mvMD5Update(&ctx, outer, MV_CESA_MAX_MAC_KEY_LENGTH);
2493 mvMD5Update(&ctx, pData, macLeftSize);
2496 mvMD5Update(&ctx, pData, size);
2524 mvMD5Update(&ctx, pDigest, MV_CESA_MD5_DIGEST_SIZE);

Completed in 80 milliseconds