Home
last modified time | relevance | path

Searched refs:pattern (Results 1 – 17 of 17) sorted by relevance

/mbedtls-latest/tests/scripts/
Dcheck_names.py157 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):
Dtest_config_script.py37 pattern = output_file_name(directory, '*', extension)
38 filenames = glob.glob(pattern)
Dall.sh248 for pattern in $COMMAND_LINE_COMPONENTS; do
262 COMPONENT can be the name of a component or a shell wildcard pattern.
/mbedtls-latest/scripts/
Dgenerate_ssl_debug_helpers.py28 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/
Dtest_suite_psa_crypto_memory.function14 /* Helper to fill a buffer with a data pattern. The pattern is not
Dtest_suite_ssl.function2772 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 …]
Dtest_suite_lmots.function232 /* Fill with recognisable pattern */
Dtest_suite_pkcs1_v15.function180 /* A randomly generated pattern. */
Dtest_suite_pkparse.data1205 # Full inverse of the expected x25519 pattern:
1214 # Full inverse of the expected x448 pattern:
/mbedtls-latest/tests/include/test/
Dssl_helpers.h86 const char *pattern; member
/mbedtls-latest/tests/
DCMakeLists.txt185 # "foo" as a skip pattern skips "test_suite_foo" and "test_suite_foo.bar"
/mbedtls-latest/docs/architecture/
Dalternative-implementations.md91 Note that there are variations on the naming pattern. For example, some configurable functions are …
Dpsa-storage-resilience.md127 …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/
Dpsa-thread-safety.md200 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/
Dssl_helpers.c36 NULL != p->pattern && in mbedtls_test_ssl_log_analyzer()
37 NULL != strstr(str, p->pattern)) { in mbedtls_test_ssl_log_analyzer()
/mbedtls-latest/docs/
Dpsa-transition.md182 The availability of cryptographic mechanisms in the PSA API is based on a systematic pattern:
/mbedtls-latest/
DChangeLog1356 pattern for PSA_WANT_xxx symbols. Previously you had to specify
4984 usage pattern