Home
last modified time | relevance | path

Searched refs:reinit (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/sys/crypto/
H A Dchacha20_poly1305.c50 exf->reinit(ctx, nonce, nonce_len); in chacha20_poly1305_encrypt()
105 exf->reinit(ctx, nonce, nonce_len); in chacha20_poly1305_decrypt()
153 exf->reinit(ctx, nonce, XCHACHA20_POLY1305_IV_LEN); in xchacha20_poly1305_encrypt()
208 exf->reinit(ctx, nonce, XCHACHA20_POLY1305_IV_LEN); in xchacha20_poly1305_decrypt()
/freebsd/sys/opencrypto/
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_enc.h62 void (*reinit) (void *, const uint8_t *, size_t); member
H A Dxform_aes_xts.c71 .reinit = aes_xts_reinit,
H A Dxform_aes_cbc.c76 .reinit = aes_cbc_reinit,
H A Dxform_cml.c76 .reinit = cml_reinit,
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dusb.c288 bool reinit = true; in mt7921u_resume() local
295 reinit = false; in mt7921u_resume()
306 if (reinit || mt792x_dma_need_reinit(dev)) { in mt7921u_resume()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dusb.c281 bool reinit = true; in mt7925u_resume() local
289 reinit = false; in mt7925u_resume()
300 if (reinit || mt792x_dma_need_reinit(dev)) { in mt7925u_resume()
/freebsd/sys/dev/usb/net/
H A Dif_axge.c924 int error, mask, reinit; in axge_ioctl() local
930 reinit = 0; in axge_ioctl()
941 reinit++; in axge_ioctl()
946 reinit++; in axge_ioctl()
948 if (reinit > 0 && if_getdrvflags(ifp) & IFF_DRV_RUNNING) in axge_ioctl()
951 reinit = 0; in axge_ioctl()
953 if (reinit > 0) in axge_ioctl()
H A Dif_axe.c1465 int error, mask, reinit; in axe_ioctl() local
1470 reinit = 0; in axe_ioctl()
1481 reinit++; in axe_ioctl()
1486 reinit++; in axe_ioctl()
1488 if (reinit > 0 && if_getdrvflags(ifp) & IFF_DRV_RUNNING) in axe_ioctl()
1491 reinit = 0; in axe_ioctl()
1493 if (reinit > 0) in axe_ioctl()
/freebsd/crypto/openssl/crypto/evp/
H A Dm_sigver.c51 int ret, iter, reinit = 1; in do_sigver_init() local
57 reinit = 0; in do_sigver_init()
75 if (reinit in do_sigver_init()
80 reinit = 0; in do_sigver_init()
91 if (!reinit) { in do_sigver_init()
212 if (mdname == NULL && !reinit) { in do_sigver_init()
/freebsd/sys/i386/acpica/
H A Dacpi_wakeup.c308 mem_range_softc.mr_op->reinit != NULL) in acpi_wakeup_machdep()
309 mem_range_softc.mr_op->reinit(&mem_range_softc); in acpi_wakeup_machdep()
/freebsd/sys/sys/
H A Dmemrange.h82 void (*reinit)(struct mem_range_softc *sc); member
/freebsd/sys/crypto/chacha20/
H A Dchacha-sw.c59 .reinit = chacha20_xform_reinit,
/freebsd/stand/libsa/geli/
H A Dgeliboot_crypto.c82 enc_xform_aes_xts.reinit(ctxp, iv, AES_XTS_IV_LEN); in geliboot_crypt()
/freebsd/sys/amd64/acpica/
H A Dacpi_wakeup.c299 mem_range_softc.mr_op->reinit != NULL) in acpi_wakeup_machdep()
300 mem_range_softc.mr_op->reinit(&mem_range_softc); in acpi_wakeup_machdep()
/freebsd/contrib/pam-krb5/tests/data/scripts/basic/
H A Dno-context-debug38 DEBUG pam_sm_setcred: entry (reinit)
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c568 int reinit = 0, suspended = 0; in bufferevent_set_rate_limit() local
602 reinit = rlim->cfg != NULL; in bufferevent_set_rate_limit()
605 ev_token_bucket_init_(&rlim->limit, cfg, tick, reinit); in bufferevent_set_rate_limit()
607 if (reinit) { in bufferevent_set_rate_limit()
/freebsd/contrib/libevent/
H A Dbufferevent_ratelim.c568 int reinit = 0, suspended = 0; in bufferevent_set_rate_limit() local
602 reinit = rlim->cfg != NULL; in bufferevent_set_rate_limit()
605 ev_token_bucket_init_(&rlim->limit, cfg, tick, reinit); in bufferevent_set_rate_limit()
607 if (reinit) { in bufferevent_set_rate_limit()
/freebsd/crypto/krb5/src/kprop/
H A Dkpropd.c682 reinit: in do_iprop()
718 goto reinit; in do_iprop()
739 goto reinit; in do_iprop()
796 goto reinit; in do_iprop()
829 goto reinit; in do_iprop()
/freebsd/contrib/pam-krb5/tests/data/scripts/trace/
H A Dunsupported45 DEBUG pam_sm_setcred: entry (reinit)
H A Dsupported49 DEBUG pam_sm_setcred: entry (reinit)
/freebsd/sys/dev/sound/pcm/
H A Dmixer_if.m48 METHOD int reinit {
/freebsd/sys/dev/ata/
H A Data_if.m71 METHOD int reinit {

123