Searched refs:output1 (Results 1 – 5 of 5) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_random.function | 26 unsigned char output1[OUTPUT_SIZE]; 43 output1, sizeof(output1))); 59 TEST_ASSERT(memcmp(output1, output2, OUTPUT_SIZE) != 0); 77 unsigned char output1[OUTPUT_SIZE]; 90 output1, sizeof(output1))); 106 TEST_ASSERT(memcmp(output1, output2, OUTPUT_SIZE) != 0); 118 unsigned char output1[OUTPUT_SIZE]; 124 output1, sizeof(output1))); 134 TEST_ASSERT(memcmp(output1, output2, OUTPUT_SIZE) != 0); 144 unsigned char output1[OUTPUT_SIZE]; [all …]
|
D | test_suite_psa_crypto_driver_wrappers.function | 1053 unsigned char *output1 = NULL; 1073 TEST_CALLOC(output1, output1_buffer_size); 1081 PSA_ASSERT(psa_cipher_encrypt(key, alg, input->x, input->len, output1, 1090 PSA_ASSERT(psa_cipher_set_iv(&operation, output1, iv_size)); 1115 TEST_MEMORY_COMPARE(output1 + iv_size, output1_length - iv_size, 1120 mbedtls_free(output1);
|
D | test_suite_psa_crypto.function | 4389 unsigned char *output1 = NULL; 4408 TEST_CALLOC(output1, output1_buffer_size); 4416 PSA_ASSERT(psa_cipher_encrypt(key, alg, input->x, input->len, output1, 4424 PSA_ASSERT(psa_cipher_set_iv(&operation, output1, iv_size)); 4447 TEST_MEMORY_COMPARE(output1 + iv_size, output1_length - iv_size, 4452 mbedtls_free(output1); 4822 unsigned char *output1 = NULL; 4839 TEST_CALLOC(output1, output1_size); 4842 output1, output1_size, 4852 PSA_ASSERT(psa_cipher_decrypt(key, alg, output1, output1_length, [all …]
|
/mbedtls-latest/3rdparty/everest/library/ |
D | Hacl_Curve25519.c | 427 uint64_t output1 = i1 >> (uint32_t)3U & (uint64_t)0x7ffffffffffffU; in Hacl_EC_Format_fexpand() local 432 output[1U] = output1; in Hacl_EC_Format_fexpand()
|
/mbedtls-latest/3rdparty/everest/library/legacy/ |
D | Hacl_Curve25519.c | 472 uint64_t output1 = i1 >> (uint32_t)3U & (uint64_t)0x7ffffffffffffU; in Hacl_EC_Format_fexpand() local 477 output[1U] = output1; in Hacl_EC_Format_fexpand()
|