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

/freebsd-12-stable/sys/opencrypto/
H A Dcryptosoft.h54 #define sw_kschedule SWCR_UN.SWCR_ENC.SW_kschedule macro
H A Dcryptosoft.c135 if (sw->sw_kschedule)
136 exf->zerokey(&(sw->sw_kschedule));
138 error = exf->setkey(&sw->sw_kschedule,
171 exf->reinit(sw->sw_kschedule, iv);
195 exf->encrypt(sw->sw_kschedule,
198 exf->decrypt(sw->sw_kschedule,
206 exf->encrypt(sw->sw_kschedule, blk);
222 exf->decrypt(sw->sw_kschedule, blk);
262 exf->encrypt(sw->sw_kschedule,
266 exf->encrypt_multi(sw->sw_kschedule,
[all...]

Completed in 55 milliseconds