Home | History | Annotate | Download | only in marvell

Lines Matching defs:sha1ctx

259 			SHA1_CTX sha1ctx;
274 SHA1Init(&sha1ctx);
275 SHA1Update(&sha1ctx, c->cri_key, klen_bytes);
276 SHA1Update(&sha1ctx, hmac_ipad_buffer,
278 memcpy(ses->ses_hminner, sha1ctx.state,
279 sizeof(sha1ctx.state));
293 SHA1Init(&sha1ctx);
294 SHA1Update(&sha1ctx, c->cri_key, klen_bytes);
295 SHA1Update(&sha1ctx, hmac_opad_buffer,
297 memcpy(ses->ses_hmouter, sha1ctx.state,
298 sizeof(sha1ctx.state));