Home
last modified time | relevance | path

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

/mbedtls-development/tests/suites/
A Dtest_suite_asn1write.function373 TEST_ASSERT( found == head );
380 if( found != NULL && found == head && found != pointers[from] )
383 mbedtls_free( found );
416 TEST_ASSERT( found == head );
419 ASSERT_COMPARE( found->val.p, found->val.len,
450 TEST_ASSERT( found != NULL );
451 TEST_ASSERT( found == head );
453 ASSERT_COMPARE( found->oid.p, found->oid.len, oid, oid_len );
461 ASSERT_COMPARE( found->val.p, found->val.len,
466 if( found != NULL )
[all …]
A Dmain_test.function70 * \return 0 if exp_id is found. 1 otherwise.
156 * \return DISPATCH_TEST_SUCCESS if found
157 * DISPATCH_TEST_FN_NOT_FOUND if not found
198 * \return DISPATCH_TEST_SUCCESS if found
199 * DISPATCH_TEST_FN_NOT_FOUND if not found
A Dtest_suite_asn1write.data337 Store named data: not found
358 Store named data: found, null to zero
361 Store named data: found, null to data
364 Store named data: found, data to zero
367 Store named data: found, smaller data
370 Store named data: found, same-size data
373 Store named data: found, larger data
A Dhelpers.function63 #define KEY_VALUE_MAPPING_FOUND 0 /* Integer expression found */
66 #define KEY_VALUE_MAPPING_NOT_FOUND -1 /* Integer expression not found */
68 #define DISPATCH_TEST_FN_NOT_FOUND -3 /* Test function not found */
A Dtest_suite_md.function110 int found;
120 found = 0;
123 found = 1;
124 TEST_ASSERT( found == 1 );
A Dhost_test.function155 * \param params Out params found
158 * \return Count of strings found.
236 * \param params Out array of found parameters.
477 mbedtls_fprintf( outcome_file, "FAIL;Test function not found" );
A Dtest_suite_asn1parse.function723 const mbedtls_asn1_named_data *found;
731 found = mbedtls_asn1_find_named_data( (const mbedtls_asn1_named_data*) pointers[from],
734 TEST_ASSERT( found == pointers[position] );
A Dtest_suite_asn1parse.data589 Find named data: not found
A Dtest_suite_ssl.function4563 srv_pattern.pattern = cli_pattern.pattern = "found fragmented DTLS handshake";
/mbedtls-development/scripts/
A Dgenerate_errors.pl70 my $found = 0;
98 ++$found;
100 if ($found) {
/mbedtls-development/library/
A Dssl_cache.c155 goto found; in ssl_cache_pick_writing_slot()
173 goto found; in ssl_cache_pick_writing_slot()
199 goto found; in ssl_cache_pick_writing_slot()
227 found: in ssl_cache_pick_writing_slot()
/mbedtls-development/
A DChangeLog2871 (found by Benoit Lecocq).
2873 installed (found by Rawi666).
3345 size (found by TrustInSoft)
3394 (found by Matthew Page)
3410 (found by Barry K. Nathan)
3448 (found by Gergely Budai)
3838 size (found by TrustInSoft)
4308 (found by Mads Kiilerich)
4314 found by Boris Krasnovskiy)
4404 (found by Frank de Brabander)
[all …]
A DSECURITY.md3 If you think you have found an Mbed TLS security vulnerability, then please
A DBUGS.md7 If you think you've found a bug in Mbed TLS, please follow these steps:
A DBRANCHES.md49 crypto that was found to be weak) may need to be changed. In case security
A DCONTRIBUTING.md52 The list of maintained branches can be found in the [Current Branches section
/mbedtls-development/tests/scripts/
A Dcheck_names.py785 found = name_match.name in all_caps_names
792 found = name_match.name.replace(
796 if not found and not typo_exclusion.search(name_match.name):
/mbedtls-development/programs/test/
A Dbenchmark.c521 const mbedtls_ecp_curve_info *found = in set_ecp_curve() local
523 if( found != NULL ) in set_ecp_curve()
525 *curve = *found; in set_ecp_curve()
/mbedtls-development/scripts/data_files/
A Dquery_config.fmt117 CHECK_CONFIG /* If the symbol is not found, return an error */
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile97 # in this list, if found as the leading text of the brief description, will be
425 # documentation blocks found inside the body of a function.
1287 # of to a relative location where the documentation can be found.
1570 # evaluate all C-preprocessor directives found in the sources and include
1589 # pointed to by INCLUDE_PATH will be searched when a #include is found.
1629 # The macro definition that is found in the sources will be used.
1631 # overrules the definition found in the source code.
1705 # the mscgen tool resides. If left empty the tool is assumed to be found in the
1850 # found. If left blank, it is assumed the dot tool can be found in the path.
/mbedtls-development/docs/
A D3.0-migration-guide.md397 alternatives to be found in literature.

Completed in 37 milliseconds