Searched refs:psa_key_derivation_step_t (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto_values.h | 2679 #define PSA_KEY_DERIVATION_INPUT_SECRET ((psa_key_derivation_step_t) 0x0101) 2697 #define PSA_KEY_DERIVATION_INPUT_PASSWORD ((psa_key_derivation_step_t) 0x0102) 2707 ((psa_key_derivation_step_t) 0x0103) 2714 #define PSA_KEY_DERIVATION_INPUT_LABEL ((psa_key_derivation_step_t) 0x0201) 2722 #define PSA_KEY_DERIVATION_INPUT_SALT ((psa_key_derivation_step_t) 0x0202) 2729 #define PSA_KEY_DERIVATION_INPUT_INFO ((psa_key_derivation_step_t) 0x0203) 2736 #define PSA_KEY_DERIVATION_INPUT_SEED ((psa_key_derivation_step_t) 0x0204) 2742 #define PSA_KEY_DERIVATION_INPUT_COST ((psa_key_derivation_step_t) 0x0205)
|
D | crypto_types.h | 456 typedef uint16_t psa_key_derivation_step_t; typedef
|
D | crypto.h | 3383 psa_key_derivation_step_t step, 3426 psa_key_derivation_step_t step, 3494 psa_key_derivation_step_t step, 3562 psa_key_derivation_step_t step,
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_test_wrappers.h | 443 psa_key_derivation_step_t arg1_step, 451 psa_key_derivation_step_t arg1_step, 458 psa_key_derivation_step_t arg1_step, 465 psa_key_derivation_step_t arg1_step,
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_test_wrappers.c | 782 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_input_bytes() 799 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_input_integer() 809 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_input_key() 819 psa_key_derivation_step_t arg1_step, in mbedtls_test_wrap_psa_key_derivation_key_agreement()
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto.c | 6726 psa_key_derivation_step_t step, in psa_hkdf_input() 6927 psa_key_derivation_step_t step, in psa_tls12_prf_input() 7038 psa_key_derivation_step_t step, in psa_tls12_prf_psk_to_ms_input() 7063 psa_key_derivation_step_t step, in psa_tls12_ecjpake_to_pms_input() 7087 psa_key_derivation_step_t step, in psa_pbkdf2_set_input_cost() 7232 psa_key_derivation_step_t step, in psa_pbkdf2_input() 7257 psa_key_derivation_step_t step, in psa_key_derivation_check_input_type() 7305 psa_key_derivation_step_t step, in psa_key_derivation_input_internal() 7365 psa_key_derivation_step_t step, in psa_key_derivation_input_integer_internal() 7392 psa_key_derivation_step_t step, in psa_key_derivation_input_bytes() [all …]
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 366 psa_key_derivation_step_t step); 380 psa_key_derivation_step_t step, 384 psa_key_derivation_step_t step, 388 psa_key_derivation_step_t step, 393 psa_key_derivation_step_t step, 435 psa_key_derivation_step_t step,
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto.function | 8840 psa_key_derivation_step_t steps[] = { step_arg1, step_arg2, step_arg3 }; 9042 psa_key_derivation_step_t steps[] = { step1_arg, step2_arg, step3_arg, step4_arg }; 9342 psa_key_derivation_step_t step = (psa_key_derivation_step_t) derivation_step;
|