Searched refs:n1 (Results 1 – 8 of 8) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_gcm.function | 14 size_t n1, 19 size_t n2 = input->len - n1; 24 TEST_ASSERT( n1 <= input->len ); 36 ASSERT_ALLOC( output, n1 ); 38 TEST_EQUAL( 0, mbedtls_gcm_update( ctx, input->x, n1, output, n1, &olen ) ); 39 TEST_EQUAL( n1, olen ); 201 size_t n1; 218 for( n1 = 0; n1 <= src_str->len; n1 += 1 ) 226 n1, n1_add ) ) 248 size_t n1; [all …]
|
A D | test_suite_ccm.function | 19 size_t n2 = input->len - n1; 37 TEST_EQUAL( 0, mbedtls_ccm_update( ctx, input->x, n1, output, n1, &olen ) ); 38 TEST_EQUAL( n1, olen ); 184 size_t n1, n1_add; 213 for( n1 = 0; n1 <= msg->len; n1 += 1 ) 266 size_t n1, n1_add; 294 for( n1 = 0; n1 <= expected_msg_len; n1 += 1 ) 332 size_t n1, n1_add; 384 for( n1 = 0; n1 <= msg->len; n1 += 1 ) 416 size_t n1, n1_add; [all …]
|
/mbedtls-development/library/ |
A D | aria.c | 397 const uint8_t n1 = n % 32; // bit offset in aria_rot128() local 398 const uint8_t n2 = n1 ? 32 - n1 : 0; // reverse bit offset in aria_rot128() 406 t <<= n1; // rotate in aria_rot128()
|
A D | dhm.c | 253 size_t n1, n2, n3; in mbedtls_dhm_make_params() local 278 n1 = mbedtls_mpi_size( &ctx->P ); in mbedtls_dhm_make_params() 283 DHM_MPI_EXPORT( &ctx->P , n1 ); in mbedtls_dhm_make_params()
|
A D | x509_crt.c | 258 const unsigned char *n1 = s1, *n2 = s2; in x509_memcasecmp() local 262 diff = n1[i] ^ n2[i]; in x509_memcasecmp() 268 ( ( n1[i] >= 'a' && n1[i] <= 'z' ) || in x509_memcasecmp() 269 ( n1[i] >= 'A' && n1[i] <= 'Z' ) ) ) in x509_memcasecmp()
|
/mbedtls-development/3rdparty/everest/library/ |
A D | Hacl_Curve25519.c | 693 uint8_t *n1, in Hacl_EC_Ladder_BigLoop_cmult_big_loop() argument 705 uint8_t byte = n1[i1]; in Hacl_EC_Ladder_BigLoop_cmult_big_loop() 707 Hacl_EC_Ladder_BigLoop_cmult_big_loop(n1, nq, nqpq, nq2, nqpq2, q, i1); in Hacl_EC_Ladder_BigLoop_cmult_big_loop() 711 static void Hacl_EC_Ladder_cmult(uint64_t *result, uint8_t *n1, uint64_t *q) in Hacl_EC_Ladder_cmult() argument 720 Hacl_EC_Ladder_BigLoop_cmult_big_loop(n1, nq, nqpq, nq2, nqpq2, q, (uint32_t)32U); in Hacl_EC_Ladder_cmult()
|
/mbedtls-development/3rdparty/everest/library/legacy/ |
A D | Hacl_Curve25519.c | 738 uint8_t *n1, in Hacl_EC_Ladder_BigLoop_cmult_big_loop() argument 750 uint8_t byte = n1[i1]; in Hacl_EC_Ladder_BigLoop_cmult_big_loop() 752 Hacl_EC_Ladder_BigLoop_cmult_big_loop(n1, nq, nqpq, nq2, nqpq2, q, i1); in Hacl_EC_Ladder_BigLoop_cmult_big_loop() 756 static void Hacl_EC_Ladder_cmult(uint64_t *result, uint8_t *n1, uint64_t *q) in Hacl_EC_Ladder_cmult() argument 765 Hacl_EC_Ladder_BigLoop_cmult_big_loop(n1, nq, nqpq, nq2, nqpq2, q, (uint32_t)32U); in Hacl_EC_Ladder_cmult()
|
/mbedtls-development/ |
A D | CMakeLists.txt | 312 COMMAND tail -n1 memcheck.log | grep 'Memory checking results:' > /dev/null
|
Completed in 17 milliseconds