Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/kcm/
H A Devents.c326 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 Dimx_epit.c104 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 Duser.c148 oneshot(void) in oneshot() function
182 oneshot(); in test_evfilt_user()
/freebsd/sys/contrib/openzfs/etc/systemd/system/
H A Dzfs-volume-wait.service.in9 Type=oneshot
H A Dzfs-import-scan.service.in14 Type=oneshot
H A Dzfs-share.service.in14 Type=oneshot
H A Dzfs-import-cache.service.in15 Type=oneshot
H A Dzfs-mount.service.in19 Type=oneshot
H A Dzfs-mount@.service.in20 Type=oneshot
/freebsd/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-nonroot-necessities.service.in8 Type=oneshot
H A Dzfs-snapshot-bootfs.service.in11 Type=oneshot
H A Dzfs-rollback-bootfs.service.in11 Type=oneshot
H A Dzfs-env-bootfs.service.in9 Type=oneshot
/freebsd/contrib/wpa/hostapd/
H A Dhostapd.android.rc19 oneshot
/freebsd/crypto/openssl/doc/designs/
H A Dfunctions-for-explicitly-fetched-signature-algorithms.md47 functions for that purpose. For oneshot functionality, `EVP_PKEY_sign()`
63 ### For limited input size / oneshot signing with `EVP_SIGNATURE`
87 ### For limited input size / oneshot verification with `EVP_SIGNATURE`
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon_gcm.h96 OSSL_GCM_oneshot_fn oneshot; member
/freebsd/crypto/openssl/doc/man7/
H A DEVP_MAC-HMAC.pod57 =item "digest-oneshot" (B<OSSL_MAC_PARAM_DIGEST_ONESHOT>) <integer>
H A Dprovider-digest.pod147 OSSL_FUNC_digest_digest() is a "oneshot" digest function.
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c576 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 Dregress_http.c4224 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 Dregress_http.c4224 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 DEVP_MAC.pod292 =item "digest-oneshot" (B<OSSL_MAC_PARAM_DIGEST_ONESHOT>) <integer>
294 A simple flag to set the MAC digest to be a oneshot operation.
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt792 EVP_R_ONLY_ONESHOT_SUPPORTED:177:only oneshot supported
1158 PROV_R_ONESHOT_CALL_OUT_OF_ORDER:239:oneshot call out of order
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-pkeyutl.pod.in560 "oneshot" operation with these algorithms. This means that the entire file to
/freebsd/crypto/openssl/
H A DCHANGES.md15105 framework needn't accumulate the data for oneshot drivers.