Home
last modified time | relevance | path

Searched refs:fallback (Results 1 – 15 of 15) sorted by relevance

/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.data8 sign_hash transparent driver: fallback ECDSA SECP256R1 SHA-256
24 sign_hash transparent driver: fallback RSA PKCS#1 v1.5, raw
40 sign_hash transparent driver: fallback RSA PKCS#1 v1.5 SHA-256
56 verify_hash transparent driver: fallback ECDSA SECP256R1 SHA-256
68 verify_hash transparent driver: fallback Public Key ECDSA SECP256R1 SHA-256
80 verify_hash transparent driver: fallback Key Pair RSA PKCS#1 v1.5 raw
92 verify_hash transparent driver: fallback Key Pair RSA PKCS#1 v1.5 SHA-256
104 verify_hash transparent driver: fallback Public Key RSA PKCS#1 v1.5 SHA-256
116 verify_hash transparent driver: fallback Public Key RSA-1024 PSS SHA-256
128 verify_hash transparent driver: fallback Public Key RSA-1024 PSS-any-salt SHA-256
[all …]
Dtest_suite_psa_crypto.function1607 * - we fallback to built-ins, which don't support this type, so return
Dtest_suite_psa_crypto.data7596 PSA generate key custom: RSA, e=3 with driver and no fallback (not yet supported)
/mbedtls-latest/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.h.jinja144 /* Declared with fallback == true */
217 /* Declared with fallback == true */
304 /* Declared with fallback == true */
408 /* Declared with fallback == true */
533 /* Declared with fallback == true */
625 /* Declared with fallback == true */
792 /* Declared with fallback == true */
813 /* Software fallback */
1068 /* Declared with fallback == true */
1156 /* Declared with fallback == true */
[all …]
/mbedtls-latest/docs/architecture/psa-migration/
Dtesting.md25 via PSA while some others weren't, with a run-time fallback. In this case, it's
27 right decision was made at run-time, i. e. that we didn't use the fallback for
Dmd-cipher-dispatch.md207 * must not call PSA (or must have a fallback) if their caller is not in the PSA domain and the PSA …
/mbedtls-latest/docs/proposed/
Dpsa-driver-interface.md41 [Req.fallback] Accelerator drivers can specify that they do not fully support a cryptographic mecha…
99fallback"` (optional for transparent drivers, not permitted for opaque drivers, boolean). If prese…
123 …list](#driver-description-list) is invoked. If the capability has [fallback](#fallback) enabled an…
323 2. Otherwise ([or on fallback?](#fallback-for-key-derivation-in-opaque-drivers)), if there is a tra…
324 3. Otherwise, or on fallback, the core uses its built-in implementation.
499 …the applicable transparent driver (or multiple drivers in succession if fallback applies). In some…
515 * `"fallback"` (optional, boolean). If present and true, the driver may return `PSA_ERROR_NOT_SUPPO…
537 …D` (for the first call only) (only if fallback is enabled): the driver cannot fulfill this request…
600 - otherwise, or on fallback, the core uses its built-in implementation.
1014 …ed if the driver specification for random generation has the [fallback property](#fallback) enable…
[all …]
Dpsa-conditional-inclusion-c.md22 …ce the built-in implementation of a cryptographic mechanism (or, with **fallback**, the built-in i…
32 … TLS build must not include the corresponding software code (unless a software fallback is needed).
122 * **`MBEDTLS_PSA_ACCEL_xxx`** indicates whether a fully-featured, fallback-free transparent driver …
149 …EDTLS_PSA_ACCEL_xxx` symbols according to the availability of transparent drivers without fallback.
/mbedtls-latest/docs/architecture/testing/
Ddriver-interface-test-strategy.md127 #### Requirements for fallback
129 The driver interface includes a fallback mechanism so that a driver can reject a request at runtime…
/mbedtls-latest/docs/
Dpsa-driver-example-and-guide.md22 …h driver is present, the built-in library implementation is called as a fallback (if allowed). Whe…
83 …port the operation. If a transparent driver returns this then it allows fallback to another driver…
D3.0-migration-guide.md646 for fallback SCSV (RFC 7507) was also removed. There is no migration path as
/mbedtls-latest/programs/ssl/
Dssl_client2.c528 int fallback; /* is this a fallback connection? */ member
986 opt.fallback = DFL_FALLBACK; in main()
/mbedtls-latest/docs/architecture/
Dpsa-crypto-implementation-structure.md50 …_verify() API could call first psa_driver_wrapper_mac_verify() and then fallback to psa_driver_wra…
Dpsa-shared-memory.md248 … a C implementation that is likely to be correct on most platforms as a fallback - the same approa…
395 If all other approaches turn out to be prohibitively difficult, code review exists as a fallback op…
/mbedtls-latest/
DChangeLog885 implementation as a fallback for when the assembly one cannot be used.
1865 CBC record splitting, fallback SCSV, and the ability to configure
2143 * Automatic fallback to a software implementation of ECP when