Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 37) sorted by relevance

12

/mbedtls-latest/tests/suites/
Dtest_suite_platform.function46 mbedtls_ms_time_t current = mbedtls_ms_time();
47 (void) current;
56 mbedtls_time_t current = mbedtls_time(NULL);
57 (void) current;
66 mbedtls_ms_time_t current = mbedtls_ms_time();
78 elapsed_ms = mbedtls_ms_time() - current;
96 mbedtls_time_t current = mbedtls_time(NULL);
101 elapsed_secs = mbedtls_time(NULL) - current;
Dtest_suite_psa_crypto_storage_format.function227 /* Forward compatibility: save a key in the current format and
252 /* This is the current storage format. Test that we know exactly how
Dtest_suite_dhm.data28 ## but it's the current undocumented behavior to treat it the same as when
Dtest_suite_bignum_core.function1033 mbedtls_mpi_uint *current = table + i * limbs;
1050 current, limbs * sizeof(*current));
1217 * reasonable range. The current calculation works out as
Dtest_suite_bignum_mod_raw.function508 * reasonable range. The current calculation works out as
Dtest_suite_psa_crypto_pake.function546 * - in case of success following functions depend on the current one
/mbedtls-latest/programs/ssl/
Dssl_context_info.c463 mbedtls_x509_crt *current = &crt; in print_deserialized_ssl_cert() local
465 while (current != NULL) { in print_deserialized_ssl_cert()
466 ret = mbedtls_x509_crt_info(str, STRLEN, "\t", current); in print_deserialized_ssl_cert()
474 current = current->next; in print_deserialized_ssl_cert()
476 if (current) { in print_deserialized_ssl_cert()
/mbedtls-latest/library/
Dconstant_time.c160 unsigned char current = buf[n]; in mbedtls_ct_memmove_left() local
162 buf[n] = mbedtls_ct_uint_if(no_op, current, next); in mbedtls_ct_memmove_left()
/mbedtls-latest/tests/
D.gitignore25 #/suites/test_suite_psa_crypto_storage_format.current.data
/mbedtls-latest/docs/architecture/
Dpsa-crypto-implementation-structure.md105 …mechanisms that are accessible through `psa_xxx` APIs in in Mbed TLS are current or upcoming PSA s…
113 Functions that are part of the current or upcoming API are declared in `include/psa/crypto.h`, apar…
119current or upcoming PSA standard, pick a value with the `VENDOR` flag set. If Mbed TLS defines an …
Dmbed-crypto-storage-specification.md83 …ILE_LOCATION` allows storing the key files in a directory other than the current directory. This v…
185 …ORAGE_PREFIX` allows storing the key files in a directory other than the current directory. This v…
392 …ORAGE_PREFIX` allows storing the key files in a directory other than the current directory. This v…
Dpsa-keystore-design.md163current slot. This fact is the reason for the encoding: a slice freshly obtained from `calloc` has…
Dtls13-support.md390 `MBEDTLS_ERR_SSL_WANT_READ` without changing the current state and it will be
/mbedtls-latest/docs/proposed/
Dpsa-driver-integration-guide.md5 For a description of the current state of drivers Mbed TLS, see our [PSA Cryptoprocessor driver dev…
Dpsa-driver-wrappers-codegen-migration-guide.md7 For a practical guide with a description of the current state of drivers Mbed TLS, see our [PSA Cry…
Dpsa-driver-developer-guide.md5 For a description of the current state of drivers Mbed TLS, see our [PSA Cryptoprocessor driver dev…
Dpsa-conditional-inclusion-c.md24 The current model is difficult to adapt to the PSA interface for several reasons. The `MBEDTLS_xxx_…
223 #### Coexistence with the current Mbed TLS configuration
/mbedtls-latest/scripts/
Dcommon.make39 ## Remove the preprocessor symbols that are set in the current configuration
/mbedtls-latest/docs/architecture/psa-migration/
Dpsa-limitations.md1 This document lists current limitations of the PSA Crypto API (as of version
57 option, so the current PSA Crypto API is a good match for that. (Not
Dstrategy.md127 current strategy is to keep using those identifiers in most of the code, in
427 slot only when needed (see current `ecdsa_verify_wrap` when
Dmd-cipher-dispatch.md12 A difference between the original strategy and the current one is that in this work, we are not tre…
231 … is not possible](#why-psa-is-not-always-possible): either make sure the current behavior is prese…
/mbedtls-latest/
DBRANCHES.md60 change is a reasonable extension of the current behavior, i.e. the
DCONTRIBUTING.md54 of BRANCHES.md](BRANCHES.md#current-branches).
/mbedtls-latest/docs/
D3.0-migration-guide.md602 are working with current V3 X.509 certificates.
610 current ones.
844 1. Users who manually inspect parts of the current session through
847 2. Users of session resumption who query the current session
/mbedtls-latest/docs/architecture/testing/
Dpsa-storage-format-testing.md56 This section describes the desired test cases for keys created with the current storage format vers…

12