Searched refs:psa_generate_key_custom (Results 1 – 7 of 7) sorted by relevance
/mbedtls-latest/include/psa/ |
D | crypto.h | 4267 psa_status_t psa_generate_key_custom(const psa_key_attributes_t *attributes,
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 363 #define psa_generate_key_custom(arg0_attributes, arg1_custom, arg2_custom_data, arg3_custom_data_le… macro
|
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 618 …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/ |
D | psa_crypto.c | 7997 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/ |
D | psa-transition.md | 782 …a_generate_key` uses 65537 as the public exponent. You can use [`psa_generate_key_custom`](https:/…
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto.function | 10235 psa_generate_key_custom(&attributes,
|
/mbedtls-latest/ |
D | ChangeLog | 40 psa_generate_key_custom() and psa_key_derivation_output_key_custom().
|