Home
last modified time | relevance | path

Searched refs:hout (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/cesa/
H A Dcesa.c424 uint32_t *hout; in cesa_set_mkey() local
429 hout = (uint32_t *)cs->cs_hiv_out; in cesa_set_mkey()
437 memcpy(hout, auth_ctx.sha1ctx.h.b32, in cesa_set_mkey()
447 memcpy(hout, auth_ctx.sha256ctx.state, in cesa_set_mkey()
456 hout[i] = htobe32(hout[i]); in cesa_set_mkey()