Searched refs:input1 (Results 1 – 4 of 4) sorted by relevance
/mbedtls-3.4.0/tests/src/ |
D | psa_exercise_key.c | 433 const unsigned char* input1, size_t input1_length, in mbedtls_test_psa_setup_key_derivation_wrap() argument 442 input1, input1_length ) ); in mbedtls_test_psa_setup_key_derivation_wrap() 456 input1, input1_length ) ); in mbedtls_test_psa_setup_key_derivation_wrap() 484 unsigned char input1[] = "Input 1"; in exercise_key_derivation_key() local 485 size_t input1_length = sizeof( input1 ); in exercise_key_derivation_key() 494 input1, input1_length, in exercise_key_derivation_key()
|
/mbedtls-3.4.0/tests/include/test/ |
D | psa_exercise_key.h | 139 const unsigned char* input1, size_t input1_length,
|
/mbedtls-3.4.0/library/ |
D | cmac.c | 151 static void cmac_xor_block( unsigned char *output, const unsigned char *input1, in cmac_xor_block() argument 158 output[ idx ] = input1[ idx ] ^ input2[ idx ]; in cmac_xor_block()
|
/mbedtls-3.4.0/tests/suites/ |
D | test_suite_psa_crypto.function | 7397 int step_arg1, int key_type_arg1, data_t *input1, 7411 data_t *inputs[] = {input1, input2, input3}; 7502 unsigned char input1[] = "Input 1"; 7503 size_t input1_length = sizeof( input1 ); 7525 input1, input1_length, 7577 int step1_arg, data_t *input1, int expected_status_arg1, 7591 data_t *inputs[] = {input1, input2, input3, input4}; 7808 data_t *input1, 7831 input1->x, input1->len, 7916 data_t *input1, [all …]
|