Home
last modified time | relevance | path

Searched refs:psa_key_derivation_output_key (Results 1 – 13 of 13) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h36 #define psa_key_derivation_output_key \ macro
37 PSA_FUNCTION_NAME(psa_key_derivation_output_key)
/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dkey_ladder_demo.c295 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/
Dcrypto.h3762 psa_status_t psa_key_derivation_output_key(
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h483 #define psa_key_derivation_output_key(arg0_attributes, arg1_operation, arg2_key) \ macro
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md478 …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…
Dpsa-conditional-inclusion-c.md89 * `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/
Dpsa_test_wrappers.c856 … 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/
Dpsa-crypto-implementation-structure.md60 …eation PSA APIs, namely psa_import_key(), psa_generate_key(), psa_key_derivation_output_key() and …
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md193 …* `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…
Ddriver-only-builds.md212 derivation of an ECC keypair with `psa_key_derivation_output_key()`.
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto.function8906 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/
Dpsa_crypto.c6480 psa_status_t psa_key_derivation_output_key( in psa_key_derivation_output_key() function
/openthread-latest/third_party/mbedtls/repo/
DChangeLog2144 * Fix psa_key_derivation_output_key() to allow the output of a combined key