Home
last modified time | relevance | path

Searched refs:new (Results 1 – 23 of 23) sorted by relevance

/net-tools-3.4.0/mbedtls-2.4.0/library/
Dmemory_buffer_alloc.c234 memory_header *new, *cur = heap.first_free; in buffer_alloc_calloc() local
324 new = (memory_header *) p; in buffer_alloc_calloc()
326 new->size = cur->size - len - sizeof(memory_header); in buffer_alloc_calloc()
327 new->alloc = 0; in buffer_alloc_calloc()
328 new->prev = cur; in buffer_alloc_calloc()
329 new->next = cur->next; in buffer_alloc_calloc()
331 new->trace = NULL; in buffer_alloc_calloc()
332 new->trace_count = 0; in buffer_alloc_calloc()
334 new->magic1 = MAGIC1; in buffer_alloc_calloc()
335 new->magic2 = MAGIC2; in buffer_alloc_calloc()
[all …]
Dssl_tls.c5729 mbedtls_ssl_key_cert *new; in ssl_append_key_cert() local
5731 new = mbedtls_calloc( 1, sizeof( mbedtls_ssl_key_cert ) ); in ssl_append_key_cert()
5732 if( new == NULL ) in ssl_append_key_cert()
5735 new->cert = cert; in ssl_append_key_cert()
5736 new->key = key; in ssl_append_key_cert()
5737 new->next = NULL; in ssl_append_key_cert()
5742 *head = new; in ssl_append_key_cert()
5749 cur->next = new; in ssl_append_key_cert()
/net-tools-3.4.0/mbedtls-2.4.0/scripts/
Drename.pl48 my ( $old, $new ) = ( $line =~ /^($ident)\s+($ident)$/ );
49 if( ! $old || ! $new ) {
52 $subst{$old} = $new;
101 my @new = map { exists $subst{$_} ? $subst{$_} : $_ } @words;
102 push( @out, join '', @new );
/net-tools-3.4.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_ssl.function12 void ssl_dtls_replay( char *prevs, char *new, int ret )
35 /* Check new number */
36 unhexify( ssl.in_ctr + 2, new );
Dtest_suite_ssl.data19 SSL DTLS replay: new
22 SSL DTLS replay: way new
52 SSL DTLS replay: big jump then new
Dtest_suite_ctr_drbg.function165 /* The new few calls should not reseed */
Dtest_suite_hmac_drbg.function80 /* The new few calls should not reseed */
/net-tools-3.4.0/libcoap/
DChangeLog54 * net.c (coap_cancel): Removed 7.31 again and implemented new
84 (print_wellknown): Support for the new coap_print_link(). An
93 introduces new compiler flags WITH_POSIX and WITH_LWIP to
101 * tests/test_error_response.c (t_init_error_response_tests): new
129 * configure.in: new option --with-tests to enable unit tests
133 * pdu.c (coap_pdu_parse): new PDU parser for Klaus-encoding
138 * option.c: Klaus-encoding for coap-13, including new option
146 * pdu.h: new option codes from draft-ietf-core-coap-12
148 * option.c (coap_opt_setlength): new function to set option length
159 * net.c (coap_read): read new option encoding
[all …]
DMakefile.am138 echo "};" ) > $@.new
139 mv $@.new $@
143 > $@.new
144 mv $@.new $@
DCONTRIBUTE110 Every new file must contain a license and the copyright holder(s). Please
111 take a look into existing files and adopt the needed changes to your new
148 * Please set up/adjust the doxygen documentation if you create new functions or
Dconfigure.ac52 # Every new library starts with a version 'current' (short 'c') = 0
60 # --> Increase the 'LT_LIBCOAP_REVISION' value with *everey* new software release.
71 # age (c:r:a becomes c:r:a+1). Adding new interfaces will make the library allways
DLICENSE.GPL26 in new free programs; and that you know you can do these things.
237 9. The Free Software Foundation may publish revised and/or new versions
238 of the General Public License from time to time. Such new versions will
240 address new problems or concerns.
/net-tools-3.4.0/mbedtls-2.4.0/programs/ssl/
Dssl_server2.c529 sni_entry *cur = NULL, *new = NULL; in sni_parse() local
540 if( ( new = mbedtls_calloc( 1, sizeof( sni_entry ) ) ) == NULL ) in sni_parse()
546 GET_ITEM( new->name ); in sni_parse()
553 if( ( new->cert = mbedtls_calloc( 1, sizeof( mbedtls_x509_crt ) ) ) == NULL || in sni_parse()
554 ( new->key = mbedtls_calloc( 1, sizeof( mbedtls_pk_context ) ) ) == NULL ) in sni_parse()
557 mbedtls_x509_crt_init( new->cert ); in sni_parse()
558 mbedtls_pk_init( new->key ); in sni_parse()
560 if( mbedtls_x509_crt_parse_file( new->cert, crt_file ) != 0 || in sni_parse()
561 mbedtls_pk_parse_keyfile( new->key, key_file, "" ) != 0 ) in sni_parse()
566 if( ( new->ca = mbedtls_calloc( 1, sizeof( mbedtls_x509_crt ) ) ) == NULL ) in sni_parse()
[all …]
/net-tools-3.4.0/tinydtls-0.8.2/
DMakefile.in126 $(ETAGS) -o $@.new $(SOURCES)
127 $(ETAGS) -a -o $@.new $(HEADERS)
128 mv $@.new $@
/net-tools-3.4.0/tinydtls-0.8.2/sha2/testvectors/testvectors/
Dvector004.dat1new nation, conceived in Liberty, and dedicated to the proposition that all men are created equal.…
/net-tools-3.4.0/python-websocket-server/
DREADME.md74 | `set_fn_new_client()` | Sets a callback function that will be called for every new `client`…
85 | `set_fn_new_client()` | Called for every new `client` connecting to us | client, server …
99 server.send_message_to_all("Hey all, a new client has joined us")
/net-tools-3.4.0/
DREADME.md5 The comments and instructions below are for the new IP stack in Zephyr.
154 $ openssl req -new -x509 -key echo-apps-key.pem -out echo-apps-cert.pem \
179 $ openssl req -new -x509 -days 36500 -key ca_privkey.pem -out ca.crt -subj "/CN=exampleCA"
189 $ openssl req -new -key client_privkey.pem -out client.csr -subj "/CN=exampleClient"
197 $ openssl req -new -key server_privkey.pem -out server.csr -subj "/CN=localhost"
/net-tools-3.4.0/mbedtls-2.4.0/yotta/data/
DREADME.md35 …nables all modern and widely-used features, which should meet the needs of new projects, and disab…
92 * For larger contributions, such as a new feature, the code can possibly fall under copyright law. …
/net-tools-3.4.0/mbedtls-2.4.0/
DChangeLog68 * Extended test coverage of special cases, and added new timing test suite.
274 MBEDTLS_ERR_SSL_CLIENT_RECONNECT - it is then possible to start a new
384 * The SSL debug callback gained two new arguments (file name, line number).
401 * net_accept() gained new arguments for the size of the client_ip buffer.
412 strings; use the new *_len variables instead of strlen().
424 * net_connect() and net_bind() have a new 'proto' argument to choose
493 new prototype, and mbedtls_ssl_set_read_timeout().
638 * Added new error codes and debug messages about selection of
715 * Ciphersuites using RSA-PSK key exchange new require TLS 1.x (the spec is
1616 * Moved all examples programs to use the new entropy and CTR_DRBG
[all …]
/net-tools-3.4.0/tinydtls-0.8.2/sha2/
DREADME158 0.9 to 0.9.5 - Add a new define in sha2.c that permits one to compile
/net-tools-3.4.0/tinydtls-0.8.2/doc/
DDoxyfile.in153 # The new default is to treat a multi-line C++ comment block as a detailed
165 # a new page for each member. If set to NO, the documentation of a member will
/net-tools-3.4.0/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile181 # The new default is to treat a multi-line C++ comment block as a detailed
193 # a new page for each member. If set to NO, the documentation of a member will
/net-tools-3.4.0/libcoap/doc/
DDoxyfile.in192 # a brief description. This used to be the default behavior. The new default is
209 # new page for each member. If set to NO, the documentation of a member will be