Searched refs:op_cw (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/x86/include/
H A Dvia_padlock.h58 uint32_t op_cw[4]; /* 128 bit aligned */ member in struct:via_padlock_softc
/netbsd-current/sys/arch/x86/x86/
H A Dvia_padlock.c384 sc->op_cw[0] = ses->ses_cw0 | C3_CRYPT_CWLO_ENCRYPT;
403 sc->op_cw[0] = ses->ses_cw0 | C3_CRYPT_CWLO_DECRYPT;
430 sc->op_cw[1] = sc->op_cw[2] = sc->op_cw[3] = 0;
431 via_padlock_cbc(&sc->op_cw, sc->op_buf, sc->op_buf, key,

Completed in 202 milliseconds