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

123

/freebsd-current/sys/crypto/chacha20/
H A Dchacha-sw.c59 .reinit = chacha20_xform_reinit,
/freebsd-current/sys/opencrypto/
H A Dxform_enc.h62 void (*reinit) (void *, const uint8_t *, size_t); member in struct:enc_xform
H A Dxform_aes_icm.c90 .reinit = aes_icm_reinit,
110 .reinit = aes_gcm_reinit,
131 .reinit = aes_ccm_reinit,
H A Dxform_chacha20_poly1305.c164 .reinit = chacha20_poly1305_reinit,
221 .reinit = xchacha20_poly1305_reinit,
H A Dxform_aes_xts.c71 .reinit = aes_xts_reinit,
H A Dxform_cml.c76 .reinit = cml_reinit,
H A Dxform_aes_cbc.c76 .reinit = aes_cbc_reinit,
H A Dcryptosoft.c142 exf->reinit(ctx, blk, csp->csp_ivlen);
436 exf->reinit(ctx, crp->crp_iv, ivlen);
774 exf->reinit(ctx, crp->crp_iv, ivlen);
893 exf->reinit(ctx, crp->crp_iv, ivlen);
994 exf->reinit(ctx, crp->crp_iv, csp->csp_ivlen);
/freebsd-current/sys/sys/
H A Dmemrange.h82 void (*reinit)(struct mem_range_softc *sc); member in struct:mem_range_ops
/freebsd-current/sys/crypto/
H A Dchacha20_poly1305.c50 exf->reinit(ctx, nonce, nonce_len);
105 exf->reinit(ctx, nonce, nonce_len);
153 exf->reinit(ctx, nonce, XCHACHA20_POLY1305_IV_LEN);
208 exf->reinit(ctx, nonce, XCHACHA20_POLY1305_IV_LEN);
/freebsd-current/crypto/openssl/crypto/evp/
H A Dm_sigver.c52 int ret, iter, reinit = 1; local
65 reinit = 0;
81 if (reinit
87 reinit = 0;
98 if (!reinit) {
221 if (mdname == NULL && !reinit) {
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dusb.c289 bool reinit = true; local
296 reinit = false;
307 if (reinit || mt792x_dma_need_reinit(dev)) {
/freebsd-current/stand/libsa/geli/
H A Dgeliboot_crypto.c82 enc_xform_aes_xts.reinit(ctxp, iv, AES_XTS_IV_LEN);
/freebsd-current/sys/dev/usb/net/
H A Dif_axge.c925 int error, mask, reinit; local
931 reinit = 0;
942 reinit++;
947 reinit++;
949 if (reinit > 0 && if_getdrvflags(ifp) & IFF_DRV_RUNNING)
952 reinit = 0;
954 if (reinit > 0)
H A Dif_axe.c1466 int error, mask, reinit; local
1471 reinit = 0;
1482 reinit++;
1487 reinit++;
1489 if (reinit > 0 && if_getdrvflags(ifp) & IFF_DRV_RUNNING)
1492 reinit = 0;
1494 if (reinit > 0)
H A Dif_smsc.c1508 int reinit; local
1517 reinit = 0;
1528 reinit = 1;
1533 if (reinit)
H A Dif_ure.c1440 int error, mask, reinit; local
1445 reinit = 0;
1453 reinit++;
1471 if (reinit > 0 && if_getdrvflags(ifp) & IFF_DRV_RUNNING)
1474 reinit = 0;
1476 if (reinit > 0)
H A Dif_muge.c1678 int reinit; local
1687 reinit = 0;
1698 reinit = 1;
1703 if (reinit)
/freebsd-current/usr.sbin/bhyve/
H A Dbhyverun.c523 bool reinit, romboot; local
525 reinit = false;
537 reinit = true;
570 if (reinit) {
/freebsd-current/sys/i386/acpica/
H A Dacpi_wakeup.c308 mem_range_softc.mr_op->reinit != NULL)
309 mem_range_softc.mr_op->reinit(&mem_range_softc);
/freebsd-current/sys/amd64/acpica/
H A Dacpi_wakeup.c314 mem_range_softc.mr_op->reinit != NULL)
315 mem_range_softc.mr_op->reinit(&mem_range_softc);
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c568 int reinit = 0, suspended = 0; local
602 reinit = rlim->cfg != NULL;
605 ev_token_bucket_init_(&rlim->limit, cfg, tick, reinit);
607 if (reinit) {
/freebsd-current/contrib/libevent/
H A Dbufferevent_ratelim.c568 int reinit = 0, suspended = 0; local
602 reinit = rlim->cfg != NULL;
605 ev_token_bucket_init_(&rlim->limit, cfg, tick, reinit);
607 if (reinit) {
/freebsd-current/sys/amd64/vmm/io/
H A Dvlapic.c1171 cpuset_t active, reinit; local
1174 CPU_AND(&reinit, &active, dmask);
1175 if (!CPU_EMPTY(&reinit)) {
1176 vm_smp_rendezvous(vcpu, reinit, vlapic_handle_init,
/freebsd-current/sys/dev/sge/
H A Dif_sge.c1755 int error = 0, mask, reinit; local
1777 reinit = 0;
1814 reinit = 1;
1816 if (reinit > 0 && (if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) {

Completed in 219 milliseconds

123