Searched refs:psa_key_derivation_output_key (Results 1 – 13 of 13) sorted by relevance
/mbedtls-latest/tests/include/spe/ |
D | crypto_spe.h | 36 #define psa_key_derivation_output_key \ macro 37 PSA_FUNCTION_NAME(psa_key_derivation_output_key)
|
/mbedtls-latest/programs/psa/ |
D | key_ladder_demo.c | 295 PSA_CHECK(psa_key_derivation_output_key(&attributes, &operation, in derive_key_ladder() 338 PSA_CHECK(psa_key_derivation_output_key(&attributes, &operation, in derive_wrapping_key()
|
/mbedtls-latest/include/psa/ |
D | crypto.h | 3765 psa_status_t psa_key_derivation_output_key(
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-interface.md | 478 …n the application calls `psa_key_derivation_output_bytes()`, `psa_key_derivation_output_key()`, `p… 482 * For a call to `psa_key_derivation_output_key()`: 501 * For a call to `psa_key_derivation_output_key()` for some key types, the core calls a transparent … 502 * For a call to `psa_key_derivation_output_key()` where the derived key is in a secure element, cal… 889 * `"key_derivation_output_key"`: called by `psa_key_derivation_output_key()`, only when deriving a … 1104 * `"key_derivation_output_key"`: called by `psa_key_derivation_output_key()`. 1110 …e_key"`: called by `psa_import_key()`, `psa_generate_key()`, `psa_key_derivation_output_key()` or … 1392 How does `psa_key_derivation_output_key` work when the extraction part and the expansion part use d…
|
D | psa-conditional-inclusion-c.md | 89 * `PSA_WANT_KEY_TYPE_xxx_KEY_PAIR_DERIVE` enables support for `psa_key_derivation_output_key` to de…
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 505 #define psa_key_derivation_output_key(arg0_attributes, arg1_operation, arg2_key) \ macro
|
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 887 … psa_status_t status = (psa_key_derivation_output_key)(arg0_attributes, arg1_operation, arg2_key); in mbedtls_test_wrap_psa_key_derivation_output_key()
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 193 …* `PSA_WANT_KEY_TYPE_xxx_KEY_PAIR_DERIVE` enables support for `psa_key_derivation_output_key` to d… 355 …/api/group/group__key__derivation/) and create the key with [`psa_key_derivation_output_key`](http… 543 …/api/group/group__key__derivation/) and create the key with [`psa_key_derivation_output_key`](http… 606 … than once to retrieve the output in successive chunks. Use [`psa_key_derivation_output_key`](http… 620 …Use [`psa_key_derivation_output_key`](https://mbed-tls.readthedocs.io/projects/api/en/development/… 675 …/api/group/group__key__derivation/) and create the key with [`psa_key_derivation_output_key`](http… 1102 …/api/group/group__key__derivation/) and create the key with [`psa_key_derivation_output_key`](http…
|
D | driver-only-builds.md | 212 derivation of an ECC keypair with `psa_key_derivation_output_key()`.
|
/mbedtls-latest/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 60 …eation PSA APIs, namely psa_import_key(), psa_generate_key(), psa_key_derivation_output_key() and …
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto.function | 8886 psa_key_derivation_output_key(&attributes, &operation, 9203 TEST_EQUAL(psa_key_derivation_output_key(&attributes4, &operation, 9402 PSA_ASSERT(psa_key_derivation_output_key(&attributes, &operation, 9485 PSA_ASSERT(psa_key_derivation_output_key(&derived_attributes, &operation, 9493 PSA_ASSERT(psa_key_derivation_output_key(&derived_attributes, &operation, 9556 PSA_ASSERT(psa_key_derivation_output_key(&derived_attributes, &operation, 9758 psa_key_derivation_output_key(&derived_attributes, 10420 PSA_ASSERT(psa_key_derivation_output_key(&attributes,
|
/mbedtls-latest/library/ |
D | psa_crypto.c | 6554 psa_status_t psa_key_derivation_output_key( function
|
/mbedtls-latest/ |
D | ChangeLog | 2339 * Fix psa_key_derivation_output_key() to allow the output of a combined key
|