Home
last modified time | relevance | path

Searched refs:after (Results 1 – 20 of 20) sorted by relevance

/net-tools-3.5.0/mbedtls-2.4.0/library/
Dx509.c920 static int x509_check_time( const mbedtls_x509_time *before, const mbedtls_x509_time *after ) in x509_check_time() argument
922 if( before->year > after->year ) in x509_check_time()
925 if( before->year == after->year && in x509_check_time()
926 before->mon > after->mon ) in x509_check_time()
929 if( before->year == after->year && in x509_check_time()
930 before->mon == after->mon && in x509_check_time()
931 before->day > after->day ) in x509_check_time()
934 if( before->year == after->year && in x509_check_time()
935 before->mon == after->mon && in x509_check_time()
936 before->day == after->day && in x509_check_time()
[all …]
DMakefile5 WARNING_CFLAGS ?= -Wall -W -Wdeclaration-after-statement
/net-tools-3.5.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_ecjpake.data34 ECJPAKE round one: KKP1: nothing after first point
49 ECJPAKE round one: KKP1: nothing after second point
82 ECJPAKE round one: KKP2: nothing after first point
97 ECJPAKE round one: KKP2: nothing after second point
130 ECJPAKE round two client: no data after ECParams
148 ECJPAKE round two client: nothing after first point
163 ECJPAKE round two client: nothing after second point
202 ECJPAKE round two server: nothing after first point
217 ECJPAKE round two server: nothing after second point
Dtest_suite_memory_buffer_alloc.function139 * we don't check the size after blocks have been reallocated. */
Dtest_suite_base64.data67 Base64 decode (Invalid char after equal signs)
Dtest_suite_entropy.function44 * To be called immediately after mbedtls_entropy_init().
Dtest_suite_mpi.function340 void mbedtls_mpi_shrink( int before, int used, int min, int after )
349 TEST_ASSERT( X.n == (size_t) after );
Dtest_suite_x509parse.data1510 X509 CSR ASN.1 (extra data after signature)
/net-tools-3.5.0/tinydtls-0.8.2/sha2/testvectors/testvectors/
Dvector018.info2 I added this vector after fixing a bug first discovered by
7 multiple of 64 after subtracting 55, the bug showed up. The
Dvector017.info8 the data length after subtracting 111 was an even multiple of
9 128 bytes, the bug surfaced. In the case of SHA256, after
/net-tools-3.5.0/mbedtls-2.4.0/
DCMakeLists.txt66 …set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings…
83 …set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings…
DChangeLog53 data structure until after error checks are successful. Found by
113 buffer after DER certificates to be included in the raw representation.
257 tries to continue the handshake after it failed (a misuse of the API).
358 should generally be the first function called on this context after init:
503 after a successful net_accept().
1633 appended with '....' after first 28 octets
1680 after the handshake.
1725 after 1950
DREADME.md125 Note that, with CMake, if you want to change the compiler or its options after you already ran CMak…
/net-tools-3.5.0/libcoap/
DChangeLog174 * examples/client.c (clear_obs): clear observation relationship after
211 -B to set timeout after which the main loop is left.
/net-tools-3.5.0/libcoap/examples/
Dcoap-client.txt.in92 Break operation after waiting given seconds (default is 90).
/net-tools-3.5.0/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile6 # All text after a double hash (##) is considered a comment and is placed
8 # All text after a hash (#) is considered a comment and will be ignored.
82 # include brief member descriptions after the members that are listed in
98 # stripped from the text and the result after processing the whole list, is
432 # that is typed after a \internal command is included. If the tag is set
591 # You can optionally specify a file name after the option, if omitted
923 # user-defined cascading style sheet that is included after the standard
973 # documentation will contain sections that can be hidden and shown after the
1180 # when you change the font size after a successful doxygen run you need
1346 # the generated latex document. The footer should contain everything after
[all …]
/net-tools-3.5.0/mbedtls-2.4.0/programs/
DMakefile6 WARNING_CFLAGS ?= -Wall -W -Wdeclaration-after-statement
/net-tools-3.5.0/tinydtls-0.8.2/doc/
DDoxyfile.in6 # All text after a hash (#) is considered a comment and will be ignored
66 # include brief member descriptions after the members that are listed in
82 # stripped from the text and the result after processing the whole list, is
363 # that is typed after a \internal command is included. If the tag is set
512 # file name after the option, if omitted DoxygenLayout.xml will be used as the name
818 # documentation will contain sections that can be hidden and shown after the
994 # when you change the font size after a successful doxygen run you need
1337 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
/net-tools-3.5.0/libcoap/doc/
DDoxyfile.in6 # All text after a double hash (##) is considered a comment and is placed in
9 # All text after a single hash (#) is considered a comment and will be ignored.
97 # descriptions after the members that are listed in the file and class
115 # and the result, after processing the whole list, is used as the annotated
487 # The INTERNAL_DOCS tag determines if documentation that is typed after a
668 # optionally specify a file name after the option, if omitted DoxygenLayout.xml
1094 # cascading style sheets that are included after the standard style sheets
1155 # documentation will contain sections that can be hidden and shown after the
1416 # the HTML documentation. When you change the font size after a successful
1648 # generated LaTeX document. The footer should contain everything after the last
[all …]
/net-tools-3.5.0/mbedtls-2.4.0/tests/
DMakefile6 WARNING_CFLAGS ?= -Wall -W -Wdeclaration-after-statement -Wno-unused-function -Wno-unused-value