Home
last modified time | relevance | path

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

12

/mbedtls/tests/suites/
A Dtest_suite_asn1write.function503 TEST_ASSERT(found == head);
511 if (found != NULL && found == head && found != pointers[from]) {
513 mbedtls_free(found);
545 TEST_ASSERT(found == head);
548 TEST_MEMORY_COMPARE(found->val.p, found->val.len,
580 TEST_ASSERT(found != NULL);
581 TEST_ASSERT(found == head);
583 TEST_MEMORY_COMPARE(found->oid.p, found->oid.len, oid, oid_len);
590 TEST_MEMORY_COMPARE(found->val.p, found->val.len,
595 if (found != NULL) {
[all …]
A 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
A 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 */
A 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
A Dtest_suite_md.function183 int found = 0;
186 found = 1;
189 TEST_EQUAL(found, 1);
A 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");
A 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]);
A Dtest_suite_asn1parse.data589 Find named data: not found
/mbedtls/scripts/
A Dgenerate_errors.pl58 my $found = 0;
86 ++$found;
88 if ($found) {
A Dcommon.make11 $(MBEDTLS_PATH)/framework/exported.make not found.
/mbedtls/library/
A 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()
A 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()
A DMakefile16 $(MBEDTLS_PATH)/framework/exported.make not found.
/mbedtls/
A DChangeLog4322 (found by Benoit Lecocq).
4324 installed (found by Rawi666).
4796 size (found by TrustInSoft)
4845 (found by Matthew Page)
4861 (found by Barry K. Nathan)
4899 (found by Gergely Budai)
5289 size (found by TrustInSoft)
5759 (found by Mads Kiilerich)
5765 found by Boris Krasnovskiy)
5855 (found by Frank de Brabander)
[all …]
A DBUGS.md7 If you think you've found a bug in Mbed TLS, please follow these steps:
A DMakefile10 $(MBEDTLS_PATH)/framework/exported.make not found.
A 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
A DBRANCHES.md65 crypto that was found to be weak) may need to be changed. In case security
A DSECURITY.md3 If you think you have found an Mbed TLS security vulnerability, then please
/mbedtls/tests/scripts/
A 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/programs/test/
A 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/docs/proposed/
A 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/scripts/data_files/
A Dquery_config.fmt111 CHECK_CONFIG /* If the symbol is not found, return an error */
/mbedtls/docs/
A 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/docs/architecture/psa-thread-safety/
A 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…

Completed in 58 milliseconds

12