Home
last modified time | relevance | path

Searched full:name (Results 1 – 25 of 142) sorted by relevance

123456

/net-tools-3.5.0/mbedtls-2.4.0/scripts/
Dmalloc-init.pl40 my $name;
53 push @bad, "$file:$line:$name" if $name;
54 $name = $1;
59 } elsif( $name && /(?:$inits)\($prefix\Q$name\E\b/ ) {
60 undef $name;
61 } elsif( $name && $. - $line > $limit ) {
62 push @bad, "$file:$line:$name";
63 undef $name;
Dconfig.pl106 my ($arg, $name, $value, $action);
133 $name = shift;
138 $name = shift;
183 if ($line =~ /name SECTION: Module configuration options/) {
196 if (!$done && $line =~ /^\s*#define\s*$name\b/) {
201 if ($line =~ m!^(?://)?\s*#define\s*$name\b!) {
202 $line = "#define $name";
208 if ($line =~ /^\s*#define\s*$name\s*(.*)\s*\b/) {
221 my $line = "#define $name";
249 die "A #define for the symbol $name was not found in $config_file\n";
Dmemory.sh39 # usage: do_config <name> <unset-list> <server-args>
42 NAME=$1
47 echo "config-$NAME:"
48 cp configs/config-$NAME.h $CONFIG_H
91 mv massif.out.* massif-$NAME.$$
Dgenerate_visualc_files.pl28 <ClInclude Include="..\\..\\{NAME}" />\r
31 <ClCompile Include="..\\..\\{NAME}" />\r
126 for my $name (@names) {
127 (my $entry = $tpl) =~ s/{NAME}/$name/g;
/net-tools-3.5.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_x509parse.data3 …n \: 3\nserial number \: 01\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\ns…
7 …n \: 3\nserial number \: 02\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\ns…
11 …n \: 3\nserial number \: 00\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\ns…
15 …n \: 3\nserial number \: 09\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\ns…
19 …n \: 3\nserial number \: 05\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\ns…
23 …n \: 3\nserial number \: 06\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\ns…
27 …n \: 3\nserial number \: 07\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\ns…
31 …n \: 3\nserial number \: 08\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\ns…
35 …n \: 3\nserial number \: 09\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\ns…
39 …n \: 3\nserial number \: 0A\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\ns…
[all …]
/net-tools-3.5.0/tinydtls-0.8.2/
Ddebug.h70 /** Returns a zero-terminated string with the name of this library. */
99 void dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, …
101 void dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr);
123 dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int e… in dtls_dsrv_hexdump_log() argument
127 dtls_dsrv_log_addr(log_t level, const char *name, const struct __session_t *addr) in dtls_dsrv_log_addr() argument
140 #define dtls_debug_hexdump(name, buf, length) dtls_dsrv_hexdump_log(DTLS_LOG_DEBUG, name, buf, leng… argument
141 #define dtls_debug_dump(name, buf, length) dtls_dsrv_hexdump_log(DTLS_LOG_DEBUG, name, buf, length,… argument
Dt_list.h56 * 3. Neither the name of the Institute nor the names of its contributors
86 #define LIST_STRUCT(name) \ argument
87 void *LIST_CONCAT(name, _list); \
88 list_t name
90 #define LIST_STRUCT_INIT(struct_ptr, name) { \ argument
91 (struct_ptr)->name = &((struct_ptr)->LIST_CONCAT(name,_list)); \
92 (struct_ptr)->LIST_CONCAT(name,_list) = NULL; \
Ddebug.c277 void dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr) in dtls_dsrv_log_addr() argument
285 dsrv_log(level, "%s: %s\n", name, addrbuf); in dtls_dsrv_log_addr()
290 dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int e… in dtls_dsrv_hexdump_log() argument
307 fprintf(log_fd, "%s: (%zu bytes):\n", name, length); in dtls_dsrv_hexdump_log()
324 fprintf(log_fd, "%s: (%zu bytes): ", name, length); in dtls_dsrv_hexdump_log()
334 dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int e… in dtls_dsrv_hexdump_log() argument
348 PRINTF("%s: (%zu bytes):\n", name, length); in dtls_dsrv_hexdump_log()
365 PRINTF("%s: (%zu bytes): ", name, length); in dtls_dsrv_hexdump_log()
Ddtls_config.h.in103 /* Define to the full name of this package. */
106 /* Define to the full name and version of this package. */
109 /* Define to the one symbol short name of this package. */
137 calls it, or to nothing if 'inline' is not supported under any name. */
/net-tools-3.5.0/mbedtls-2.4.0/tests/scripts/
Dgen_gcm_decrypt.pl14 my $name = shift;
20 ($val) = ($line =~ /\[$name\s\=\s(\w+)\]/);
29 my $name = shift;
39 ($val) = ($line =~ /^$name = (\w+)/);
46 my $name = shift;
56 ($val) = ($line =~ /^$name = (\w+)/) if ($line =~ /=/);
Dgen_gcm_encrypt.pl14 my $name = shift;
20 ($val) = ($line =~ /\[$name\s\=\s(\w+)\]/);
29 my $name = shift;
39 ($val) = ($line =~ /^$name = (\w+)/);
Dgen_ctr_drbg.pl15 my $name = shift;
19 ($val) = ($line =~ /\[$name\s\=\s(\w+)\]/);
26 my $name = shift;
36 ($val) = ($line =~ /^$name = (\w+)/);
/net-tools-3.5.0/libcoap/include/coap/
Dt_list.h54 * 3. Neither the name of the Institute nor the names of its contributors
84 #define LIST_STRUCT(name) \ argument
85 void *LIST_CONCAT(name, _list); \
86 list_t name
88 #define LIST_STRUCT_INIT(struct_ptr, name) { \ argument
89 (struct_ptr)->name = &((struct_ptr)->LIST_CONCAT(name,_list)); \
90 (struct_ptr)->LIST_CONCAT(name,_list) = NULL; \
Dresource.h55 str name; member
154 * attributes str fields will point to @p name and @p val the
159 * @param name The attribute's name.
160 * @param nlen Length of @p name.
169 const unsigned char *name,
176 * Returns @p resource's coap_attr_t object with given @p name if found, @c NULL
179 * @param resource The resource to search for attribute @p name.
180 * @param name Name of the requested attribute.
181 * @param nlen Actual length of @p name.
182 * @return The first attribute with specified @p name or @c NULL if none
[all …]
/net-tools-3.5.0/
Dzeth-tunnel.conf40 ip tunnel add name ${TUNNEL_V4V4} mode ipip local ${IPV4_ADDR_LOCAL} \
43 ip tunnel add name ${TUNNEL_V6V4} mode sit local ${IPV4_ADDR_LOCAL} \
46 ip tunnel add name ${TUNNEL_V4V6} mode ipip6 local ${IPV6_ADDR_LOCAL} \
51 ip link add name ${TUNNEL_V6V6} type ip6tnl local ${IPV6_ADDR_LOCAL} \
53 ip tunnel add name ${TUNNEL_V6V6} mode ip6ip6 local ${IPV6_ADDR_LOCAL} \
DREADME.docker14 Set the docker internal network name to the value $DOCKER_USER_INTERFACE
17 name will be br-XXXXXXXXXXXX. Check that the IPv4 and IPv6 addresses
22 docker run --hostname=zephyr --name=net-tools \
30 docker run --hostname=zephyr --name=net-tools \
/net-tools-3.5.0/mbedtls-2.4.0/include/mbedtls/
Ddebug.h127 * \param text the name of the function that returned the error
146 * \param text a name or label for the buffer being dumped. Normally the
147 * variable or buffer name
168 * \param text a name or label for the MPI being output. Normally the
169 * variable name
190 * \param text a name or label for the ECP point being output. Normally the
191 * variable name
212 * \param text a name or label for the certificate being output
Dx509.h57 * \name X509 Error codes
66 #define MBEDTLS_ERR_X509_INVALID_NAME -0x2380 /**< The name tag or value is in…
79 /* \} name */
82 * \name X509 Verify codes
88 #define MBEDTLS_X509_BADCERT_CN_MISMATCH 0x04 /**< The certificate Common Name (CN) does n…
107 /* \} name */
180 * \name Structures for parsing X.509 certificates, CRLs and CSRs
213 /** \} name Structures for parsing X.509 certificates, CRLs and CSRs */
222 * \param dn The X509 name to represent
305 int mbedtls_x509_key_size_helper( char *buf, size_t buf_size, const char *name );
[all …]
/net-tools-3.5.0/mbedtls-2.4.0/library/
Dx509_create.c37 const char *name; member
77 static const char *x509_at_oid_from_name( const char *name, size_t name_len ) in x509_at_oid_from_name() argument
81 for( cur = x509_attrs; cur->name != NULL; cur++ ) in x509_at_oid_from_name()
83 strncmp( cur->name, name, name_len ) == 0 ) in x509_at_oid_from_name()
89 int mbedtls_x509_string_to_names( mbedtls_asn1_named_data **head, const char *name ) in mbedtls_x509_string_to_names() argument
92 const char *s = name, *c = s; in mbedtls_x509_string_to_names()
197 const unsigned char *name, size_t name_len ) in x509_write_name() argument
208 (const char *) name, in x509_write_name()
214 (const char *) name, in x509_write_name()
Ddebug.c284 char name[16]; in debug_print_pk() local
300 mbedtls_snprintf( name, sizeof( name ), "%s%s", text, items[i].name ); in debug_print_pk()
301 name[sizeof( name ) - 1] = '\0'; in debug_print_pk()
304 mbedtls_debug_print_mpi( ssl, level, file, line, name, items[i].value ); in debug_print_pk()
308 mbedtls_debug_print_ecp( ssl, level, file, line, name, items[i].value ); in debug_print_pk()
Dx509.c408 * Name ::= CHOICE { -- only one possibility for now --
704 * Store the name in printable form into buf; no more
712 const mbedtls_x509_name *name; in mbedtls_x509_dn_gets() local
718 name = dn; in mbedtls_x509_dn_gets()
722 while( name != NULL ) in mbedtls_x509_dn_gets()
724 if( !name->oid.p ) in mbedtls_x509_dn_gets()
726 name = name->next; in mbedtls_x509_dn_gets()
730 if( name != dn ) in mbedtls_x509_dn_gets()
736 ret = mbedtls_oid_get_attr_short_name( &name->oid, &short_name ); in mbedtls_x509_dn_gets()
744 for( i = 0; i < name->val.len; i++ ) in mbedtls_x509_dn_gets()
[all …]
/net-tools-3.5.0/mbedtls-2.4.0/programs/test/
Dssl_cert_test.c136 char name[512]; in main() local
144 mbedtls_snprintf(name, 512, "ssl/test-ca/%s", client_certificates[i]); in main()
146 mbedtls_printf( " . Loading the client certificate %s...", name ); in main()
149 ret = mbedtls_x509_crt_parse_file( &clicert, name ); in main()
188 mbedtls_snprintf(name, 512, "ssl/test-ca/%s", client_private_keys[i]); in main()
190 mbedtls_printf( " . Loading the client private key %s...", name ); in main()
193 ret = mbedtls_pk_parse_keyfile( &pk, name, NULL ); in main()
/net-tools-3.5.0/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile29 # to put quotes around the project name if it contains spaces.
100 # If left blank, the following values are used ("$name" is automatically
101 # replaced with the name of the entity): "The $name class" "The $name widget"
102 # "The $name file" "is" "provides" "specifies" "contains"
105 ABBREVIATE_BRIEF = "The $name class" \
106 "The $name widget" \
107 "The $name file" \
131 # path before files name in the file list and in the header files. If set
132 # to NO the shortest path that makes the file name unique will be used.
150 # If left blank only the name of the header file containing the class
[all …]
/net-tools-3.5.0/tinydtls-0.8.2/doc/
DDoxyfile.in84 # If left blank, the following values are used ("$name" is automatically
85 # replaced with the name of the entity): "The $name class" "The $name widget"
86 # "The $name file" "is" "provides" "specifies" "contains"
105 # path before files name in the file list and in the header files. If set
106 # to NO the shortest path that makes the file name unique will be used.
122 # If left blank only the name of the header file containing the class
176 # as commands in the documentation. An alias has the form "name=value".
266 # is documented as struct, union, or enum with the name of the typedef. So
268 # with name TypeT. When disabled the typedef will appear as a member of a file,
271 # types are typedef'ed and only the typedef is referenced, never the tag name.
[all …]
/net-tools-3.5.0/python-websocket-server/.circleci/
Dconfig.yml13 name: install dependencies
17 name: run tests

123456