Home
last modified time | relevance | path

Searched refs:psa_key_derivation_set_capacity (Results 1 – 7 of 7) sorted by relevance

/mbedtls-3.5.0/tests/include/spe/
Dcrypto_spe.h40 #define psa_key_derivation_set_capacity \ macro
41 PSA_FUNCTION_NAME(psa_key_derivation_set_capacity)
/mbedtls-3.5.0/include/psa/
Dcrypto.h3332 psa_status_t psa_key_derivation_set_capacity(
/mbedtls-3.5.0/tests/src/
Dpsa_exercise_key.c444 PSA_ASSERT(psa_key_derivation_set_capacity(operation, capacity)); in mbedtls_test_psa_setup_key_derivation_wrap()
/mbedtls-3.5.0/library/
Dssl_tls.c6084 status = psa_key_derivation_set_capacity(derivation, capacity); in setup_psa_key_derivation()
6501 status = psa_key_derivation_set_capacity(&derivation, in ssl_compute_master()
Dpsa_crypto.c5139 psa_status_t psa_key_derivation_set_capacity(psa_key_derivation_operation_t *operation, function
/mbedtls-3.5.0/tests/suites/
Dtest_suite_psa_crypto.function8440 TEST_EQUAL(psa_key_derivation_set_capacity(&operation, capacity),
8673 PSA_ASSERT(psa_key_derivation_set_capacity(&operation,
8930 TEST_EQUAL(psa_key_derivation_set_capacity(&operation, capacity),
/mbedtls-3.5.0/docs/proposed/
Dpsa-driver-interface.md310 * `"key_derivation_set_capacity"`: called by `psa_key_derivation_set_capacity()`. The core will alw…