Searched refs:fallback (Results 1 – 12 of 12) sorted by relevance
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.data | 4 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/ |
D | ssl_client2.c | 502 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/ |
D | use-psa-crypto.md | 104 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/ |
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). 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.
|
D | psa-driver-interface.md | 39 [Req.fallback] Accelerator drivers can specify that they do not fully support a cryptographic mecha… 93 …fallback"` (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/ |
D | ssl.h | 1073 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/ |
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…
|
/openthread-3.5.0/third_party/mbedtls/repo/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…
|
/openthread-3.5.0/third_party/mbedtls/repo/library/ |
D | ssl_srv.c | 934 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()
|
D | ssl_tls.c | 4879 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()
|
D | ssl_cli.c | 1206 if( ssl->conf->fallback == MBEDTLS_SSL_IS_FALLBACK ) in ssl_write_client_hello()
|
/openthread-3.5.0/third_party/mbedtls/repo/ |
D | ChangeLog | 353 * Automatic fallback to a software implementation of ECP when
|