Searched refs:pattern (Results 1 – 17 of 17) sorted by relevance
/mbedtls-latest/tests/scripts/ |
D | check_names.py | 157 def __init__(self, pattern, match): argument 158 self.pattern = pattern 176 self.pattern 311 for pattern in exclude_wildcards: 312 if fnmatch.fnmatch(path, pattern):
|
D | test_config_script.py | 37 pattern = output_file_name(directory, '*', extension) 38 filenames = glob.glob(pattern)
|
D | all.sh | 248 for pattern in $COMMAND_LINE_COMPONENTS; do 262 COMPONENT can be the name of a component or a shell wildcard pattern.
|
/mbedtls-latest/scripts/ |
D | generate_ssl_debug_helpers.py | 28 pattern = re.compile(string_pattern + r'|' + comment_pattern, 35 return pattern.sub(replacer, string) 55 pattern = re.compile(r"^[ \t]*#[ \t]*" + 85 for match in pattern.finditer(source):
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_memory.function | 14 /* Helper to fill a buffer with a data pattern. The pattern is not
|
D | test_suite_ssl.function | 2772 srv_pattern.pattern = cli_pattern.pattern = "found fragmented DTLS handshake"; 3111 srv_pattern.pattern = cli_pattern.pattern = "cache did not store session"; 3778 server_pattern.pattern = 3785 server_pattern.pattern = 3803 server_pattern.pattern = 3811 server_pattern.pattern = 4802 char pattern[128]; 4848 server_pattern.pattern = pattern; 4856 ret = mbedtls_snprintf(pattern, sizeof(pattern), 4858 TEST_ASSERT(ret < (int) sizeof(pattern)); [all …]
|
D | test_suite_lmots.function | 232 /* Fill with recognisable pattern */
|
D | test_suite_pkcs1_v15.function | 180 /* A randomly generated pattern. */
|
D | test_suite_pkparse.data | 1205 # Full inverse of the expected x25519 pattern: 1214 # Full inverse of the expected x448 pattern:
|
/mbedtls-latest/tests/include/test/ |
D | ssl_helpers.h | 86 const char *pattern; member
|
/mbedtls-latest/tests/ |
D | CMakeLists.txt | 185 # "foo" as a skip pattern skips "test_suite_foo" and "test_suite_foo.bar"
|
/mbedtls-latest/docs/architecture/ |
D | alternative-implementations.md | 91 Note that there are variations on the naming pattern. For example, some configurable functions are …
|
D | psa-storage-resilience.md | 127 …ollow this pattern, with `t` being the file containing the transaction list that the recovery cons… 129 Note that this pattern requires the state of `id` to be modified only once. In particular, if a key…
|
/mbedtls-latest/docs/architecture/psa-thread-safety/ |
D | psa-thread-safety.md | 200 We have defined a set of macros in `library/psa_crypto_core.h` to capture the common pattern of (un… 219 One-shot operations follow a standard pattern when using an existing key: 225 …p" function where the key is passed in, these functions follow the above pattern. The key is copie…
|
/mbedtls-latest/tests/src/test_helpers/ |
D | ssl_helpers.c | 36 NULL != p->pattern && in mbedtls_test_ssl_log_analyzer() 37 NULL != strstr(str, p->pattern)) { in mbedtls_test_ssl_log_analyzer()
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 182 The availability of cryptographic mechanisms in the PSA API is based on a systematic pattern:
|
/mbedtls-latest/ |
D | ChangeLog | 1356 pattern for PSA_WANT_xxx symbols. Previously you had to specify 4984 usage pattern
|