Home | History | Annotate | Download | only in marvell

Lines Matching defs:digest

431 			uint32_t alg, *iv = NULL, digest[512 / 8 / 4], dlen;
449 alg, iv, digest, bits, crd->crd_skip, crd->crd_len,
457 ses, alg, ses->ses_hmouter, digest,
458 512 + dlen, 0, dlen, (char *)digest, NULL,
465 memcpy(buf + crd->crd_inject, digest, dlen / 8);
468 digest);
470 memcpy(crp->crp_mac, digest, dlen / 8);
486 uint32_t alg, uint32_t *iv, uint32_t *digest,
603 if (digest != NULL) {
604 /* Read digest */
606 MVCESA_SHA1MD5I_IVDA, digest, dlen / 8 / 4);
610 digest[i] = be32toh(digest[i]);
614 digest[i] = le32toh(digest[i]);