Searched refs:derived (Results 1 – 11 of 11) sorted by relevance
/mbedtls-latest/library/ |
D | ssl_tls13_keys.h | 31 MBEDTLS_SSL_TLS1_3_LABEL(derived, "derived") \ 252 mbedtls_ssl_tls13_early_secrets *derived); 298 mbedtls_ssl_tls13_handshake_secrets *derived); 349 mbedtls_ssl_tls13_application_secrets *derived); 380 mbedtls_ssl_tls13_application_secrets *derived);
|
D | ssl_tls13_keys.c | 364 MBEDTLS_SSL_TLS1_3_LBL_WITH_LEN(derived), in mbedtls_ssl_tls13_evolve_secret() 427 mbedtls_ssl_tls13_early_secrets *derived) in mbedtls_ssl_tls13_derive_early_secrets() argument 459 derived->client_early_traffic_secret, in mbedtls_ssl_tls13_derive_early_secrets() 472 derived->early_exporter_master_secret, in mbedtls_ssl_tls13_derive_early_secrets() 485 mbedtls_ssl_tls13_handshake_secrets *derived) in mbedtls_ssl_tls13_derive_handshake_secrets() argument 521 derived->client_handshake_traffic_secret, in mbedtls_ssl_tls13_derive_handshake_secrets() 538 derived->server_handshake_traffic_secret, in mbedtls_ssl_tls13_derive_handshake_secrets() 551 mbedtls_ssl_tls13_application_secrets *derived) in mbedtls_ssl_tls13_derive_application_secrets() argument 586 derived->client_application_traffic_secret_N, in mbedtls_ssl_tls13_derive_application_secrets() 598 derived->server_application_traffic_secret_N, in mbedtls_ssl_tls13_derive_application_secrets() [all …]
|
/mbedtls-latest/programs/psa/ |
D | key_ladder_demo.sh | 10 create a master key, derive a key from it and use that derived key to
|
/mbedtls-latest/3rdparty/everest/ |
D | README.md | 3 …plementation of Curve25519-based handshakes. The C code is automatically derived from the (verifie…
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_metadata.function | 53 * are tested as derived from other macros. The name of the flag is 173 /* Macros with derived semantics */
|
D | test_suite_ssl.data | 2788 SSL TLS 1.3 Key schedule: Derive-Secret( ., "derived", "") 2790 # Derive-Secret( Early-Secret, "derived", "")
|
D | test_suite_psa_crypto.function | 9410 /* Exercise the derived key. */
|
/mbedtls-latest/ |
D | LICENSE | 49 form, that is based on (or derived from) the Work and for which the 313 whole or in part contains or is derived from the Program or any 329 identifiable sections of that work are not derived from the Program,
|
/mbedtls-latest/tests/ |
D | CMakeLists.txt | 269 # The output filename of generate_test_code.py is derived from the -d
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-interface.md | 443 …put_key"`](#key-derivation-driver-outputs), i.e. for key types where the derived key material is n… 484 …1. If the derived key is in the same secure element, if the driver has an `"key_derivation_output_… 485 …lities indicate that its `"import_key"` entry point does not support the derived key, stop and ret… 502 * For a call to `psa_key_derivation_output_key()` where the derived key is in a secure element, cal… 506 Key derivation is said to be *raw* for some key types, where the key material of a derived (8×*n*)-… 512 * `"derived_sizes"` (optional, list of integers). Each element is a size for the derived key, in bi… 536 * `PSA_SUCCESS`: a key was derived successfully. The driver has placed the representation of the ke… 1424 … for all key types except RSA, the specification mandates how the key is derived, which practicall…
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 355 …* If the key is derived from other material (for example from a key exchange), use the [key deriva… 543 …* If the key is derived from other material (for example from a key exchange), use the [key deriva… 675 …* If the key is derived from other material (for example from a key exchange), use the [key deriva… 1102 …* If the key is derived deterministically from other material, use the [key derivation interface](…
|