Home
last modified time | relevance | path

Searched refs:string (Results 1 – 10 of 10) sorted by relevance

/tests/suites/
A Dtest_suite_x509write.data257 # Note: the behaviour is incorrect, output from string->names->string should be
293 OID from numeric string - hardware module name
296 OID from numeric string - multi-byte subidentifier
299 OID from numeric string - second component greater than 39
302 OID from numeric string - multi-byte first subidentifier
305 OID from numeric string - empty string input
308 OID from numeric string - first component not a number
311 OID from numeric string - second component not a number
314 OID from numeric string - first component too large
320 OID from numeric string - third component not a number
[all …]
A Dtest_suite_x509_oid.function5 #include "string.h"
A Dtest_suite_x509parse.data2320 # signature = empty bit string in DER encoding
3029 X509 CSR ASN.1 (bad sig: not a bit string)
3439 OID get numeric string - hardware module name
3442 OID get numeric string - multi-byte subidentifier
3454 OID get numeric string - empty oid buffer
3460 OID get numeric string - 0.39
3463 OID get numeric string - 1.0
3466 OID get numeric string - 1.39
3469 OID get numeric string - 2.0
3476 OID get numeric string - 32-bit overflow
[all …]
A Dtest_suite_debug.function3 #include "string.h"
A Dtest_suite_x509parse.function19 #include "string.h"
A Dtest_suite_ssl.function1870 #define MBEDTLS_SSL_TLS1_3_LABEL(name, string) \
1968 #define MBEDTLS_SSL_TLS1_3_LABEL(name, string) \
A Dtest_suite_ssl.data2742 # Tests the case where context isn't yet hashed (empty string here,
/tests/
A DCMakeLists.txt23 string(REGEX REPLACE "[^;]*/" ""
30 string(REGEX REPLACE "([^;]+)" "suites/\\1"
105 string(REGEX REPLACE "[ ,;]" "|" SKIP_TEST_SUITES_REGEX "${SKIP_TEST_SUITES}")
106 string(REPLACE "." "\\." SKIP_TEST_SUITES_REGEX "${SKIP_TEST_SUITES_REGEX}")
125 string(SUBSTRING ${generated_data_name} 11 -1 generated_data_name)
217 string(REGEX REPLACE "\\.data\$" "" data_name "${data_name}")
218 string(REPLACE "test_suite_" "" data_name "${data_name}")
219 string(REGEX MATCH "[^.]*" function_name "${data_name}")
/tests/scripts/
A Drun-test-suites.pl75 my( $width, $padchar, $string ) = @_;
76 my $padlen = ( $width - length( $string ) - 2 ) / 2;
77 print $padchar x( $padlen ), " $string ", $padchar x( $padlen ), "\n";
/tests/include/test/
A Dssl_helpers.h78 #define MBEDTLS_SSL_TLS1_3_LABEL(name, string) \ argument

Completed in 50 milliseconds