Searched refs:pattern (Results 1 – 12 of 12) sorted by relevance
/openssl-master/test/recipes/ |
A D | tconversion.pl | 113 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 D | v3_utl.c | 573 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 D | OSSL_CMP_STATUSINFO_new.pod | 30 and interprets I<fail_info> as bit pattern for the failInfo field.
|
A D | OSSL_SELF_TEST_new.pod | 152 Multiple self test's can be set up in a similar way by repeating the pattern of
|
A D | X509_check_host.pod | 108 for "*" as wildcard pattern in labels that have a prefix or suffix,
|
/openssl-master/doc/man7/ |
A D | ossl_store.pod | 21 The functionality supports the pattern "open a channel to the
|
A D | crypto.pod | 137 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 D | README.md | 26 The RECORD_LAYER component is a facade pattern, i.e. it provides a simplified
|
/openssl-master/ |
A D | Configure | 362 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 D | CHANGES.md | 9985 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 D | ossl_cmp_print_log.pod | 66 according to the pattern OSSL_CMP_LOG_START#level ": %s\n", filling in
|
/openssl-master/include/openssl/ |
A D | cmp.h.in | 139 # error CMP_PKIFAILUREINFO_MAX bit pattern does not fit in type int
|
Completed in 37 milliseconds