Home
last modified time | relevance | path

Searched refs:psa_key_derivation_output_key_custom (Results 1 – 6 of 6) sorted by relevance

/mbedtls-latest/include/psa/
Dcrypto.h3837 psa_status_t psa_key_derivation_output_key_custom(
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h515 #define psa_key_derivation_output_key_custom(arg0_attributes, arg1_operation, arg2_custom, arg3_cus… macro
/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c903 …psa_status_t status = (psa_key_derivation_output_key_custom)(arg0_attributes, arg1_operation, arg2… in mbedtls_test_wrap_psa_key_derivation_output_key_custom()
/mbedtls-latest/library/
Dpsa_crypto.c6484 psa_status_t psa_key_derivation_output_key_custom( function
6547 return psa_key_derivation_output_key_custom(
6559 return psa_key_derivation_output_key_custom(attributes, operation,
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto.function9622 TEST_EQUAL(psa_key_derivation_output_key_custom(
/mbedtls-latest/
DChangeLog40 psa_generate_key_custom() and psa_key_derivation_output_key_custom().