Home
last modified time | relevance | path

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

/openssl/test/recipes/
H A Dtconversion.pl117 my $pattern = shift @_;
122 return m/$pattern/ ? 1 : 0;
127 my $pattern = shift @_;
132 is(file_contains($out, $pattern), $expected, ($name ? "$name: " : "").
133 "$cert should ".($expected ? "" : "not ")."contain: \"$pattern\"");
/openssl/crypto/x509/
H A Dv3_utl.c584 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 Dchacha-armv8-sve.pl880 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 DOSSL_CMP_STATUSINFO_new.pod30 and interprets I<fail_info> as bit pattern for the failInfo field.
H A DOSSL_SELF_TEST_new.pod153 Multiple self test's can be set up in a similar way by repeating the pattern of
H A DX509_check_host.pod109 for "*" as wildcard pattern in labels that have a prefix or suffix,
/openssl/doc/designs/ddd/
H A DREPORT.md67 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 Dossl_store.pod21 The functionality supports the pattern "open a channel to the
H A Dossl-guide-libcrypto-introduction.pod66 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 DConfigure373 my $pattern = catfile(dirname($0), "Configurations", "*.conf");
374 foreach (sort glob($pattern)) {
382 $pattern = $local_config_envname . ':' . '*.conf';
384 $pattern = catfile(env($local_config_envname), '*.conf');
387 foreach (sort glob($pattern)) {
H A DCHANGES.md11734 as a pattern and match "AES128-SHA" too (since AES128-SHA got
13002 squares and multiplies and the memory access pattern are
/openssl/doc/internal/man3/
H A Dossl_cmp_print_log.pod66 according to the pattern OSSL_CMP_LOG_START#level ": %s\n", filling in
/openssl/include/openssl/
H A Dcmp.h.in141 # error CMP_PKIFAILUREINFO_MAX bit pattern does not fit in type int
/openssl/doc/designs/quic-design/
H A Dquic-io-arch.md106 - This usage pattern precludes multithreaded use barring some locking scheme
440 continue the pattern here.)
H A Ddgram-api.md445 But since this seems a very strange API usage pattern, we may just want to fail
H A Drecord-layer.md75 is a common pattern in the OpenSSL codebase. Different strategies for

Completed in 101 milliseconds