Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 30) sorted by relevance

12

/mbedtls-latest/tests/suites/
Dtest_suite_asn1write.function473 mbedtls_asn1_named_data *found = NULL;
487 found = mbedtls_asn1_store_named_data(&head,
498 /* position should have been found and modified. */
500 TEST_ASSERT(found == pointers[position]);
503 TEST_ASSERT(found == head);
506 TEST_ASSERT(found != &nd[i]);
511 if (found != NULL && found == head && found != pointers[from]) {
512 mbedtls_free(found->oid.p);
513 mbedtls_free(found);
527 mbedtls_asn1_named_data *found = NULL;
[all …]
Dtest_suite_asn1write.data346 Store named data: not found
367 Store named data: found, null to zero
370 Store named data: found, null to data
373 Store named data: found, data to zero
376 Store named data: found, smaller data
379 Store named data: found, same-size data
382 Store named data: found, larger data
Dmain_test.function70 * \return 0 if exp_id is found. 1 otherwise.
154 * \return DISPATCH_TEST_SUCCESS if found
155 * DISPATCH_TEST_FN_NOT_FOUND if not found
192 * \return DISPATCH_TEST_SUCCESS if found
193 * DISPATCH_TEST_FN_NOT_FOUND if not found
Dhelpers.function36 #define KEY_VALUE_MAPPING_FOUND 0 /* Integer expression found */
39 #define KEY_VALUE_MAPPING_NOT_FOUND -1 /* Integer expression not found */
41 #define DISPATCH_TEST_FN_NOT_FOUND -3 /* Test function not found */
Dtest_suite_md.function183 int found = 0;
186 found = 1;
189 TEST_EQUAL(found, 1);
Dhost_test.function129 * \param params Out params found
132 * \return Count of strings found.
199 * \param params Out array of found parameters.
418 mbedtls_fprintf(outcome_file, "FAIL;Test function not found");
Dtest_suite_asn1parse.function698 const mbedtls_asn1_named_data *found;
708 found = mbedtls_asn1_find_named_data((const mbedtls_asn1_named_data *) pointers[from],
711 TEST_ASSERT(found == pointers[position]);
Dtest_suite_asn1parse.data589 Find named data: not found
/mbedtls-latest/tests/scripts/
Dcomponents-basic-checks.sh87 found="check-test-deps-found-$$"
95 sort -u > $found
125 diff -U0 $expected $found
127 rm $found $expected
Dcheck_names.py888 found = name_match.name in all_caps_names
895 found = name_match.name.replace(
899 if not found and not typo_exclusion.search(name_match.name):
/mbedtls-latest/library/
Dssl_cache.c156 goto found; in ssl_cache_pick_writing_slot()
172 goto found; in ssl_cache_pick_writing_slot()
198 goto found; in ssl_cache_pick_writing_slot()
227 found: in ssl_cache_pick_writing_slot()
Dssl_tls13_client.c383 int found = 0; in ssl_tls13_parse_hrr_key_share_ext() local
412 found = 1; in ssl_tls13_parse_hrr_key_share_ext()
419 found = 1; in ssl_tls13_parse_hrr_key_share_ext()
432 if (found == 0 || selected_group == ssl->handshake->offered_group_id) { in ssl_tls13_parse_hrr_key_share_ext()
Drsa.c484 mbedtls_ct_condition_t found = mbedtls_ct_uint_eq(input[i], 0); in mbedtls_ct_rsaes_pkcs1_v15_unpadding() local
485 pad_done = mbedtls_ct_bool_or(pad_done, found); in mbedtls_ct_rsaes_pkcs1_v15_unpadding()
/mbedtls-latest/scripts/
Dgenerate_errors.pl58 my $found = 0;
86 ++$found;
88 if ($found) {
/mbedtls-latest/
DChangeLog916 was found by TrustInSoft Analyzer during REDOCS'22) and #1120.
1116 Fixes 'file not found with <angled> include' error
1839 More details on PCKS#11 wrapper removal can be found in the mailing list
2307 Many thanks to guidovranken who found this issue via differential fuzzing
2444 fixes a local Lucky 13 cache attack found and reported by Tuba Yavuz,
3080 * Remove the mbedtls namespacing from the header file, to fix a "file not found"
3411 (found by Catena cyber using oss-fuzz)
3487 * Fix a memory leak in mbedtls_x509_csr_parse(), found by catenacyber,
3543 curves as well as RSA. Fixes #777 found by dbedev.
4377 * Removed potential leak in mbedtls_rsa_rsassa_pkcs1_v15_sign(), found by
[all …]
DBUGS.md7 If you think you've found a bug in Mbed TLS, please follow these steps:
DCONTRIBUTING.md8 More details on all of these points may be found in the sections below.
53 The list of maintained branches can be found in the [Current Branches section
DBRANCHES.md65 crypto that was found to be weak) may need to be changed. In case security
DSECURITY.md3 If you think you have found an Mbed TLS security vulnerability, then please
/mbedtls-latest/programs/test/
Dbenchmark.c491 const mbedtls_ecp_curve_info *found = in set_ecp_curve() local
493 if (found != NULL) { in set_ecp_curve()
494 *curve = *found; in set_ecp_curve()
/mbedtls-latest/docs/proposed/
Dpsa-driver-wrappers-codegen-migration-guide.md32 (3) The driver JSONS to be used for generating the psa_crypto_driver_wrappers.h file can be found a…
/mbedtls-latest/scripts/data_files/
Dquery_config.fmt111 CHECK_CONFIG /* If the symbol is not found, return an error */
/mbedtls-latest/docs/
Dpsa-driver-example-and-guide.md46 … file for the test driver. However, the source for the test driver can be found under `tests/src/d…
154 The driver entry point functions can be found in `p256m_driver_entrypoints.[hc]`. These functions a…
/mbedtls-latest/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md206 …ose state is `PSA_SLOT_EMPTY`. If found, it reserves the slot by setting its state to `PSA_SLOT_FI…
207 …his function wraps around `psa_reserve_free_key_slot`, if a slot has been found then the slot id i…
/mbedtls-latest/docs/architecture/psa-migration/
Dpsa-limitations.md49 parameters (P and G) in its ServerKeyExchange message. This has been found to

12