Home
last modified time | relevance | path

Searched refs:input1 (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_low_hash.function64 data_t *input1, data_t *expected1,
88 TEST_EQUAL(mbedtls_psa_hash_update(&operation0, input1->x, input1->len),
103 TEST_EQUAL(mbedtls_psa_hash_update(&clone_start, input1->x, input1->len),
Dtest_suite_shax.function268 void sha3_reuse(data_t *input1, data_t *hash1,
293 TEST_ASSERT(mbedtls_sha3_update(&ctx, input1->x, input1->len) == 0);
Dtest_suite_psa_crypto.function8831 int step_arg1, int key_type_arg1, data_t *input1,
8845 data_t *inputs[] = { input1, input2, input3 };
8953 unsigned char input1[] = "Input 1";
8954 size_t input1_length = sizeof(input1);
8976 input1, input1_length,
9029 int step1_arg, data_t *input1, int expected_status_arg1,
9043 data_t *inputs[] = { input1, input2, input3, input4 };
9272 data_t *input1,
9295 input1->x, input1->len,
9383 data_t *input1,
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c490 const unsigned char *input1, size_t input1_length, in mbedtls_test_psa_setup_key_derivation_wrap() argument
499 input1, input1_length)); in mbedtls_test_psa_setup_key_derivation_wrap()
515 input1, input1_length)); in mbedtls_test_psa_setup_key_derivation_wrap()
541 input1, input1_length)); in mbedtls_test_psa_setup_key_derivation_wrap()
572 input1, input1_length)); in mbedtls_test_psa_setup_key_derivation_wrap()
594 unsigned char input1[] = "Input 1"; in exercise_key_derivation_key() local
595 size_t input1_length = sizeof(input1); in exercise_key_derivation_key()
603 input1, input1_length, in exercise_key_derivation_key()
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_exercise_key.h136 const unsigned char *input1, size_t input1_length,