Home
last modified time | relevance | path

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

/mbedtls/tests/suites/
A 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),
A 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);
A Dtest_suite_psa_crypto.function9272 data_t *input1,
9295 input1->x, input1->len,
9412 input1->x, input1->len,
9452 data_t *input1,
9482 input1->x, input1->len,
9495 input1->x, input1->len,
9537 data_t *input1,
9566 input1->x, input1->len,
9597 data_t *input1,
9631 input1->x, input1->len,
[all …]
/mbedtls/tests/src/
A 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()
/mbedtls/tests/include/test/
A Dpsa_exercise_key.h136 const unsigned char *input1, size_t input1_length,

Completed in 18 milliseconds