Home
last modified time | relevance | path

Searched refs:done (Results 1 – 18 of 18) sorted by relevance

/net-tools-3.4.0/mbedtls-2.4.0/scripts/
Dconfig.pl180 my $done;
184 $done = 1;
187 if (!$done && $line =~ m!^//\s?#define! &&
191 if (!$done && $line =~ m!^\s?#define! &&
196 if (!$done && $line =~ /^\s*#define\s*$name\b/) {
198 $done = 1;
200 } elsif (!$done && $action eq "set") {
205 $done = 1;
207 } elsif (!$done && $action eq "get") {
210 $done = 1;
[all …]
/net-tools-3.4.0/
Dmonitor_15_4.c238 goto done; in fifo_handler1()
253 goto done; in fifo_handler1()
262 goto done; in fifo_handler1()
279 done: in fifo_handler1()
316 goto done; in fifo_handler2()
331 goto done; in fifo_handler2()
340 goto done; in fifo_handler2()
357 done: in fifo_handler2()
DREADME.md101 interface later. Is can be done by first creating the interface with
/net-tools-3.4.0/mbedtls-2.4.0/library/
Daesni.c50 static int done = 0; in mbedtls_aesni_has_support() local
53 if( ! done ) in mbedtls_aesni_has_support()
60 done = 1; in mbedtls_aesni_has_support()
Dcipher.c514 unsigned char done = 0, prev_done, bad; in get_one_and_zeros_padding() local
523 prev_done = done; in get_one_and_zeros_padding()
524 done |= ( input[i-1] != 0 ); in get_one_and_zeros_padding()
525 *data_len |= ( i - 1 ) * ( done != prev_done ); in get_one_and_zeros_padding()
526 bad &= ( input[i-1] ^ 0x80 ) | ( done == prev_done ); in get_one_and_zeros_padding()
591 unsigned char done = 0, prev_done; in get_zeros_padding() local
599 prev_done = done; in get_zeros_padding()
600 done |= ( input[i-1] != 0 ); in get_zeros_padding()
601 *data_len |= i * ( done != prev_done ); in get_zeros_padding()
Dentropy.c288 int ret, count = 0, i, done; in mbedtls_entropy_func() local
326 done = 1; in mbedtls_entropy_func()
329 done = 0; in mbedtls_entropy_func()
331 while( ! done ); in mbedtls_entropy_func()
Dssl_tls.c2698 int ret, done = 0, out_msg_type; in mbedtls_ssl_write_record() local
2808 done = 1; in mbedtls_ssl_write_record()
2811 if( !done ) in mbedtls_ssl_write_record()
3654 int ret, done = 0; in ssl_prepare_record_content() local
3672 done = 1; in ssl_prepare_record_content()
3675 if( !done && ssl->transform_in != NULL ) in ssl_prepare_record_content()
/net-tools-3.4.0/libcoap/
DCONTRIBUTE92 hold probably explanations why you create the patches in the way you have done.
144 * A useful source code documentation is mandatory. Mostly to be done within the
145 source code files, but more complex description should be done in extra
149 change existing functions. The doxygen documentation has to be done in the
166 handle the changes in the way you have done. Remind that other user can
/net-tools-3.4.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_x509parse.function57 goto done;
65 goto done;
69 done:
Dtest_suite_ctr_drbg.function159 /* Set reseed_interval to the number of calls done,
Dtest_suite_hmac_drbg.function74 /* Set reseed_interval to the number of calls done,
Dtest_suite_cipher.function303 /* done */
/net-tools-3.4.0/libcoap/m4/
Dax_check_compile_flag.m418 # flags (e.g. CFLAGS) when the check is done. The check is thus made with
Dax_check_link_flag.m418 # when the check is done. The check is thus made with the flags: "LDFLAGS
/net-tools-3.4.0/tinydtls-0.8.2/doc/
DDoxyfile.in112 # only done if one of the specified strings matches the left-hand part of
260 # NO to prevent subgrouping. Alternatively, this can be done per class using
1260 # compilation will be performed. Macro expansion can be done in a controlled
1324 # Adding location for the tag files is done as follows:
1399 # which can be done by putting it in a standard location or by setting the
/net-tools-3.4.0/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile138 # only done if one of the specified strings matches the left-hand part of
313 # NO to prevent subgrouping. Alternatively, this can be done per class using
1577 # compilation will be performed. Macro expansion can be done in a controlled
1651 # Adding location for the tag files is done as follows:
1734 # the font, which can be done by putting it in a standard location or by setting
/net-tools-3.4.0/libcoap/doc/
DDoxyfile.in146 # Stripping is only done if one of the specified strings matches the left-hand
349 # subgrouping. Alternatively, this can be done per class using the
1933 # performed. Macro expansion can be done in a controlled way by setting
2007 # Adding location for the tag files is done as follows:
2106 # sure dot is able to find the font, which can be done by putting it in a
/net-tools-3.4.0/mbedtls-2.4.0/
DChangeLog364 Note that for mbedtls_ssl_setup(), you need to be done setting up the
1673 is now done with a PLUS instead of an OR as error codes