Searched refs:psa_key_production_parameters_t (Results 1 – 11 of 11) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto_types.h | 480 typedef struct psa_key_production_parameters_s psa_key_production_parameters_t; typedef
|
D | crypto.h | 3840 const psa_key_production_parameters_t *params, 4184 const psa_key_production_parameters_t *params,
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto_core.h | 355 const psa_key_production_parameters_t *params, 382 const psa_key_production_parameters_t *params,
|
D | psa_crypto_rsa.h | 135 const psa_key_production_parameters_t *params, size_t params_data_length,
|
D | psa_crypto_rsa.c | 244 const psa_key_production_parameters_t *params, size_t params_data_length, in mbedtls_psa_rsa_generate_key()
|
D | psa_crypto.c | 6410 static const psa_key_production_parameters_t default_production_parameters = 6414 const psa_key_production_parameters_t *params, in psa_key_production_parameters_are_default() 6429 const psa_key_production_parameters_t *params, in psa_key_derivation_output_key_ext() 7861 const psa_key_production_parameters_t *params, size_t params_data_length, in psa_generate_key_internal() 7920 const psa_key_production_parameters_t *params, in psa_generate_key_ext()
|
D | psa_crypto_driver_wrappers.h | 733 const psa_key_production_parameters_t *params, size_t params_data_length, in psa_driver_wrapper_generate_key()
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_test_wrappers.h | 346 const psa_key_production_parameters_t *arg1_params, 489 const psa_key_production_parameters_t *arg2_params,
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_test_wrappers.c | 597 const psa_key_production_parameters_t *arg1_params, in mbedtls_test_wrap_psa_generate_key_ext() 864 const psa_key_production_parameters_t *arg2_params, in mbedtls_test_wrap_psa_key_derivation_output_key_ext()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto.function | 1316 psa_key_production_parameters_t **params, size_t *params_data_length, 1321 * psa_key_production_parameters_t, then it's enough to allocate 1322 * MIN(sizeof(psa_key_production_parameters_t), 1323 * offsetof(psa_key_production_parameters_t, data) + params_data_length). 1326 * In practice, the current layout of psa_key_production_parameters_t 9610 psa_key_production_parameters_t *params = NULL; 10171 psa_key_production_parameters_t *params = NULL; 10228 psa_key_production_parameters_t init = PSA_KEY_PRODUCTION_PARAMETERS_INIT; 10229 psa_key_production_parameters_t zero;
|
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers.h.jinja | 734 const psa_key_production_parameters_t *params, size_t params_data_length,
|