/freebsd/crypto/heimdal/kcm/ |
H A D | events.c | 326 int oneshot = 1; in kcm_fire_event() local 333 oneshot = 0; in kcm_fire_event() 340 oneshot = 0; in kcm_fire_event() 366 if (!oneshot) { in kcm_fire_event() 385 oneshot = 1; in kcm_fire_event() 389 if (oneshot) in kcm_fire_event()
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_epit.c | 104 bool oneshot; member 235 sc->oneshot = false; in epit_et_start() 238 sc->oneshot = true; in epit_et_start() 283 if (sc->oneshot) in epit_intr()
|
/freebsd/tests/sys/kqueue/libkqueue/ |
H A D | user.c | 148 oneshot(void) in oneshot() function 182 oneshot(); in test_evfilt_user()
|
/freebsd/sys/contrib/openzfs/etc/systemd/system/ |
H A D | zfs-volume-wait.service.in | 9 Type=oneshot
|
H A D | zfs-mount.service.in | 12 Type=oneshot
|
H A D | zfs-import-scan.service.in | 14 Type=oneshot
|
H A D | zfs-share.service.in | 14 Type=oneshot
|
H A D | zfs-import-cache.service.in | 15 Type=oneshot
|
/freebsd/sys/contrib/openzfs/contrib/dracut/90zfs/ |
H A D | zfs-nonroot-necessities.service.in | 8 Type=oneshot
|
H A D | zfs-snapshot-bootfs.service.in | 11 Type=oneshot
|
H A D | zfs-rollback-bootfs.service.in | 11 Type=oneshot
|
H A D | zfs-env-bootfs.service.in | 9 Type=oneshot
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.android.rc | 19 oneshot
|
/freebsd/crypto/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon_gcm.h | 101 OSSL_GCM_oneshot_fn oneshot; member
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_MAC-HMAC.pod | 55 =item "digest-oneshot" (B<OSSL_MAC_PARAM_DIGEST_ONESHOT>) <integer>
|
H A D | provider-digest.pod | 136 OSSL_FUNC_digest_digest() is a "oneshot" digest function.
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_gcm.c | 556 if (!ctx->hw->oneshot(ctx, ctx->buf, ctx->tls_aad_len, in, len, out, tag, in gcm_tls_cipher()
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_http.c | 4224 int oneshot: 1; member 4249 if (!state->oneshot) { in terminate_chunked_trickle_cb() 4266 if (state->oneshot) { in terminate_chunked_close_cb() 4310 http_terminate_chunked_test_impl(void *arg, int oneshot) in http_terminate_chunked_test_impl() argument 4340 terminate_state.oneshot = oneshot; in http_terminate_chunked_test_impl()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_http.c | 4224 int oneshot: 1; member 4249 if (!state->oneshot) { in terminate_chunked_trickle_cb() 4266 if (state->oneshot) { in terminate_chunked_close_cb() 4310 http_terminate_chunked_test_impl(void *arg, int oneshot) in http_terminate_chunked_test_impl() argument 4340 terminate_state.oneshot = oneshot; in http_terminate_chunked_test_impl()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_MAC.pod | 287 =item "digest-oneshot" (B<OSSL_MAC_PARAM_DIGEST_ONESHOT>) <integer> 289 A simple flag to set the MAC digest to be a oneshot operation.
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-pkeyutl.pod.in | 322 "oneshot" operation with these algorithms. This means that the entire file to
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | openssl.txt | 730 EVP_R_ONLY_ONESHOT_SUPPORTED:177:only oneshot supported
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 13276 framework needn't accumulate the data for oneshot drivers.
|