Home
last modified time | relevance | path

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

/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.data4 sign_hash through transparent driver: fallback
17 verify_hash using private key through transparent driver: fallback
27 verify_hash using public key through transparent driver: fallback
37 sign_message through transparent driver: fallback
50 verify_message using private key through transparent driver: fallback
60 verify_message using public key through transparent driver: fallback
73 generate_key through transparent driver: fallback
77 generate_key through transparent driver: fallback not available
92 validate key through transparent driver: fallback private key
96 validate key through transparent driver: fallback public key
[all …]
/openthread-3.5.0/third_party/mbedtls/repo/programs/ssl/
Dssl_client2.c502 int fallback; /* is this a fallback connection? */ member
857 opt.fallback = DFL_FALLBACK; in main()
1072 case 0: opt.fallback = MBEDTLS_SSL_IS_NOT_FALLBACK; break; in main()
1073 case 1: opt.fallback = MBEDTLS_SSL_IS_FALLBACK; break; in main()
1998 if( opt.fallback != DFL_FALLBACK ) in main()
1999 mbedtls_ssl_conf_fallback( &conf, opt.fallback ); in main()
/openthread-3.5.0/third_party/mbedtls/repo/docs/
Duse-psa-crypto.md104 gracious fallback to the legacy API otherwise) in all places where a cipher is
193 fallback to the legacy APIs)
/openthread-3.5.0/third_party/mbedtls/repo/docs/proposed/
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).
113 * **`MBEDTLS_PSA_ACCEL_xxx`** indicates whether a fully-featured, fallback-free transparent driver …
140 …EDTLS_PSA_ACCEL_xxx` symbols according to the availability of transparent drivers without fallback.
Dpsa-driver-interface.md39 [Req.fallback] Accelerator drivers can specify that they do not fully support a cryptographic mecha…
93fallback"` (optional for transparent drivers, not permitted for opaque drivers, boolean). If prese…
117 …list](#driver-description-list) is invoked. If the capability has [fallback](#fallback) enabled an…
574 …ed if the driver specification for random generation has the [fallback property](#fallback) enable…
580 …driver-description-capability) partially, by setting the capability's `"fallback"` property to tru…
582 If a transparent driver entry point is part of a capability which has a true `"fallback"` property …
584 If all the available drivers have fallback enabled and return `PSA_ERROR_NOT_SUPPORTED`, the core w…
587 If a transparent driver entry point is part of a capability where the `"fallback"` property is fals…
917 …one? The last one? Unspecified? Or is this an error (excluding capabilities with fallback enabled)?
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/
Dssl.h1073 uint8_t fallback /*bool*/; /*!< is this a fallback? */ member
3420 void mbedtls_ssl_conf_fallback( mbedtls_ssl_config *conf, char fallback );
/openthread-3.5.0/third_party/mbedtls/repo/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…
/openthread-3.5.0/third_party/mbedtls/repo/docs/architecture/
Dpsa-crypto-implementation-structure.md50 …_verify() API could call first psa_driver_wrapper_mac_verify() and then fallback to psa_driver_wra…
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dssl_srv.c934 mbedtls_ssl_key_cert *cur, *list, *fallback = NULL; in ssl_pick_cert() local
1002 if( fallback == NULL ) in ssl_pick_cert()
1003 fallback = cur; in ssl_pick_cert()
1016 cur = fallback; in ssl_pick_cert()
Dssl_tls.c4879 void mbedtls_ssl_conf_fallback( mbedtls_ssl_config *conf, char fallback ) in mbedtls_ssl_conf_fallback() argument
4881 conf->fallback = fallback; in mbedtls_ssl_conf_fallback()
Dssl_cli.c1206 if( ssl->conf->fallback == MBEDTLS_SSL_IS_FALLBACK ) in ssl_write_client_hello()
/openthread-3.5.0/third_party/mbedtls/repo/
DChangeLog353 * Automatic fallback to a software implementation of ECP when