Home
last modified time | relevance | path

Searched full:interruptible (Results 1 – 25 of 40) sorted by relevance

12

/third_party/mesa3d/docs/
Dgitlab-ci.yml38 interruptible: true
55 interruptible: true
/third_party/mbedtls/library/
Dpsa_crypto_core.h621 * interruptible function in a single call.
638 * interruptible function in a single call.
646 * by an interruptible function in a single call.
694 * interruptible manner.
719 * \retval #PSA_ERROR_NOT_SUPPORTED Either no internal interruptible operations
732 * short message with a private key, in an interruptible manner.
796 * interruptible manner.
823 * Either no internal interruptible operations are currently supported,
839 * short message with a private key, in an interruptible manner.
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/util/
DREADME.md258 To begin with we define an abstract class that describe objects that are interruptible.
314 and is interruptible :
335 The main difference is Wait() is interruptible. Thread returning from Wait must check Status return…
347 WaitPost is implemented on top of CondVar and hence is interruptible, that is, caller of
411 Queue is implemented on top of CondVar class and hence is interruptible. So callers of the above fu…
421 SpinLock is not interruptible.
432 RWLock is not interruptible.
/third_party/mbedtls/include/psa/
Dcrypto_builtin_composites.h107 /* Context structure for the Mbed TLS interruptible sign hash implementation. */
140 /* Context structure for the Mbed TLS interruptible verify hash
Dcrypto_struct.h422 * \brief The context for PSA interruptible hash signing.
460 * \brief The context for PSA interruptible hash verification.
Dcrypto.h4190 /** \defgroup interruptible_hash Interruptible sign/verify hash
4194 /** The type of the state data structure for interruptible hash
4227 /** The type of the state data structure for interruptible hash
4262 * executed by an interruptible function in a
4336 * executed by an interruptible function in a
4348 * executed by an interruptible function in a
4411 * private key, in an interruptible manner.
4488 * key, in an interruptible manner.
4620 * message, in an interruptible manner.
4701 * signed with a private key, in an interruptible
Dcrypto_values.h331 /** The function that returns this status is defined as interruptible and
2771 /** \defgroup interruptible Interruptible operations
2776 * the maximum number of ops allowed to be executed by an interruptible
/third_party/mbedtls/docs/architecture/psa-migration/
Dpsa-limitations.md14 Restartable (aka interruptible) ECC operations
17 Support for interruptible ECDSA sign/verify was added to PSA in Mbed TLS 3.4.
18 However, support for interruptible ECDH is not present yet. Also, PK, X.509 and
Dstrategy.md80 Support for restartable (aka interruptible) ECDSA sign/verify operation was
/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml3 interruptible: true
25 interruptible: true
210 interruptible: true
/third_party/mbedtls/docs/
Ddriver-only-builds.md224 ### Limitations regarding restartable / interruptible ECC operations
226 At the moment, there is no driver support for interruptible operations
230 Similarly, there is no PSA support for interruptible ECDH operations so these
Dpsa-transition.md977 The PSA API offers similar functionality via “interruptible” public-key operations. As of Mbed TLS …
979 The flow of operations for an interruptible signature operation is as follows:
985 The flow of operations for an interruptible signature verification operation is as follows:
1219 … under the name “interruptible key agreement” in a future version of the library, with an interfac…
/third_party/mesa3d/.gitlab-ci/lava/
Dlava-gitlab-ci.yml7 interruptible: true
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D16-1.c21 * If SA_RESTART is set in sa_flags, interruptible function interrupted
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_16-1.in20 * If SA_RESTART is set in sa_flags, interruptible function interrupted by signal
/third_party/python/Modules/
D_threadmodule.c75 /* Helper to acquire an interruptible lock with a timeout. If the lock acquire
198 The blocking operation is interruptible.");
397 (note: the blocking operation is interruptible.)\n\
/third_party/libfuse/lib/
Dfuse_loop_mt.c364 /* sem_wait() is interruptible */ in fuse_session_loop_mt_312()
/third_party/elfutils/debuginfod/
DChangeLog631 (database_stats_report): Make more interruptible. Report sqlite3
633 (groom): Make more interruptible.
/third_party/mksh/
Dhistrap.c1126 Sigact_ign.sa_flags = 0; /* interruptible */ in inittraps()
1544 /* interruptible */ in setsig()
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml5 interruptible: true
/third_party/python/Doc/library/
Dsignal.rst564 restart behaviour to interruptible by implicitly calling
/third_party/libinput/
D.gitlab-ci.yml121 interruptible: true
/third_party/libdrm/include/drm/
Dvmwgfx_drm.h593 * Waits for a fence object to signal. The wait is interruptible, so that
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto.function6868 * 1. Test interruptible sign hash with known outcomes (deterministic ECDSA
7042 * 1. Test that various failure cases for interruptible sign hash fail with the
7464 * 1. Test interruptible verify hash with known outcomes (deterministic ECDSA
7630 * 1. Test that various failure cases for interruptible verify hash fail with
7762 * 1. Test that calling the various interruptible sign and verify hash functions
7917 * 1. Test various edge cases in the interruptible sign and verify hash
8040 * 1. Test that setting max ops is reflected in both interruptible sign and
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmwgfx_drm.h584 * Waits for a fence object to signal. The wait is interruptible, so that

12