Home
last modified time | relevance | path

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

/openssl-master/test/recipes/
A Dtconversion.pl113 my $pattern = shift @_;
118 return m/$pattern/ ? 1 : 0;
123 my $pattern = shift @_;
128 is(file_contains($out, $pattern), $expected, ($name ? "$name: " : "").
129 "$cert should ".($expected ? "" : "not ")."contain: \"$pattern\"");
/openssl-master/crypto/x509/
A Dv3_utl.c573 const unsigned char *pattern = *p; in skip_prefix() local
585 while (pattern_len > subject_len && *pattern) { in skip_prefix()
587 *pattern == '.') in skip_prefix()
589 ++pattern; in skip_prefix()
595 *p = pattern; in skip_prefix()
609 unsigned char l = *pattern; in equal_nocase()
623 ++pattern; in equal_nocase()
638 return !memcmp(pattern, subject, pattern_len); in equal_case()
806 star = valid_star(pattern, pattern_len, flags); in equal_wildcard()
808 return equal_nocase(pattern, pattern_len, in equal_wildcard()
[all …]
/openssl-master/doc/man3/
A DOSSL_CMP_STATUSINFO_new.pod30 and interprets I<fail_info> as bit pattern for the failInfo field.
A DOSSL_SELF_TEST_new.pod152 Multiple self test's can be set up in a similar way by repeating the pattern of
A DX509_check_host.pod108 for "*" as wildcard pattern in labels that have a prefix or suffix,
/openssl-master/doc/man7/
A Dossl_store.pod21 The functionality supports the pattern "open a channel to the
A Dcrypto.pod137 These fetching functions follow a fairly common pattern, where three
366 Most of these follow a common pattern. A "context" object is first created. For
/openssl-master/ssl/record/
A DREADME.md26 The RECORD_LAYER component is a facade pattern, i.e. it provides a simplified
/openssl-master/
A DConfigure362 my $pattern = catfile(dirname($0), "Configurations", "*.conf");
363 foreach (sort glob($pattern)) {
371 $pattern = $local_config_envname . ':' . '*.conf';
373 $pattern = catfile(env($local_config_envname), '*.conf');
376 foreach (sort glob($pattern)) {
A DCHANGES.md9985 as a pattern and match "AES128-SHA" too (since AES128-SHA got
11253 squares and multiplies and the memory access pattern are
/openssl-master/doc/internal/man3/
A Dossl_cmp_print_log.pod66 according to the pattern OSSL_CMP_LOG_START#level ": %s\n", filling in
/openssl-master/include/openssl/
A Dcmp.h.in139 # error CMP_PKIFAILUREINFO_MAX bit pattern does not fit in type int

Completed in 37 milliseconds