Home
last modified time | relevance | path

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

/mbedtls-latest/include/psa/
Dcrypto.h4267 psa_status_t psa_generate_key_custom(const psa_key_attributes_t *attributes,
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h363 #define psa_generate_key_custom(arg0_attributes, arg1_custom, arg2_custom_data, arg3_custom_data_le… macro
/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c618 …psa_status_t status = (psa_generate_key_custom)(arg0_attributes, arg1_custom, arg2_custom_data, ar… in mbedtls_test_wrap_psa_generate_key_custom()
/mbedtls-latest/library/
Dpsa_crypto.c7997 psa_status_t psa_generate_key_custom(const psa_key_attributes_t *attributes, function
8093 return psa_generate_key_custom(
8103 return psa_generate_key_custom(attributes,
/mbedtls-latest/docs/
Dpsa-transition.md782 …a_generate_key` uses 65537 as the public exponent. You can use [`psa_generate_key_custom`](https:/…
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto.function10235 psa_generate_key_custom(&attributes,
/mbedtls-latest/
DChangeLog40 psa_generate_key_custom() and psa_key_derivation_output_key_custom().