Home
last modified time | relevance | path

Searched refs:psa_key_production_parameters_t (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_types.h480 typedef struct psa_key_production_parameters_s psa_key_production_parameters_t; typedef
Dcrypto.h3840 const psa_key_production_parameters_t *params,
4184 const psa_key_production_parameters_t *params,
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_core.h355 const psa_key_production_parameters_t *params,
382 const psa_key_production_parameters_t *params,
Dpsa_crypto_rsa.h135 const psa_key_production_parameters_t *params, size_t params_data_length,
Dpsa_crypto_rsa.c244 const psa_key_production_parameters_t *params, size_t params_data_length, in mbedtls_psa_rsa_generate_key()
Dpsa_crypto.c6410 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()
Dpsa_crypto_driver_wrappers.h733 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/
Dpsa_test_wrappers.h346 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/
Dpsa_test_wrappers.c597 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/
Dtest_suite_psa_crypto.function1316 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/
Dpsa_crypto_driver_wrappers.h.jinja734 const psa_key_production_parameters_t *params, size_t params_data_length,