Searched refs:string (Results 1 – 10 of 10) sorted by relevance
/tests/suites/ |
A D | test_suite_x509write.data | 257 # 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 D | test_suite_x509_oid.function | 5 #include "string.h"
|
A D | test_suite_x509parse.data | 2320 # 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 D | test_suite_debug.function | 3 #include "string.h"
|
A D | test_suite_x509parse.function | 19 #include "string.h"
|
A D | test_suite_ssl.function | 1870 #define MBEDTLS_SSL_TLS1_3_LABEL(name, string) \ 1968 #define MBEDTLS_SSL_TLS1_3_LABEL(name, string) \
|
A D | test_suite_ssl.data | 2742 # Tests the case where context isn't yet hashed (empty string here,
|
/tests/ |
A D | CMakeLists.txt | 23 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 D | run-test-suites.pl | 75 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 D | ssl_helpers.h | 78 #define MBEDTLS_SSL_TLS1_3_LABEL(name, string) \ argument
|
Completed in 50 milliseconds