/mbedtls-development/tests/suites/ |
A D | test_suite_nist_kw.data | 93 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 D | test_suite_psa_crypto_init.function | 134 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 D | test_suite_psa_its.function | 146 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 D | test_suite_pkcs1_v15.function | 235 size_t count = 0; 251 count += ( final[i] == default_content[i] ); 254 TEST_ASSERT( count < 16 );
|
A D | test_suite_gcm.function | 35 * count as an overflow for memory sanitizers and static checkers. */ 90 * count as an overflow for memory sanitizers and static checkers. */
|
A D | host_test.function | 235 * \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 D | main_test.function | 233 * \param argc Command line arguments count.
|
A D | test_suite_psa_crypto_se_driver_hal.function | 810 void register_twice( int count ) 814 psa_key_location_t max = MIN_DRIVER_LOCATION + count;
|
A D | test_suite_ccm.function | 34 * count as an overflow for memory sanitizers and static checkers. */
|
A D | test_suite_x509parse.function | 556 * See comments on ecp_test_vect_restart() for op count precision.
|
A D | test_suite_mpi.function | 1333 * This is almost guaranteed if the iteration count is large
|
A D | test_suite_ssl.function | 33 * this case, it will count the instances of a log_pattern in the received
|
/mbedtls-development/library/ |
A D | padlock.c | 122 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 D | ssl_cache.c | 137 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 D | bignum.c | 497 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 D | entropy.c | 300 int ret, count = 0, i, thresholds_reached; in mbedtls_entropy_func() local 330 if( count++ > ENTROPY_MAX_LOOP ) in mbedtls_entropy_func()
|
A D | rsa.c | 807 int ret, count = 0; in rsa_prepare_blinding() local 825 if( count++ > 10 ) in rsa_prepare_blinding()
|
A D | ecp.c | 1147 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 D | test_psa_constant_names.py | 103 self.count = 0 120 self.count += len(expressions) 146 out.write('{} test cases'.format(self.count))
|
A D | test_generate_test_code.py | 121 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 D | basic-build-test.sh | 102 dd if=/dev/urandom of="seedfile" bs=64 count=1
|
A D | all.sh | 2832 dd_cmd=(dd if=/dev/urandom of=./tests/seedfile bs=64 count=1)
|
/mbedtls-development/include/mbedtls/ |
A D | bignum.h | 562 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 D | assemble_changelog.py | 168 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
|