Home
last modified time | relevance | path

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

/mbedtls-3.5.0/tests/include/spe/
Dcrypto_spe.h48 #define psa_key_derivation_output_key \ macro
49 PSA_FUNCTION_NAME(psa_key_derivation_output_key)
/mbedtls-3.5.0/programs/psa/
Dkey_ladder_demo.c307 PSA_CHECK(psa_key_derivation_output_key(&attributes, &operation, in derive_key_ladder()
350 PSA_CHECK(psa_key_derivation_output_key(&attributes, &operation, in derive_wrapping_key()
/mbedtls-3.5.0/include/psa/
Dcrypto.h3760 psa_status_t psa_key_derivation_output_key(
/mbedtls-3.5.0/docs/architecture/
Dpsa-crypto-implementation-structure.md60 …eation PSA APIs, namely psa_import_key(), psa_generate_key(), psa_key_derivation_output_key() and …
/mbedtls-3.5.0/docs/proposed/
Dpsa-driver-interface.md314 …es"`: called by `psa_key_derivation_output_bytes()`; also by `psa_key_derivation_output_key()` for…
315 * `"key_derivation_output_key"`: called by `psa_key_derivation_output_key()` for transparent driver…
625 * `"key_derivation_output_key"`: called by `psa_key_derivation_output_key()`, only when deriving a …
840 * `"key_derivation_output_key"`: called by `psa_key_derivation_output_key()`.
846 …e_key"`: called by `psa_import_key()`, `psa_generate_key()`, `psa_key_derivation_output_key()` or …
1122 How does `psa_key_derivation_output_key` work when the extraction part and the expansion part use d…
/mbedtls-3.5.0/tests/suites/
Dtest_suite_psa_crypto.function8518 psa_key_derivation_output_key(&attributes, &operation,
8800 TEST_EQUAL(psa_key_derivation_output_key(&attributes4, &operation,
8999 PSA_ASSERT(psa_key_derivation_output_key(&attributes, &operation,
9082 PSA_ASSERT(psa_key_derivation_output_key(&derived_attributes, &operation,
9090 PSA_ASSERT(psa_key_derivation_output_key(&derived_attributes, &operation,
9153 PSA_ASSERT(psa_key_derivation_output_key(&derived_attributes, &operation,
9209 psa_key_derivation_output_key(&derived_attributes,
9740 PSA_ASSERT(psa_key_derivation_output_key(&attributes,
/mbedtls-3.5.0/library/
Dpsa_crypto.c5831 psa_status_t psa_key_derivation_output_key(const psa_key_attributes_t *attributes, function
/mbedtls-3.5.0/
DChangeLog1563 * Fix psa_key_derivation_output_key() to allow the output of a combined key