Searched refs:psa_key_derivation_output_key (Results 1 – 13 of 13) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/include/spe/ |
D | crypto_spe.h | 36 #define psa_key_derivation_output_key \ macro 37 PSA_FUNCTION_NAME(psa_key_derivation_output_key)
|
/openthread-latest/third_party/mbedtls/repo/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()
|
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto.h | 3762 psa_status_t psa_key_derivation_output_key(
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_test_wrappers.h | 483 #define psa_key_derivation_output_key(arg0_attributes, arg1_operation, arg2_key) \ macro
|
/openthread-latest/third_party/mbedtls/repo/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…
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_test_wrappers.c | 856 … psa_status_t status = (psa_key_derivation_output_key)(arg0_attributes, arg1_operation, arg2_key); in mbedtls_test_wrap_psa_key_derivation_output_key()
|
/openthread-latest/third_party/mbedtls/repo/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 …
|
/openthread-latest/third_party/mbedtls/repo/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()`.
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto.function | 8906 psa_key_derivation_output_key(&attributes, &operation, 9223 TEST_EQUAL(psa_key_derivation_output_key(&attributes4, &operation, 9422 PSA_ASSERT(psa_key_derivation_output_key(&attributes, &operation, 9505 PSA_ASSERT(psa_key_derivation_output_key(&derived_attributes, &operation, 9513 PSA_ASSERT(psa_key_derivation_output_key(&derived_attributes, &operation, 9576 PSA_ASSERT(psa_key_derivation_output_key(&derived_attributes, &operation, 9707 psa_key_derivation_output_key(&derived_attributes, 10304 PSA_ASSERT(psa_key_derivation_output_key(&attributes,
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto.c | 6480 psa_status_t psa_key_derivation_output_key( in psa_key_derivation_output_key() function
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 2144 * Fix psa_key_derivation_output_key() to allow the output of a combined key
|