Searched refs:current (Results 1 – 22 of 22) sorted by relevance
/mbedtls-development/programs/ssl/ |
A D | ssl_context_info.c | 523 mbedtls_x509_crt *current = &crt; in print_deserialized_ssl_cert() local 525 while( current != NULL ) in print_deserialized_ssl_cert() 527 ret = mbedtls_x509_crt_info( str, STRLEN, "\t", current ); in print_deserialized_ssl_cert() 538 current = current->next; in print_deserialized_ssl_cert() 540 if( current ) in print_deserialized_ssl_cert()
|
/mbedtls-development/tests/ |
A D | .gitignore | 7 /suites/test_suite_psa_crypto_storage_format.current.data
|
A D | CMakeLists.txt | 235 add_test_suite(psa_crypto_storage_format psa_crypto_storage_format.current)
|
/mbedtls-development/ |
A D | BRANCHES.md | 9 this is where the current major version of Mbed TLS (version 3.x) is being 44 change is a reasonable extension of the current behavior, i.e. the
|
A D | CONTRIBUTING.md | 53 of BRANCHES.md](BRANCHES.md#current-branches).
|
A D | ChangeLog | 2906 * Add mbedtls_ssl_get_max_frag_len() to query the current maximum fragment 4334 + Improved information about current capabilities,
|
/mbedtls-development/tests/suites/ |
A D | test_suite_psa_crypto_storage_format.function | 156 /* Forward compatibility: save a key in the current format and 181 /* This is the current storage format. Test that we know exactly how
|
A D | test_suite_dhm.data | 28 ## but it's the current undocumented behavior to treat it the same as when
|
A D | helpers.function | 98 * If any slots are in use, mark the current test as failed.
|
A D | test_suite_x509parse.function | 15 than the current threshold 19. To test larger values, please \
|
A D | test_suite_mps.function | 251 * current read buffer, _and_ the reader's accumulator is too small to
|
A D | test_suite_ssl.function | 3334 int seen_success; /* Indicates if in the current mode we've
|
A D | test_suite_psa_crypto.function | 270 * to find a good value for the size. The current implementation doesn't
|
A D | test_suite_psa_crypto.data | 4528 # Test vectors taken from https://www.ietf.org/mail-archive/web/tls/current/msg03416.html
|
/mbedtls-development/docs/ |
A D | use-psa-crypto.md | 3 current effects as well as the parts that aren't covered yet.
|
A D | 3.0-migration-guide.md | 574 are working with current V3 X.509 certificates. 582 current ones. 816 1. Users who manually inspect parts of the current session through 819 2. Users of session resumption who query the current session
|
/mbedtls-development/docs/proposed/ |
A D | psa-conditional-inclusion-c.md | 24 The current model is difficult to adapt to the PSA interface for several reasons. The `MBEDTLS_xxx_… 214 #### Coexistence with the current Mbed TLS configuration
|
A D | psa-driver-interface.md | 725 …ent storage. To allocate a key slot, increment the counter and store the current value in the key … 916 The current plan is for Arm to maintain a registry of vendors and assign a location namespace to ea… 922 The current choice is that the first one is used, which allows having a preference order on drivers…
|
/mbedtls-development/docs/architecture/testing/ |
A D | psa-storage-format-testing.md | 56 This section describes the desired test cases for keys created with the current storage format vers…
|
/mbedtls-development/library/ |
A D | rsa.c | 1559 unsigned char current = buf[n]; in mem_move_to_left() local 1561 buf[n] = if_int( no_op, current, next ); in mem_move_to_left()
|
/mbedtls-development/docs/architecture/ |
A D | mbed-crypto-storage-specification.md | 81 …ILE_LOCATION` allows storing the key files in a directory other than the current directory. This v…
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 55 # where doxygen was started. If left blank the current directory will be used. 578 # doxygen should invoke to get the current version for each file (typically from 1673 # in the modules index. If set to NO, only the current project's groups will 1679 # in the related pages index. If set to NO, only the current project's
|
Completed in 61 milliseconds