Searched refs:current (Results 1 – 25 of 37) sorted by relevance
12
/mbedtls-latest/tests/suites/ |
D | test_suite_platform.function | 46 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;
|
D | test_suite_psa_crypto_storage_format.function | 227 /* Forward compatibility: save a key in the current format and 252 /* This is the current storage format. Test that we know exactly how
|
D | test_suite_dhm.data | 28 ## but it's the current undocumented behavior to treat it the same as when
|
D | test_suite_bignum_core.function | 1033 mbedtls_mpi_uint *current = table + i * limbs; 1050 current, limbs * sizeof(*current)); 1217 * reasonable range. The current calculation works out as
|
D | test_suite_bignum_mod_raw.function | 508 * reasonable range. The current calculation works out as
|
D | test_suite_psa_crypto_pake.function | 546 * - in case of success following functions depend on the current one
|
/mbedtls-latest/programs/ssl/ |
D | ssl_context_info.c | 463 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/ |
D | constant_time.c | 160 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 | .gitignore | 25 #/suites/test_suite_psa_crypto_storage_format.current.data
|
/mbedtls-latest/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 105 …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… 119 …current or upcoming PSA standard, pick a value with the `VENDOR` flag set. If Mbed TLS defines an …
|
D | mbed-crypto-storage-specification.md | 83 …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…
|
D | psa-keystore-design.md | 163 …current slot. This fact is the reason for the encoding: a slice freshly obtained from `calloc` has…
|
D | tls13-support.md | 390 `MBEDTLS_ERR_SSL_WANT_READ` without changing the current state and it will be
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-integration-guide.md | 5 For a description of the current state of drivers Mbed TLS, see our [PSA Cryptoprocessor driver dev…
|
D | psa-driver-wrappers-codegen-migration-guide.md | 7 For a practical guide with a description of the current state of drivers Mbed TLS, see our [PSA Cry…
|
D | psa-driver-developer-guide.md | 5 For a description of the current state of drivers Mbed TLS, see our [PSA Cryptoprocessor driver dev…
|
D | psa-conditional-inclusion-c.md | 24 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/ |
D | common.make | 39 ## Remove the preprocessor symbols that are set in the current configuration
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | psa-limitations.md | 1 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
|
D | strategy.md | 127 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
|
D | md-cipher-dispatch.md | 12 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/ |
D | BRANCHES.md | 60 change is a reasonable extension of the current behavior, i.e. the
|
D | CONTRIBUTING.md | 54 of BRANCHES.md](BRANCHES.md#current-branches).
|
/mbedtls-latest/docs/ |
D | 3.0-migration-guide.md | 602 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/ |
D | psa-storage-format-testing.md | 56 This section describes the desired test cases for keys created with the current storage format vers…
|
12