Home
last modified time | relevance | path

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

12

/mbedtls-development/scripts/
A Dgenerate_errors.pl84 my ($before, $name, $value, $after) = ($1, $2, $3, $4);
88 undef $before if defined($before) && $before =~ /\s*\\name\s/s;
90 if !defined($before) && !defined($after);
92 if defined($before) && defined($after);
93 my $description = (defined($before) ? $before : $after);
/mbedtls-development/library/
A Dx509.c930 if( before->year > after->year ) in x509_check_time()
933 if( before->year == after->year && in x509_check_time()
934 before->mon > after->mon ) in x509_check_time()
937 if( before->year == after->year && in x509_check_time()
938 before->mon == after->mon && in x509_check_time()
939 before->day > after->day ) in x509_check_time()
942 if( before->year == after->year && in x509_check_time()
943 before->mon == after->mon && in x509_check_time()
945 before->hour > after->hour ) in x509_check_time()
952 before->min > after->min ) in x509_check_time()
[all …]
/mbedtls-development/tests/suites/
A Dtest_suite_mpi.function632 TEST_ASSERT( mbedtls_mpi_grow( &X, before ) == 0 );
638 TEST_EQUAL( X.n, (size_t) before );
1220 int before, int expected_ret )
1227 if( before != 0 )
1229 /* Set X to sign(before) * 2^(|before|-1) */
1231 if( before < 0 )
1232 before = - before;
1378 if( before != 0 )
1380 /* Set result to sign(before) * 2^(|before|-1) */
1382 if( before < 0 )
[all …]
A Dtest_suite_psa_crypto_entropy.data43 PSA validate entropy injection: before and after crypto_init
A Dtest_suite_mps.function563 * call to mbedtls_mps_reader_reclaim() is made before all data
828 int reclaimed = 1; /* Have to call reclaim at least once before
1043 * chunks than before CAN fail. */
1052 * than before NEED NOT fail - no commits */
1063 * than before NEED NOT fail - intermediate commit */
1075 * than before NEED NOT fail - end commit */
1087 * than before NEED NOT fail - intermediate & end commit */
A Dtest_suite_net.function98 * opened before the limit was lowered (which is something an application
A Dtest_suite_entropy.function324 * updates: before and after updating the NV seed. */
372 * updates: before and after updating the NV seed. */
A Dtest_suite_hmac_drbg.function60 /* Set reseed interval before seed */
A Dtest_suite_ctr_drbg.function243 /* Set reseed interval before seed */
A Dtest_suite_psa_crypto_slot_management.data102 Attempt to overwrite: close before
A Dtest_suite_asn1parse.data556 AlgorithmIdentifier, truncated before OID
A Dtest_suite_ssl.function997 * connected before calling this function.
1017 /* If /p second_ssl ends the handshake procedure before /p ssl then
1836 /* Ensure that the buffer sizes are appropriate before resizes */
1930 /* Ensure that the buffer sizes are appropriate before resizes */
1994 /* Ensure that the buffer sizes are appropriate before resizes */
3168 * with plenty of space before and after the data
3598 * Modify each byte of the pre-encryption record before encrypting and
3629 * (and before that, than the buffer minus the size of the MAC), to make
/mbedtls-development/tests/data_files/base64/
A Ddef_b64_too_big_3.txt1 // Context with added '1234' before '==' add the end to simulate too much data in the base64 code
A Ddef_bad_b64.txt1 // Context with added extra 'A' before '==' add the end to simulate bad length of base64 code
/mbedtls-development/tests/data_files/dir4/
A DReadme34 … integrated into another hierarchy. In this case the certificates issued before the integration wi…
/mbedtls-development/tests/data_files/
A DReadme-x509.txt78 -future.crt: S5 with "not before" date in the future
87 -future.crt: S7 with "not before" date in the future + I1
/mbedtls-development/
A DBRANCHES.md59 before, is in case those goals would conflict with fixing a security issue, we
A DChangeLog1098 Heartbleed) we need to zeroize them before exiting the function.
1154 before).
1853 * Fix compiler warning of 'use before initialisation' in
2270 * Fix variable used before assignment compilation warnings with IAR
2418 before they are pushed.
2946 ssl_config structure before calling it.
3568 * crypt_and_hash app checks MAC before final decryption
3806 * crypt_and_hash app checks MAC before final decryption
4208 before version numbers
4280 before parsing a key or keyfile!
[all …]
A DCONTRIBUTING.md10 …pment/mbedtls-coding-standards), and that contributions are fully tested before submission, as men…
/mbedtls-development/docs/architecture/
A Dmbed-crypto-storage-specification.md156 ### Suggested changes to make before 1.0.0
205 * The layout of a key file now has a lifetime field before the type field.
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md358 * The core sets `*bits` to `psa_get_key_bits(attributes)` before calling the `"import_key"` entry p…
432 …ations, the initialization of the PSA Cryptography subsystem takes place before or during the firs…
494 …atory): the minimum number of bytes of entropy that the core must supply before the driver can out…
568 … once with a total of at least `"initial_entropy_size"` bytes of entropy before it calls `"get_ran…
575 …opy"` method to supply at least `"reseed_entropy_size"` bytes of entropy before calling `"get_rand…
673 …a_generate_key()`, `psa_key_derivation_output_key()` or `psa_copy_key()` before creating a key in …
715 If a failure occurs after the `"allocate_key"` step but before the call to the second driver entry …
749 …locate_key"` entry point with the same attributes on the same key buffer before calling the key cr…
780 The core loads the persistent state in memory before it calls the driver's [init entry point](#driv…
794 …ust call this function after updating the persistent state in memory and before returning from the…
/mbedtls-development/docs/
A D3.0-migration-guide.md26 * In build tools, edit `mbedtls_config.h`, or edit `MBEDTLS_CONFIG_FILE` as before.
45 … of a structure are public, future versions may add new fields. Also, as before, some public field…
128 This only affects people who've been using Mbed TLS since before version 2.0
219 … long as the input remains block-aligned, the output length is exactly the input length, as before.
299 | name before this change | after the change |
/mbedtls-development/doxygen/
A 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.
/mbedtls-development/docs/architecture/testing/
A Dpsa-storage-format-testing.md35 Test cases should normally not be removed from the code base: if something has worked before, it sh…
A Ddriver-interface-test-strategy.md85 * For each potential interruption point (before M<sub>1</sub>, between M<sub>1</sub> and M<sub>2</s…

Completed in 35 milliseconds

12