/net-tools-3.7.0/mbedtls-2.4.0/scripts/ |
D | config.pl | 180 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.7.0/ |
D | monitor_15_4.c | 238 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()
|
D | README.md | 101 interface later. Is can be done by first creating the interface with
|
/net-tools-3.7.0/mbedtls-2.4.0/library/ |
D | aesni.c | 50 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()
|
D | cipher.c | 514 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()
|
D | entropy.c | 288 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()
|
D | ssl_tls.c | 2698 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.7.0/libcoap/ |
D | CONTRIBUTE | 92 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.7.0/mbedtls-2.4.0/tests/suites/ |
D | test_suite_x509parse.function | 57 goto done; 65 goto done; 69 done:
|
D | test_suite_ctr_drbg.function | 159 /* Set reseed_interval to the number of calls done,
|
D | test_suite_hmac_drbg.function | 74 /* Set reseed_interval to the number of calls done,
|
D | test_suite_cipher.function | 303 /* done */
|
/net-tools-3.7.0/libcoap/m4/ |
D | ax_check_compile_flag.m4 | 18 # flags (e.g. CFLAGS) when the check is done. The check is thus made with
|
D | ax_check_link_flag.m4 | 18 # when the check is done. The check is thus made with the flags: "LDFLAGS
|
/net-tools-3.7.0/tinydtls-0.8.2/doc/ |
D | Doxyfile.in | 112 # 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.7.0/mbedtls-2.4.0/doxygen/ |
D | mbedtls.doxyfile | 138 # 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.7.0/libcoap/doc/ |
D | Doxyfile.in | 146 # 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.7.0/mbedtls-2.4.0/ |
D | ChangeLog | 364 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
|