Home
last modified time | relevance | path

Searched refs:count (Results 1 – 24 of 24) sorted by relevance

/mbedtls-development/tests/suites/
A Dtest_suite_nist_kw.data93 NIST KW wrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 128 count 7
97 NIST KW wrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 256 count 11
101 NIST KW wrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 192 count 8
105 NIST KW wrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 320 count 14
109 NIST KW wrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 4096 count 0
113 NIST KW wrap AES-192 CAVS 17.4 PLAINTEXT LENGTH = 128 count 7
121 NIST KW wrap AES-192 CAVS 17.4 PLAINTEXT LENGTH = 192 count 8
133 NIST KW wrap AES-256 CAVS 17.4 PLAINTEXT LENGTH = 128 count 7
141 NIST KW wrap AES-256 CAVS 17.4 PLAINTEXT LENGTH = 192 count 8
153 NIST KWP wrap AES-128 CAVS 21.4 PLAINTEXT LENGTH = 8 count 3
[all …]
A Dtest_suite_psa_crypto_init.function134 void init_deinit( int count )
138 for( i = 0; i < count; i++ )
150 void deinit_without_init( int count )
153 for( i = 0; i < count; i++ )
163 void validate_module_init_generate_random( int count )
168 for( i = 0; i < count; i++ )
180 void validate_module_init_key_based( int count )
188 for( i = 0; i < count; i++ )
A Dtest_suite_psa_its.function146 void set_multiple( int first_id, int count )
155 for( uid = uid0; uid < uid0 + count; uid++ )
162 for( uid = uid0; uid < uid0 + count; uid++ )
A Dtest_suite_pkcs1_v15.function235 size_t count = 0;
251 count += ( final[i] == default_content[i] );
254 TEST_ASSERT( count < 16 );
A Dtest_suite_gcm.function35 * count as an overflow for memory sanitizers and static checkers. */
90 * count as an overflow for memory sanitizers and static checkers. */
A Dhost_test.function235 * \param cnt Parameter array count.
498 * \param argc Command line argument count.
634 "FATAL: Dep count larger than zero at start of loop\n" );
A Dmain_test.function233 * \param argc Command line arguments count.
A Dtest_suite_psa_crypto_se_driver_hal.function810 void register_twice( int count )
814 psa_key_location_t max = MIN_DRIVER_LOCATION + count;
A Dtest_suite_ccm.function34 * count as an overflow for memory sanitizers and static checkers. */
A Dtest_suite_x509parse.function556 * See comments on ecp_test_vect_restart() for op count precision.
A Dtest_suite_mpi.function1333 * This is almost guaranteed if the iteration count is large
A Dtest_suite_ssl.function33 * this case, it will count the instances of a log_pattern in the received
/mbedtls-development/library/
A Dpadlock.c122 size_t count; in mbedtls_padlock_xcryptcbc() local
139 count = ( length + 15 ) >> 4; in mbedtls_padlock_xcryptcbc()
153 : "m" (ebx), "m" (count), "m" (ctrl), in mbedtls_padlock_xcryptcbc()
A Dssl_cache.c137 int count = 0; in ssl_cache_pick_writing_slot() local
151 count++; in ssl_cache_pick_writing_slot()
186 if( count < cache->max_entries ) in ssl_cache_pick_writing_slot()
A Dbignum.c497 size_t i, j, count = 0; in mbedtls_mpi_lsb() local
503 return( count ); in mbedtls_mpi_lsb()
1097 v0 = count / (biL ); in mbedtls_mpi_shift_l()
1098 t1 = count & (biL - 1); in mbedtls_mpi_shift_l()
1147 v0 = count / biL; in mbedtls_mpi_shift_r()
1148 v1 = count & (biL - 1); in mbedtls_mpi_shift_r()
2708 int count; in mbedtls_mpi_random() local
2760 if( --count == 0 ) in mbedtls_mpi_random()
2941 int ret, count; in mpi_miller_rabin() local
2966 count = 0; in mpi_miller_rabin()
[all …]
A Dentropy.c300 int ret, count = 0, i, thresholds_reached; in mbedtls_entropy_func() local
330 if( count++ > ENTROPY_MAX_LOOP ) in mbedtls_entropy_func()
A Drsa.c807 int ret, count = 0; in rsa_prepare_blinding() local
825 if( count++ > 10 ) in rsa_prepare_blinding()
A Decp.c1147 size_t count ) in mbedtls_mpi_shift_l_mod() argument
1150 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_l( X, count ) ); in mbedtls_mpi_shift_l_mod()
/mbedtls-development/tests/scripts/
A Dtest_psa_constant_names.py103 self.count = 0
120 self.count += len(expressions)
146 out.write('{} test cases'.format(self.count))
A Dtest_generate_test_code.py121 count = 10
122 for i in range(count):
125 self.assertEqual(len(dep_start.splitlines()), count,
127 self.assertEqual(len(dep_end.splitlines()), count,
186 count = 10
187 for i in range(count):
A Dbasic-build-test.sh102 dd if=/dev/urandom of="seedfile" bs=64 count=1
A Dall.sh2832 dd_cmd=(dd if=/dev/urandom of=./tests/seedfile bs=64 count=1)
/mbedtls-development/include/mbedtls/
A Dbignum.h562 int mbedtls_mpi_shift_l( mbedtls_mpi *X, size_t count );
574 int mbedtls_mpi_shift_r( mbedtls_mpi *X, size_t count );
/mbedtls-development/scripts/
A Dassemble_changelog.py168 title_lines = [version_body[:pos].count('\n') for pos in title_starts]
169 body_lines = [version_body[:pos].count('\n') for pos in body_starts]
254 offset = (self.header + self.top_version_title).count('\n') + 1

Completed in 45 milliseconds