Searched refs:pattern (Results 1 – 17 of 17) sorted by relevance
/openssl/test/recipes/ |
H A D | tconversion.pl | 116 my ($file, $pattern) = @_; 121 return m/$pattern/ ? 1 : 0; 125 my ($desc, $file, $pattern, $expected) = @_; 127 return is(file_contains($file, $pattern), $expected, 128 "$desc should ".($expected ? "" : "not ")."contain '$pattern'"); 132 my ($cert, $pattern, $expected, $name) = @_; 135 return test_file_contains(($name ? "$name: " : "").$cert, $out, $pattern, $expected);
|
/openssl/crypto/x509/ |
H A D | v3_utl.c | 584 const unsigned char *pattern = *p; in skip_prefix() local 596 while (pattern_len > subject_len && *pattern) { in skip_prefix() 598 *pattern == '.') in skip_prefix() 600 ++pattern; in skip_prefix() 606 *p = pattern; in skip_prefix() 620 unsigned char l = *pattern; in equal_nocase() 634 ++pattern; in equal_nocase() 649 return !memcmp(pattern, subject, pattern_len); in equal_case() 817 star = valid_star(pattern, pattern_len, flags); in equal_wildcard() 819 return equal_nocase(pattern, pattern_len, in equal_wildcard() [all …]
|
/openssl/crypto/chacha/asm/ |
H A D | chacha-armv8-sve.pl | 880 my %pattern = ( 1095 … return &verify_inst($opcode_pred{$mnemonic}|($tsize{$isize}<<22)|$pg|($pattern{$regs}<<5), $inst); 1114 …return &verify_inst($opcode_unpred{$mnemonic}|$1|($pattern{$2}<<5)|(2<<12)|(($3 - 1)<<16)|0xE000, … 1116 return &verify_inst($opcode_unpred{$mnemonic}|$1|($pattern{$2}<<5)|(($3 - 1)<<16)|0xC000, $inst); 1122 return &verify_inst($opcode_unpred{$mnemonic}|$1|($pattern{$2}<<5)|(($3 - 1)<<16), $inst);
|
/openssl/doc/man3/ |
H A D | OSSL_CMP_STATUSINFO_new.pod | 30 and interprets I<fail_info> as bit pattern for the failInfo field.
|
H A D | EVP_PKEY_CTX_get_algor.pod | 5 This page collects all existing functions with this pattern:
|
H A D | OSSL_SELF_TEST_new.pod | 153 Multiple self test's can be set up in a similar way by repeating the pattern of
|
H A D | X509_check_host.pod | 109 for "*" as wildcard pattern in labels that have a prefix or suffix,
|
/openssl/doc/designs/ddd/ |
H A D | REPORT.md | 67 as this is a common application usage pattern. 240 usage pattern for applications. Managing this pattern for QUIC is more elaborate 332 sophistication of each demo and the kind of application usage pattern it
|
/openssl/doc/man7/ |
H A D | ossl_store.pod | 21 The functionality supports the pattern "open a channel to the
|
H A D | ossl-guide-libcrypto-introduction.pod | 66 These fetching functions follow a fairly common pattern, where three 276 Most of these follow a common pattern. A "context" object is first created. For
|
/openssl/ |
H A D | Configure | 372 my $pattern = catfile(dirname($0), "Configurations", "*.conf"); 373 foreach (sort glob($pattern)) { 381 $pattern = $local_config_envname . ':' . '*.conf'; 383 $pattern = catfile(env($local_config_envname), '*.conf'); 386 foreach (sort glob($pattern)) {
|
H A D | CHANGES.md | 11924 as a pattern and match "AES128-SHA" too (since AES128-SHA got 13192 squares and multiplies and the memory access pattern are
|
/openssl/doc/internal/man3/ |
H A D | ossl_cmp_print_log.pod | 66 according to the pattern OSSL_CMP_LOG_START#level ": %s\n", filling in
|
/openssl/include/openssl/ |
H A D | cmp.h.in | 141 # error CMP_PKIFAILUREINFO_MAX bit pattern does not fit in type int
|
/openssl/doc/designs/quic-design/ |
H A D | quic-io-arch.md | 106 - This usage pattern precludes multithreaded use barring some locking scheme 440 continue the pattern here.)
|
H A D | dgram-api.md | 445 But since this seems a very strange API usage pattern, we may just want to fail
|
H A D | record-layer.md | 75 is a common pattern in the OpenSSL codebase. Different strategies for
|
Completed in 63 milliseconds