Searched refs:side (Results 1 – 17 of 17) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | ecdh.c | 447 mbedtls_ecdh_side side ) in ecdh_get_params_internal() argument 452 if( side == MBEDTLS_ECDH_THEIRS ) in ecdh_get_params_internal() 456 if( side != MBEDTLS_ECDH_OURS ) in ecdh_get_params_internal() 471 mbedtls_ecdh_side side ) in mbedtls_ecdh_get_params() argument 476 ECDH_VALIDATE_RET( side == MBEDTLS_ECDH_OURS || in mbedtls_ecdh_get_params() 477 side == MBEDTLS_ECDH_THEIRS ); in mbedtls_ecdh_get_params() 496 return( ecdh_get_params_internal( ctx, key, side ) ); in mbedtls_ecdh_get_params() 503 mbedtls_everest_ecdh_side s = side == MBEDTLS_ECDH_OURS ? in mbedtls_ecdh_get_params() 512 key, side ) ); in mbedtls_ecdh_get_params()
|
/openthread-3.4.0/third_party/mbedtls/repo/3rdparty/everest/library/ |
D | everest.c | 72 mbedtls_everest_ecdh_side side ) in mbedtls_everest_get_params() argument 75 mbedtls_x25519_ecdh_side s = side == MBEDTLS_EVEREST_ECDH_OURS ? in mbedtls_everest_get_params()
|
D | x25519.c | 105 mbedtls_x25519_ecdh_side side ) in mbedtls_x25519_get_params() argument 109 switch( side ) { in mbedtls_x25519_get_params()
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/ |
D | use-psa-crypto.md | 59 this is supported on both sides, it's currently only tested client-side); 112 is enabled, no change required on the application side. 129 Scope: Client-side, for ECDHE-RSA and ECDHE-ECDSA key exchanges, the 132 Limitations: client-side only, ECDHE-PSK not covered 181 - ECDHE-RSA: RSA operations are not covered and, server-side, the ECDHE 183 - ECDHE-ECDSA: server-side, the ECDHE operation isn't covered. (ECDSA
|
/openthread-3.4.0/third_party/mbedtls/repo/3rdparty/everest/include/everest/ |
D | x25519.h | 121 mbedtls_x25519_ecdh_side side );
|
D | everest.h | 157 mbedtls_everest_ecdh_side side );
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/ |
D | Descriptions.txt | 16 For each ciphersuite/version/side/authmode it performs a full handshake
|
/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/ |
D | ecdh.h | 336 mbedtls_ecdh_side side );
|
/openthread-3.4.0/third_party/mbedtls/repo/ |
D | ChangeLog | 118 containing various functions meant to resist timing side channel attacks. 168 * Fix a potential side channel vulnerability in ECDSA ephemeral key generation. 241 the affected side to wrongly reject valid messages. Fixes #4118. 397 * Guard against strong local side channel attack against base64 tables by 657 * Fix side channel in RSA private key operations and static (finite-field) 746 * Fix a side channel vulnerability in modular exponentiation that could 751 * Fix side channel in mbedtls_ecp_check_pub_priv() and 828 `MBEDTLS_CTR_DRBG_C` or `MBEDTLS_HMAC_DRBG_C` for some side-channel 829 coutermeasures. If side channels are not a concern, this dependency can 854 * Fix side channel in ECC code that allowed an adversary with access to [all …]
|
/openthread-3.4.0/third_party/mbedtls/repo/programs/ |
D | README.md | 91 In addition to providing options for testing client-side features, the `ssl_client2` program has op…
|
/openthread-3.4.0/examples/ |
D | README.md | 73 …sign) with External Commissioning support to service Thread Commissioner packets on the NCP side. |
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ecp.function | 426 * but for the sake of simplicity only does half of each side. It's
|
D | test_suite_ssl.function | 1709 /* Client side */ 1755 /* Server side */ 2445 * of at least one byte on either side. */
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/architecture/testing/ |
D | invasive-testing.md | 69 …` function that does nothing (not a macro, to avoid accidentally skipping side effects in its para…
|
/openthread-3.4.0/third_party/mbedtls/repo/doxygen/ |
D | mbedtls.doxyfile | 1150 # If the tag value is set to YES, a side panel will be generated 1195 # (see http://www.mathjax.org) which uses client side Javascript for the
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/examples/ |
D | Doxyfile.in | 1410 # value is set to YES, a side panel will be generated containing a tree-like 1470 # http://www.mathjax.org) which uses client side Javascript for the rendering
|
/openthread-3.4.0/doc/ |
D | Doxyfile.in | 1423 # value is set to YES, a side panel will be generated containing a tree-like 1483 # http://www.mathjax.org) which uses client side Javascript for the rendering
|