Searched refs:ses_hmouter (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/safe/
H A Dsafevar.h140 u_int32_t ses_hmouter[5]; /* hmac outer state */ member in struct:safe_session
H A Dsafe.c674 bcopy(md5ctx.state, ses->ses_hmouter, sizeof(md5ctx.state));
680 bcopy(sha1ctx.h.b32, ses->ses_hmouter, sizeof(sha1ctx.h.b32));
689 ses->ses_hmouter[i] = htole32(ses->ses_hmouter[i]);
999 bcopy(ses->ses_hmouter, sa->sa_outdigest,
/freebsd-12-stable/sys/dev/ubsec/
H A Dubsecvar.h217 u_int32_t ses_hmouter[5]; /* hmac outer state */ member in struct:ubsec_session
H A Dubsec.c879 bcopy(md5ctx.state, ses->ses_hmouter, sizeof(md5ctx.state));
885 bcopy(sha1ctx.h.b32, ses->ses_hmouter, sizeof(sha1ctx.h.b32));
1134 ctx.pc_hmouter[i] = ses->ses_hmouter[i];

Completed in 107 milliseconds