Home
last modified time | relevance | path

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

/mbedtls-latest/tests/include/spe/
Dcrypto_spe.h36 #define psa_key_derivation_output_key \ macro
37 PSA_FUNCTION_NAME(psa_key_derivation_output_key)
/mbedtls-latest/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()
/mbedtls-latest/include/psa/
Dcrypto.h3765 psa_status_t psa_key_derivation_output_key(
/mbedtls-latest/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…
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h505 #define psa_key_derivation_output_key(arg0_attributes, arg1_operation, arg2_key) \ macro
/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c887 … 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/
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()`.
/mbedtls-latest/docs/architecture/
Dpsa-crypto-implementation-structure.md60 …eation PSA APIs, namely psa_import_key(), psa_generate_key(), psa_key_derivation_output_key() and …
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto.function8886 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/
Dpsa_crypto.c6554 psa_status_t psa_key_derivation_output_key( function
/mbedtls-latest/
DChangeLog2339 * Fix psa_key_derivation_output_key() to allow the output of a combined key