Home
last modified time | relevance | path

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

/mbedtls-development/programs/ssl/
A Dssl_context_info.c523 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.gitignore7 /suites/test_suite_psa_crypto_storage_format.current.data
A DCMakeLists.txt235 add_test_suite(psa_crypto_storage_format psa_crypto_storage_format.current)
/mbedtls-development/
A DBRANCHES.md9 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 DCONTRIBUTING.md53 of BRANCHES.md](BRANCHES.md#current-branches).
A DChangeLog2906 * Add mbedtls_ssl_get_max_frag_len() to query the current maximum fragment
4334 + Improved information about current capabilities,
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_storage_format.function156 /* Forward compatibility: save a key in the current format and
181 /* This is the current storage format. Test that we know exactly how
A Dtest_suite_dhm.data28 ## but it's the current undocumented behavior to treat it the same as when
A Dhelpers.function98 * If any slots are in use, mark the current test as failed.
A Dtest_suite_x509parse.function15 than the current threshold 19. To test larger values, please \
A Dtest_suite_mps.function251 * current read buffer, _and_ the reader's accumulator is too small to
A Dtest_suite_ssl.function3334 int seen_success; /* Indicates if in the current mode we've
A Dtest_suite_psa_crypto.function270 * to find a good value for the size. The current implementation doesn't
A Dtest_suite_psa_crypto.data4528 # Test vectors taken from https://www.ietf.org/mail-archive/web/tls/current/msg03416.html
/mbedtls-development/docs/
A Duse-psa-crypto.md3 current effects as well as the parts that aren't covered yet.
A D3.0-migration-guide.md574 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 Dpsa-conditional-inclusion-c.md24 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 Dpsa-driver-interface.md725 …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 Dpsa-storage-format-testing.md56 This section describes the desired test cases for keys created with the current storage format vers…
/mbedtls-development/library/
A Drsa.c1559 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 Dmbed-crypto-storage-specification.md81 …ILE_LOCATION` allows storing the key files in a directory other than the current directory. This v…
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile55 # 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