Searched refs:fallback (Results 1 – 15 of 15) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.data | 8 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 …]
|
D | test_suite_psa_crypto.function | 1607 * - we fallback to built-ins, which don't support this type, so return
|
D | test_suite_psa_crypto.data | 7596 PSA generate key custom: RSA, e=3 with driver and no fallback (not yet supported)
|
/mbedtls-latest/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers.h.jinja | 144 /* 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/ |
D | testing.md | 25 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
|
D | md-cipher-dispatch.md | 207 * 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/ |
D | psa-driver-interface.md | 41 [Req.fallback] Accelerator drivers can specify that they do not fully support a cryptographic mecha… 99 …fallback"` (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 …]
|
D | psa-conditional-inclusion-c.md | 22 …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/ |
D | driver-interface-test-strategy.md | 127 #### Requirements for fallback 129 The driver interface includes a fallback mechanism so that a driver can reject a request at runtime…
|
/mbedtls-latest/docs/ |
D | psa-driver-example-and-guide.md | 22 …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…
|
D | 3.0-migration-guide.md | 646 for fallback SCSV (RFC 7507) was also removed. There is no migration path as
|
/mbedtls-latest/programs/ssl/ |
D | ssl_client2.c | 528 int fallback; /* is this a fallback connection? */ member 986 opt.fallback = DFL_FALLBACK; in main()
|
/mbedtls-latest/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 50 …_verify() API could call first psa_driver_wrapper_mac_verify() and then fallback to psa_driver_wra…
|
D | psa-shared-memory.md | 248 … 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/ |
D | ChangeLog | 885 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
|