Searched refs:count (Results 1 – 12 of 12) sorted by relevance
/net-tools-3.6.0/mbedtls-2.4.0/library/ |
D | padlock.c | 128 size_t count; in mbedtls_padlock_xcryptcbc() local 145 count = ( length + 15 ) >> 4; in mbedtls_padlock_xcryptcbc() 159 : "m" (ebx), "m" (count), "m" (ctrl), in mbedtls_padlock_xcryptcbc()
|
D | ssl_cache.c | 146 int count = 0; in mbedtls_ssl_cache_set() local 158 count++; in mbedtls_ssl_cache_set() 190 if( count >= cache->max_entries ) in mbedtls_ssl_cache_set() 205 if( count >= cache->max_entries ) in mbedtls_ssl_cache_set()
|
D | dhm.c | 156 int ret, count = 0; in mbedtls_dhm_make_params() local 173 if( count++ > 10 ) in mbedtls_dhm_make_params() 241 int ret, count = 0; in mbedtls_dhm_make_public() local 259 if( count++ > 10 ) in mbedtls_dhm_make_public() 289 int ret, count; in dhm_update_blinding() local 324 count = 0; in dhm_update_blinding() 332 if( count++ > 10 ) in dhm_update_blinding()
|
D | bignum.c | 349 size_t i, j, count = 0; in mbedtls_mpi_lsb() local 352 for( j = 0; j < biL; j++, count++ ) in mbedtls_mpi_lsb() 354 return( count ); in mbedtls_mpi_lsb() 710 int mbedtls_mpi_shift_l( mbedtls_mpi *X, size_t count ) in mbedtls_mpi_shift_l() argument 716 v0 = count / (biL ); in mbedtls_mpi_shift_l() 717 t1 = count & (biL - 1); in mbedtls_mpi_shift_l() 719 i = mbedtls_mpi_bitlen( X ) + count; in mbedtls_mpi_shift_l() 760 int mbedtls_mpi_shift_r( mbedtls_mpi *X, size_t count ) in mbedtls_mpi_shift_r() argument 765 v0 = count / biL; in mbedtls_mpi_shift_r() 766 v1 = count & (biL - 1); in mbedtls_mpi_shift_r() [all …]
|
D | entropy.c | 288 int ret, count = 0, i, done; in mbedtls_entropy_func() local 317 if( count++ > ENTROPY_MAX_LOOP ) in mbedtls_entropy_func()
|
D | ecp.c | 1084 int count = 0; in ecp_randomize_jac() local 1096 if( count++ > 10 ) in ecp_randomize_jac() 1466 int count = 0; in ecp_randomize_mxz() local 1478 if( count++ > 10 ) in ecp_randomize_mxz() 1852 int count = 0; in mbedtls_ecp_gen_keypair_base() local 1877 if( ++count > 30 ) in mbedtls_ecp_gen_keypair_base()
|
D | rsa.c | 328 int ret, count = 0; in rsa_prepare_blinding() local 343 if( count++ > 10 ) in rsa_prepare_blinding()
|
/net-tools-3.6.0/tinydtls-0.8.2/ |
D | uthash.h | 271 if ((head)->hh.tbl->buckets[_bkt_i].count != _bkt_count) { \ 273 (head)->hh.tbl->buckets[_bkt_i].count, _bkt_count); \ 652 head.count++; \ 657 if (head.count >= ((head.expand_mult+1) * HASH_BKT_CAPACITY_THRESH) \ 665 (head).count--; \ 727 if (++(_he_newbkt->count) > tbl->ideal_chain_maxlen) { \ 729 _he_newbkt->expand_mult = _he_newbkt->count / \ 906 unsigned count; member
|
/net-tools-3.6.0/libcoap/include/coap/ |
D | uthash.h | 309 if ((head)->hh.tbl->buckets[_bkt_i].count != _bkt_count) { \ 311 (head)->hh.tbl->buckets[_bkt_i].count, _bkt_count); \ 627 head.count++; \ 632 if (head.count >= ((head.expand_mult+1) * HASH_BKT_CAPACITY_THRESH) \ 640 (head).count--; \ 702 if (++(_he_newbkt->count) > tbl->ideal_chain_maxlen) { \ 704 _he_newbkt->expand_mult = _he_newbkt->count / \ 897 unsigned count; member
|
/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/ |
D | bignum.h | 405 int mbedtls_mpi_shift_l( mbedtls_mpi *X, size_t count ); 416 int mbedtls_mpi_shift_r( mbedtls_mpi *X, size_t count );
|
/net-tools-3.6.0/python-websocket-server/tests/ |
D | test_text_messages.py | 126 assert message.count(first_char) == len(message)
|
/net-tools-3.6.0/mbedtls-2.4.0/tests/suites/ |
D | main_test.function | 350 "FATAL: Dep count larger than zero at start of loop\n" ); 378 /* Only one count is needed if not verbose */
|