/openssl/crypto/ |
H A D | trace.c | 180 char *suffix; member 282 trace_channels[category].suffix = NULL; in set_trace_data() 298 if (suffix != NULL && *suffix != NULL) { in set_trace_data() 322 if (suffix != NULL && *suffix != NULL) { in set_trace_data() 323 attach_cb(category, SUFFIX, *suffix); in set_trace_data() 343 const char *suffix = NULL; in ossl_trace_cleanup() local 353 &prefix, &suffix, in ossl_trace_cleanup() 508 char *suffix = NULL; in OSSL_trace_end() local 513 suffix = trace_channels[category].suffix; in OSSL_trace_end() 519 if (suffix != NULL) { in OSSL_trace_end() [all …]
|
/openssl/test/ |
H A D | bio_base64_test.c | 25 char *suffix; member 151 static int genb64(char *prefix, char *suffix, unsigned const char *buf, in genb64() argument 156 int sufflen = strlen(suffix); in genb64() 168 || (*suffix && (BIO_write(mem, suffix, sufflen) != sufflen in genb64() 219 elen = genb64(t->prefix, t->suffix, raw, t->bytes, t->trunc, t->encoded, in test_bio_base64_run() 291 || ((t->bytes > 0 || t->no_nl) && *t->suffix && *t->suffix != '-') in test_bio_base64_run() 337 if (*t->suffix) in generic_case() 338 fprintf(stderr, ", suffix='%s'", t->suffix); in generic_case() 395 t.suffix = suffixes[variant]; in test_bio_base64_generated() 397 if (padcase != 0 && (*t.suffix && *t.suffix != '-')) { in test_bio_base64_generated() [all …]
|
H A D | evp_pkey_provided_test.c | 60 const char *suffix; in compare_with_file() local 68 suffix = "priv.txt"; in compare_with_file() 72 suffix = "priv.pem"; in compare_with_file() 76 suffix = "priv.der"; in compare_with_file() 80 suffix = "pub.txt"; in compare_with_file() 84 suffix = "pub.pem"; in compare_with_file() 88 suffix = "pub.der"; in compare_with_file() 96 BIO_snprintf(filename, sizeof(filename), "%s.%s", alg, suffix); in compare_with_file()
|
/openssl/test/ssl-tests/ |
H A D | 18-dtls-renegotiate.cnf.in | 27 my $suffix = ($sctp eq "No") ? "" : "-sctp"; 30 name => "renegotiate-client-no-resume".$suffix, 48 name => "renegotiate-client-resume".$suffix, 74 name => "renegotiate-server-resume".$suffix, 91 name => "renegotiate-client-auth-require".$suffix, 112 name => "renegotiate-client-auth-once".$suffix, 138 name => "renegotiate-aead-to-non-aead".$suffix, 158 name => "renegotiate-non-aead-to-aead".$suffix, 178 name => "renegotiate-non-aead-to-non-aead".$suffix, 198 name => "renegotiate-aead-to-aead".$suffix,
|
/openssl/crypto/perlasm/ |
H A D | x86gas.pl | 36 my($suffix,$dst,$src); 49 if ($dst =~ m/^%/o) { $suffix=&opsize($dst); } 50 elsif ($src =~ m/^%/o) { $suffix=&opsize($src); } 51 else { $suffix="l"; } 52 undef $suffix if ($dst =~ m/^%[xm]/o || $src =~ m/^%[xm]/o); 57 else { &::emit($opcode.$suffix,@arg);}
|
/openssl/tools/ |
H A D | c_rehash.in | 230 my $suffix = 0; 233 while(exists $hashlist{"$hash.$crlmark$suffix"}) { 235 if ($hashlist{"$hash.$crlmark$suffix"} eq $fprint) { 240 $suffix++; 242 $hash .= ".$crlmark$suffix";
|
/openssl/crypto/x509/ |
H A D | x509_def.c | 31 static void get_windows_default_path(char *pathname, const char *suffix) in get_windows_default_path() argument 41 if (MAX_PATH - strlen(pathname) > strlen(suffix)) in get_windows_default_path() 42 strcat(pathname, suffix); in get_windows_default_path()
|
H A D | by_dir.c | 36 int suffix; member 281 k = hent->suffix; in get_cert_by_subject_ex() 385 hent->suffix = k; in get_cert_by_subject_ex() 399 } else if (hent->suffix < k) { in get_cert_by_subject_ex() 400 hent->suffix = k; in get_cert_by_subject_ex()
|
H A D | v3_utl.c | 687 const unsigned char *suffix, size_t suffix_len, in wildcard_match() argument 703 if (!equal_nocase(wildcard_end, suffix_len, suffix, suffix_len, flags)) in wildcard_match() 709 if (prefix_len == 0 && *suffix == '.') { in wildcard_match()
|
/openssl/util/perl/OpenSSL/ |
H A D | paramnames.pm | 730 my ($res, $suffix, $name) = locate_long_endings($trieref->{$names[0]}); 731 my $e = $names[0] . $suffix; 741 my ($res, $suffix, $name) = locate_long_endings($trieref->{$l});
|
/openssl/include/internal/ |
H A D | common.h | 68 #define HAS_CASE_SUFFIX(str, suffix) (strlen(str) < sizeof(suffix) - 1 ? 0 : \ argument 69 OPENSSL_strcasecmp(str + strlen(str) - sizeof(suffix) + 1, suffix "") == 0)
|
/openssl/crypto/asn1/ |
H A D | bio_asn1.c | 54 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free; member 351 ctx->suffix = ex_func->ex_func; in asn1_bio_ctrl() 357 ex_func->ex_func = ctx->suffix; in asn1_bio_ctrl() 375 if (!asn1_bio_setup_ex(b, ctx, ctx->suffix, in asn1_bio_ctrl() 439 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, in BIO_asn1_set_suffix() argument 442 return asn1_bio_set_ex(b, BIO_C_SET_SUFFIX, suffix, suffix_free); in BIO_asn1_set_suffix()
|
/openssl/crypto/sha/asm/ |
H A D | sha256-586.pl | 248 my $suffix=shift; 250 &set_label("loop$suffix",$suffix?32:16); 290 &set_label("00_15$suffix",16); 295 &jne (&label("00_15$suffix")); 298 &jmp (&label("16_63$suffix")); 300 &set_label("16_63$suffix",16); 305 &jne (&label("16_63$suffix")); 338 &jb (&label("loop$suffix"));
|
/openssl/doc/internal/man3/ |
H A D | OSSL_SAFE_MATH_SIGNED.pod | 38 suffix B<I<NAME>>. 41 suffix B<I<NAME>>.
|
/openssl/apps/include/ |
H A D | apps.h | 235 int save_serial(const char *serialfile, const char *suffix, 243 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
|
/openssl/crypto/pem/ |
H A D | pem_lib.c | 32 int ossl_pem_check_suffix(const char *pem_str, const char *suffix); 1021 int ossl_pem_check_suffix(const char *pem_str, const char *suffix) in ossl_pem_check_suffix() argument 1024 int suffix_len = strlen(suffix); in ossl_pem_check_suffix() 1029 if (strcmp(p, suffix)) in ossl_pem_check_suffix()
|
/openssl/apps/lib/ |
H A D | apps.c | 1554 int save_serial(const char *serialfile, const char *suffix, in save_serial() argument 1563 if (suffix == NULL) in save_serial() 1566 j = strlen(serialfile) + strlen(suffix) + 1; in save_serial() 1572 if (suffix == NULL) { in save_serial() 1576 BIO_snprintf(buf[0], sizeof(buf[0]), "%s.%s", serialfile, suffix); in save_serial() 1764 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index() argument 1770 j = strlen(dbfile) + strlen(suffix); in save_index() 1777 BIO_snprintf(buf[1], sizeof(buf[1]), "%s.attr.%s", dbfile, suffix); in save_index() 1778 BIO_snprintf(buf[0], sizeof(buf[0]), "%s.%s", dbfile, suffix); in save_index() 1781 BIO_snprintf(buf[1], sizeof(buf[1]), "%s-attr-%s", dbfile, suffix); in save_index() [all …]
|
/openssl/include/openssl/ |
H A D | trace.h | 92 int OSSL_trace_set_suffix(int category, const char *suffix);
|
/openssl/doc/man3/ |
H A D | OSSL_trace_set_channel.pod | 19 void OSSL_trace_set_suffix(int category, const char *suffix); 68 something suitable for application needs where a prefix and suffix 247 An example with just a channel and constant prefix / suffix.
|
H A D | X509_LOOKUP_hash_dir.pod | 95 The .I<N> or .B<r>I<N> suffix is a sequence number that starts at zero, and is 117 hashed names for all files with F<.pem> suffix in a given directory.
|
H A D | X509_check_host.pod | 31 part of that label with an explicit prefix or suffix. For example, 109 for "*" as wildcard pattern in labels that have a prefix or suffix,
|
/openssl/crypto/modes/asm/ |
H A D | ghash-x86.pl | 267 $suffix = $x86only ? "" : "_x86"; 269 &function_begin("gcm_gmult_4bit".$suffix); 300 &function_end("gcm_gmult_4bit".$suffix); 302 &function_begin("gcm_ghash_4bit".$suffix); 348 &function_end("gcm_ghash_4bit".$suffix);
|
/openssl/doc/man1/ |
H A D | openssl-rand.pod.in | 22 secure pseudo random number generator (CSPRNG). A suffix [K|M|G|T] may be
|
/openssl/util/perl/TLSProxy/ |
H A D | Message.pm | 608 my $suffix = substr($recdata, $self->startoffset + $old_length); 610 $rec->decrypt_data($prefix.($msgdata).($suffix));
|
/openssl/ |
H A D | README-FIPS.md | 196 Setting "PRE_RELEASE_TAG" (dashed suffix), "BUILD_METADATA" (plus 197 suffix), and "FIPS_VENDOR" allow to control reported FIPS provider
|