Searched refs:reinit (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-13-stable/sys/opencrypto/
H A Dxform_aes_icm.c75 .reinit = aes_icm_reinit,
92 .reinit = aes_gcm_reinit,
108 .reinit = aes_ccm_reinit,
H A Dxform_enc.h65 void (*reinit) (void *, const uint8_t *); member in struct:enc_xform
H A Dxform_aes_xts.c73 .reinit = aes_xts_reinit
H A Dcryptosoft.c144 if (exf->reinit) {
146 * xforms that provide a reinit method perform all IV
149 exf->reinit(sw->sw_kschedule, iv);
189 * Ciphers without a 'reinit' hook are assumed to be
192 if (exf->reinit != NULL) {
254 KASSERT(exf->reinit != NULL,
255 ("%s: partial block cipher %s without reinit hook",
540 exf->reinit(swe->sw_kschedule, iv);
758 exf->reinit(swe->sw_kschedule, iv);
831 exf->reinit(sw
[all...]
/freebsd-13-stable/sys/crypto/chacha20/
H A Dchacha-sw.c54 .reinit = chacha20_xform_reinit,
/freebsd-13-stable/sys/sys/
H A Dmemrange.h72 void (*reinit)(struct mem_range_softc *sc); member in struct:mem_range_ops
/freebsd-13-stable/stand/libsa/geli/
H A Dgeliboot_crypto.c84 enc_xform_aes_xts.reinit(ctxp, iv);
/freebsd-13-stable/sys/dev/usb/net/
H A Dif_axge.c909 int error, mask, reinit; local
915 reinit = 0;
926 reinit++;
931 reinit++;
933 if (reinit > 0 && ifp->if_drv_flags & IFF_DRV_RUNNING)
936 reinit = 0;
938 if (reinit > 0)
H A Dif_axe.c1474 int error, mask, reinit; local
1479 reinit = 0;
1490 reinit++;
1495 reinit++;
1497 if (reinit > 0 && ifp->if_drv_flags & IFF_DRV_RUNNING)
1500 reinit = 0;
1502 if (reinit > 0)
H A Dif_ure.c1243 int error, mask, reinit; local
1248 reinit = 0;
1256 reinit++;
1274 if (reinit > 0 && ifp->if_drv_flags & IFF_DRV_RUNNING)
1277 reinit = 0;
1279 if (reinit > 0)
H A Dif_smsc.c1508 int reinit; local
1517 reinit = 0;
1528 reinit = 1;
1533 if (reinit)
H A Dif_muge.c1687 int reinit; local
1696 reinit = 0;
1707 reinit = 1;
1712 if (reinit)
/freebsd-13-stable/sys/x86/acpica/
H A Dacpi_wakeup.c358 mem_range_softc.mr_op->reinit != NULL)
359 mem_range_softc.mr_op->reinit(&mem_range_softc);
/freebsd-13-stable/contrib/libevent/
H A Dbufferevent_ratelim.c569 int reinit = 0, suspended = 0; local
603 reinit = rlim->cfg != NULL;
606 ev_token_bucket_init_(&rlim->limit, cfg, tick, reinit);
608 if (reinit) {
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c569 int reinit = 0, suspended = 0; local
603 reinit = rlim->cfg != NULL;
606 ev_token_bucket_init_(&rlim->limit, cfg, tick, reinit);
608 if (reinit) {
/freebsd-13-stable/usr.sbin/bhyve/
H A Dbhyverun.c994 bool reinit, romboot; local
1001 reinit = romboot = false;
1010 reinit = true;
1051 if (reinit) {
/freebsd-13-stable/sys/dev/xen/netfront/
H A Dnetfront.c1752 int mask, error = 0, reinit; local
1804 reinit = 0;
1817 reinit = 1;
1825 if (reinit == 0)
/freebsd-13-stable/sys/dev/sge/
H A Dif_sge.c1760 int error = 0, mask, reinit; local
1782 reinit = 0;
1819 reinit = 1;
1821 if (reinit > 0 && (ifp->if_drv_flags & IFF_DRV_RUNNING) != 0) {
/freebsd-13-stable/sys/dev/al_eth/
H A Dal_eth.c3370 int mask, reinit; local
3372 reinit = 0;
3390 reinit = 1;
3394 reinit = 1;
3398 reinit = 1;
3405 reinit = 1;
3409 reinit = 1;
3413 reinit = 1;
3415 if ((reinit != 0) &&
/freebsd-13-stable/contrib/dialog/
H A Dfselect.c126 free_list(LIST * list, int reinit) argument
136 if (reinit)
/freebsd-13-stable/sys/dev/stge/
H A Dif_stge.c1458 int reinit; local
1475 for (reinit = 0;;) {
1484 reinit = 1;
1502 if ((reinit = stge_tx_error(sc)) != 0)
1508 if (reinit != 0) {
/freebsd-13-stable/sys/dev/re/
H A Dif_re.c3472 int mask, reinit; local
3475 reinit = 0;
3505 reinit = 1;
3510 reinit = 1;
3534 reinit = 1;
3539 reinit = 1;
3549 if (reinit && ifp->if_drv_flags & IFF_DRV_RUNNING) {
/freebsd-13-stable/contrib/tnftp/src/
H A Dftp.c1223 reinit:
1324 goto reinit;
1483 goto reinit;
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap.c321 int reinit; local
365 reinit = 1;
368 reinit = 0;
386 if (reinit) {
/freebsd-13-stable/sys/dev/fxp/
H A Dif_fxp.c2841 int flag, mask, error = 0, reinit; local
2890 reinit = 0;
2926 reinit++;
2948 reinit++;
2962 reinit++;
2964 if (reinit > 0 &&

Completed in 307 milliseconds

12