Home
last modified time | relevance | path

Searched refs:suffix (Results 1 – 25 of 35) sorted by relevance

12

/openssl/crypto/
H A Dtrace.c180 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 Dbio_base64_test.c25 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 Devp_pkey_provided_test.c60 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 D18-dtls-renegotiate.cnf.in27 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 Dx86gas.pl36 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 Dc_rehash.in230 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 Dx509_def.c31 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 Dby_dir.c36 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 Dv3_utl.c687 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 Dparamnames.pm729 my ($res, $suffix, $name) = locate_long_endings($trieref->{$names[0]});
730 my $e = $names[0] . $suffix;
740 my ($res, $suffix, $name) = locate_long_endings($trieref->{$l});
/openssl/include/internal/
H A Dcommon.h68 #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 Dbio_asn1.c54 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 Dsha256-586.pl248 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 DOSSL_SAFE_MATH_SIGNED.pod38 suffix B<I<NAME>>.
41 suffix B<I<NAME>>.
/openssl/apps/include/
H A Dapps.h235 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 Dpem_lib.c32 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 Dapps.c1554 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 Dtrace.h92 int OSSL_trace_set_suffix(int category, const char *suffix);
/openssl/doc/man3/
H A DOSSL_trace_set_channel.pod19 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 DX509_LOOKUP_hash_dir.pod95 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 DX509_check_host.pod31 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 Dghash-x86.pl267 $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 Dopenssl-rand.pod.in22 secure pseudo random number generator (CSPRNG). A suffix [K|M|G|T] may be
/openssl/util/perl/TLSProxy/
H A DMessage.pm608 my $suffix = substr($recdata, $self->startoffset + $old_length);
610 $rec->decrypt_data($prefix.($msgdata).($suffix));
/openssl/
H A DREADME-FIPS.md180 Setting "PRE_RELEASE_TAG" (dashed suffix), "BUILD_METADATA" (plus
181 suffix), and "FIPS_VENDOR" allow to control reported FIPS provider

Completed in 74 milliseconds

12