Home
last modified time | relevance | path

Searched refs:cnt (Results 1 – 9 of 9) sorted by relevance

/net-tools-3.6.0/mbedtls-2.4.0/tests/scripts/
Dgen_gcm_encrypt.pl44 my $cnt = 1;;
54 for ($cnt = 0; $cnt < 3; $cnt++)
Dgen_pkcs1_v21_sign_verify.pl39 my $cnt = 1;
56 print("RSASSA-PSS Signature Example ${cnt}_${i}\n");
63 print("RSASSA-PSS Signature Example ${cnt}_${i} (verify)\n");
70 $cnt++;
Dgen_gcm_decrypt.pl61 my $cnt = 1;;
71 for ($cnt = 0; $cnt < 3; $cnt++)
Dgen_ctr_drbg.pl41 my $cnt = 1;;
54 for ($cnt = 0; $cnt < 15; $cnt++)
/net-tools-3.6.0/mbedtls-2.4.0/tests/suites/
Dmain_test.function93 int dispatch_test(int cnt, char *params[50])
96 ((void) cnt);
157 int cnt = 0, i;
161 params[cnt++] = cur;
176 params[cnt++] = cur;
185 for( i = 0; i < cnt; i++ )
213 return( cnt );
258 int testfile_index, ret, i, cnt;
368 cnt = parse_arguments( buf, strlen(buf), params );
372 for( i = 1; i < cnt; i++ )
[all …]
Dtest_suite_des.function322 int i, j, cnt;
327 cnt = 0;
334 key[j] = cnt++;
/net-tools-3.6.0/libcoap/src/
Ddebug.c124 unsigned int cnt = 0; in print_readable() local
133 if (cnt+1 < buflen) { /* keep one byte for terminating zero */ in print_readable()
135 ++cnt; in print_readable()
140 if (cnt+4 < buflen) { /* keep one byte for terminating zero */ in print_readable()
145 cnt += 4; in print_readable()
154 return cnt; in print_readable()
/net-tools-3.6.0/mbedtls-2.4.0/programs/ssl/
Dssl_fork_server.c98 int ret, len, cnt = 0, pid; in main() local
366 while( cnt++ < 100 ) in main()
/net-tools-3.6.0/tinydtls-0.8.2/
Dccm.c41 #define SET_COUNTER(A,L,cnt,C) { \ argument
44 (C) = (cnt) & MASK_L(L); \