Home
last modified time | relevance | path

Searched refs:before (Results 1 – 16 of 16) sorted by relevance

/net-tools-latest/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 …]
/net-tools-latest/systemd/
DREADME.rst15 before running these unit files.
/net-tools-latest/mbedtls-2.4.0/tests/data_files/dir4/
DReadme34 … integrated into another hierarchy. In this case the certificates issued before the integration wi…
/net-tools-latest/tinydtls-0.8.2/sha2/testvectors/testvectors/
Dvector004.dat1 …d. It is rather for us to be here dedicated to the great task remaining before us--that from thes…
/net-tools-latest/libcoap/
DTODO20 first before starting something
Dconfigure.ac56 # Update the libtool versioning only immediately before a public release of libcoap.
/net-tools-latest/virtual-hub/
DREADME.md63 before starting the virtual-hub.
/net-tools-latest/mbedtls-2.4.0/
DREADME.md28 …ing dlopen(), you'll need to load libmbedcrypto first, then libmbedx509, before you can load libmb…
51 In any case, you'll probably want to set the yotta target before building unless it has already bee…
165 …lopment/mbedtls-coding-standards), and that contributions should be fully tested before submission.
DChangeLog110 expired or not yet valid certificate was parsed before a valid certificate
365 ssl_config structure before calling it.
562 ssl_write() is called before the handshake is finished (introduced in
987 * crypt_and_hash app checks MAC before final decryption
1225 * crypt_and_hash app checks MAC before final decryption
1627 before version numbers
1699 before parsing a key or keyfile!
1724 * Corrected parsing of UTCTime dates before 1990 and
/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_mpi.function340 void mbedtls_mpi_shrink( int before, int used, int min, int after )
345 TEST_ASSERT( mbedtls_mpi_grow( &X, before ) == 0 );
346 TEST_ASSERT( used <= before );
Dtest_suite_ecp.function173 * Store correct result before we touch N
/net-tools-latest/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile21 # text before the first occurrence of this tag. Doxygen uses libiconv (or the
89 # the brief description of a member or function before the detailed description.
131 # path before files name in the file list and in the header files. If set
756 # Note that the filter must not add or remove lines; it is applied before the
1129 # the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before
1190 # in the HTML output before the changes have effect.
1218 # copy of MathJax from http://www.mathjax.org before deployment.
1607 # are defined before the preprocessor is started (similar to the -D option of
1781 # exceeded by 50% before the limit is enforced.
/net-tools-latest/libcoap/doc/
DDoxyfile.in22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
104 # description of a member or function before the detailed description
139 # before files name in the file list and in the header files. If set to NO the
859 # Note that the filter must not add or remove lines; it is applied before the
1349 # After copying Eclipse needs to be restarted before the help appears.
1429 # the HTML output directory before the changes have effect.
1463 # MathJax from http://www.mathjax.org before deployment.
1971 # defined before the preprocessor is started (similar to the -D option of e.g.
2164 # for no limit. Note that the threshold may be exceeded by 50% before the limit
/net-tools-latest/tinydtls-0.8.2/doc/
DDoxyfile.in19 # text before the first occurrence of this tag. Doxygen uses libiconv (or the
73 # the brief description of a member or function before the detailed description.
105 # path before files name in the file list and in the header files. If set
950 # the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before the help appears.
1290 # are defined before the preprocessor is started (similar to the -D option of
/net-tools-latest/tinydtls-0.8.2/sha2/
DREADME195 access for testing before this version. Thanks to
/net-tools-latest/tinydtls-0.8.2/
Dconfigure1589 # left behind by Apple's compiler. We do this before executing the actions.