Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 85) sorted by relevance

1234

/openssl/ms/
H A Duplink-x86_64.pl20 $prefix="_lazy";
29 .type $prefix${i},\@abi-omnipotent
31 $prefix${i}:
47 $prefix${i}_end:
48 .size $prefix${i},.-$prefix${i}
56 for ($i=1;$i<=$N;$i++) { print " .quad $prefix$i\n"; }
63 .rva $prefix${i},$prefix${i}_end,${prefix}_unwind_info
69 ${prefix}_unwind_info:
/openssl/test/recipes/
H A D15-test_ec.t33 tconversion( -type => 'ec', -prefix => 'ec-priv',
37 tconversion( -type => 'ec', -prefix => 'ec-pkcs8',
42 tconversion( -type => 'ec', -prefix => 'ec-pub',
48 tconversion( -type => 'pkey', -prefix => 'ec-pkey-priv',
52 tconversion( -type => 'pkey', -prefix => 'ec-pkey-pkcs8',
57 tconversion( -type => 'pkey', -prefix => 'ec-pkey-pub',
63 tconversion( -type => "pkey", -prefix => "ed25519-pkey-priv",
72 tconversion( -type => "pkey", -prefix => "ed25519-pkey-pub",
77 tconversion( -type => "pkey", -prefix => "ed448-pkey-priv",
81 tconversion( -type => "pkey", -prefix => "ed448-pkey-pkcs8",
[all …]
H A Dtconversion.pl31 my $prefix = $opts{-prefix} // $testtype;
58 $init = ok(run(app([@cmd, "-in", $t, "-out", "$prefix-fff.p"])),
61 $init = ok(copy($t, "$prefix-fff.p"), 'initializing');
64 diag("Trying to copy $t to $prefix-fff.p : $!");
72 "-in", "$prefix-fff.p",
74 "-out", "$prefix-f.$to",
82 "-in", "$prefix-f.$from",
84 "-out", "$prefix-ff.$from$to",
91 is(cmp_text("$prefix-fff.p", "$prefix-f.p"), 0,
98 is(cmp_text("$prefix-f.$to", "$prefix-ff.$from$to"), 0,
H A D20-test_cli_fips.t57 my $prefix = shift;
72 my $prefix = shift;
85 $testtext = $prefix.': '.
93 $testtext = $prefix.': '.
101 $testtext = $prefix.': '.
113 $testtext = $prefix.': '.
122 $testtext = $prefix.': '.
133 $testtext = $prefix.': '.
142 $testtext = $prefix.': '.
151 $testtext = $prefix.': '.
[all …]
H A D15-test_dsa.t29 tconversion( -type => 'dsa', -prefix => 'dsa-priv',
33 tconversion( -type => 'msb', -prefix => 'dsa-msb-pub',
39 tconversion( -type => 'dsa', -prefix => 'dsa-pkcs8',
44 tconversion( -type => 'dsa', -prefix => 'dsa-pkey-pub',
H A D15-test_rsa.t40 tconversion( -type => $cmd, -prefix => "$cmd-priv",
44 tconversion( -type => $cmd, -prefix => "$cmd-pkcs8",
55 tconversion( -type => 'msb', -prefix => "$cmd-msb-pub",
66 tconversion( -type => 'pvk', -prefix => "$cmd-pvk",
H A D25-test_x509.t86 tconversion( -type => 'x509', -prefix => 'x509v1',
90 tconversion( -type => 'x509', -prefix => 'x509v3-1',
94 tconversion( -type => 'x509', -prefix => 'x509v3-2',
/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_tls13_kdf.txt32 Ctrl.prefix = hexprefix:746c73313320
41 Ctrl.prefix = hexprefix:746c73313320
50 Ctrl.prefix = hexprefix:746c73313320
59 Ctrl.prefix = hexprefix:746c73313320
68 Ctrl.prefix = hexprefix:746c73313320
76 Ctrl.prefix = hexprefix:746c73313320
85 Ctrl.prefix = hexprefix:746c73313320
94 Ctrl.prefix = hexprefix:746c73313320
103 Ctrl.prefix = hexprefix:746c73313320
112 Ctrl.prefix = hexprefix:746c73313320
[all …]
/openssl/crypto/
H A Dtrace.c171 char *prefix; member
269 trace_channels[category].prefix = NULL; in set_trace_data()
289 if (prefix != NULL && *prefix != NULL) { in set_trace_data()
306 if (prefix != NULL && *prefix != NULL) { in set_trace_data()
307 attach_cb(category, PREFIX, *prefix); in set_trace_data()
330 const char *prefix = NULL; in ossl_trace_cleanup() local
341 &prefix, &suffix, in ossl_trace_cleanup()
463 char *prefix = NULL; in OSSL_trace_begin() local
470 prefix = trace_channels[category].prefix; in OSSL_trace_begin()
478 if (prefix != NULL) { in OSSL_trace_begin()
[all …]
/openssl/doc/man3/
H A DBIO_f_prefix.pod6 - prefix BIO filter
13 long BIO_set_prefix(BIO *b, const char *prefix);
19 BIO_f_cipher() returns the prefix BIO method. This is a filter for
23 The prefix and the indentation are combined. For each line of output
24 going through this filter, the prefix is output first, then the amount
28 By default, there is no prefix, and indentation is set to 0.
30 BIO_set_prefix() sets the prefix to be used for future lines of
31 text, using I<prefix>. I<prefix> may be NULL, signifying that there
32 should be no prefix. If I<prefix> isn't NULL, this function makes a
47 BIO_f_prefix() returns the prefix BIO method.
[all …]
H A DSSL_CONF_CTX_set1_prefix.pod5 SSL_CONF_CTX_set1_prefix - Set configuration context command prefix
11 unsigned int SSL_CONF_CTX_set1_prefix(SSL_CONF_CTX *cctx, const char *prefix);
15 The function SSL_CONF_CTX_set1_prefix() sets the command prefix of B<cctx>
16 to B<prefix>. If B<prefix> is B<NULL> it is restored to the default value.
21 calls. For example for files, if the prefix "SSL" is set then command names
23 and "Options". Similarly for command lines if the prefix is "--ssl-" then
26 If the B<SSL_CONF_FLAG_CMDLINE> flag is set then prefix checks are case
28 explicitly wants to set no prefix it must be explicitly set to "".
30 If the B<SSL_CONF_FLAG_FILE> flag is set then prefix checks are case
31 insensitive and no prefix is the default.
/openssl/crypto/bio/
H A Dbf_prefix.c46 char *prefix; /* Text prefix, given by user */ member
59 ctx->prefix = NULL; in prefix_create()
71 OPENSSL_free(ctx->prefix); in prefix_destroy()
93 if ((ctx->prefix == NULL || *ctx->prefix == '\0') in prefix_write()
117 if (ctx->prefix != NULL in prefix_write()
118 && !BIO_write_ex(BIO_next(b), ctx->prefix, strlen(ctx->prefix), in prefix_write()
161 OPENSSL_free(ctx->prefix); in prefix_ctrl()
163 ctx->prefix = NULL; in prefix_ctrl()
166 ctx->prefix = OPENSSL_strdup((const char *)ptr); in prefix_ctrl()
167 ret = ctx->prefix != NULL; in prefix_ctrl()
H A Dbio_print.c438 const char *prefix = ""; in fmtint() local
460 prefix = "0"; in fmtint()
462 prefix = "0x"; in fmtint()
477 min - OSSL_MAX(max, place) - (signvalue ? 1 : 0) - strlen(prefix); in fmtint()
502 while (*prefix) { in fmtint()
503 if (!doapr_outch(sbuffer, buffer, currlen, maxlen, *prefix)) in fmtint()
505 prefix++; in fmtint()
/openssl/crypto/sm4/asm/
H A Dsm4-armv8.pl28 $prefix="sm4_v8";
146 ${prefix}_set_encrypt_key:
169 .size ${prefix}_set_encrypt_key,.-${prefix}_set_encrypt_key
222 .size ${prefix}_set_decrypt_key,.-${prefix}_set_decrypt_key
235 ${prefix}_${dir}crypt:
247 .size ${prefix}_${dir}crypt,.-${prefix}_${dir}crypt
263 ${prefix}_ecb_encrypt:
331 .size ${prefix}_ecb_encrypt,.-${prefix}_ecb_encrypt
345 ${prefix}_cbc_encrypt:
484 .size ${prefix}_cbc_encrypt,.-${prefix}_cbc_encrypt
[all …]
H A Dvpsm4-armv8.pl29 $prefix="vpsm4";
577 ${prefix}_set_encrypt_key:
585 .size ${prefix}_set_encrypt_key,.-${prefix}_set_encrypt_key
603 .size ${prefix}_set_decrypt_key,.-${prefix}_set_decrypt_key
616 ${prefix}_${dir}crypt:
629 .size ${prefix}_${dir}crypt,.-${prefix}_${dir}crypt
644 ${prefix}_ecb_encrypt:
737 .size ${prefix}_ecb_encrypt,.-${prefix}_ecb_encrypt
750 ${prefix}_cbc_encrypt:
949 .size ${prefix}_cbc_encrypt,.-${prefix}_cbc_encrypt
[all …]
/openssl/test/testutil/
H A Dtu_local.h21 void test_fail_message_prefix(const char *prefix, const char *file,
26 void test_fail_string_message(const char *prefix, const char *file,
32 void test_fail_bignum_message(const char *prefix, const char *file,
37 void test_fail_bignum_mono_message(const char *prefix, const char *file,
42 void test_fail_memory_message(const char *prefix, const char *file,
H A Dformat_output.c39 static void test_fail_string_common(const char *prefix, const char *file, in test_fail_string_common() argument
52 test_fail_message_prefix(prefix, file, line, type, left, right, op); in test_fail_string_common()
128 void test_fail_string_message(const char *prefix, const char *file, in test_fail_string_message() argument
134 test_fail_string_common(prefix, file, line, type, left, right, op, in test_fail_string_message()
266 static void test_fail_bignum_common(const char *prefix, const char *file, in test_fail_bignum_common() argument
281 test_fail_message_prefix(prefix, file, line, type, left, right, op); in test_fail_bignum_common()
367 void test_fail_bignum_message(const char *prefix, const char *file, in test_fail_bignum_message() argument
377 void test_fail_bignum_mono_message(const char *prefix, const char *file, in test_fail_bignum_mono_message() argument
437 test_fail_message_prefix(prefix, file, line, type, left, right, op); in test_fail_memory_common()
519 void test_fail_memory_message(const char *prefix, const char *file, in test_fail_memory_message() argument
[all …]
H A Dtests.c26 void test_fail_message_prefix(const char *prefix, const char *file, in test_fail_message_prefix() argument
31 test_printf_stderr("%s: ", prefix != NULL ? prefix : "ERROR"); in test_fail_message_prefix()
69 static void test_fail_message(const char *prefix, const char *file, int line,
75 static void test_fail_message_va(const char *prefix, const char *file, in test_fail_message_va() argument
80 test_fail_message_prefix(prefix, file, line, type, left, right, op); in test_fail_message_va()
88 static void test_fail_message(const char *prefix, const char *file, in test_fail_message() argument
96 test_fail_message_va(prefix, file, line, type, left, right, op, fmt, ap); in test_fail_message()
/openssl/
H A DNOTES-NONSTOP.md66 `${prefix}/lib64-put` for 64-bit models.
200 ./Configure nonstop-nsx --prefix=${PWD} \
203 ./Configure nonstop-nsx_g --prefix=${PWD} \
206 ./Configure nonstop-nsx_put --prefix=${PWD} \
209 ./Configure nonstop-nsx_spt_floss --prefix=${PWD} \
212 ./Configure nonstop-nsx_64 --prefix=${PWD} \
215 ./Configure nonstop-nsx_64_put --prefix=${PWD} \
218 ./Configure nonstop-nsx_g_tandem --prefix=${PWD} \
222 ./Configure nonstop-nse --prefix=${PWD} \
225 ./Configure nonstop-nse_g --prefix=${PWD} \
[all …]
/openssl/util/perl/OpenSSL/
H A DTest.pm437 my $prefix = "";
439 $prefix = "pipe ";
472 if ($opts{capture} || defined($opts{prefix})) {
478 my $l = ($opts{prefix} // "") . $_;
488 system("$prefix$cmd");
506 print STDERR "$prefix$display_cmd => $e\n"
509 print STDERR "$prefix$display_cmd => $e\n";
1224 my @prefix = ();
1228 @prefix = ( $exe_shell );
1242 @prefix = ( $std_wrapper );
[all …]
/openssl/providers/implementations/kdfs/
H A Dhkdf.c80 unsigned char *prefix; member
121 OPENSSL_free(ctx->prefix); in kdf_hkdf_reset()
141 || !ossl_prov_memdup(src->prefix, src->prefix_len, in kdf_hkdf_dup()
142 &dest->prefix, &dest->prefix_len) in kdf_hkdf_dup()
595 || !WPACKET_memcpy(&pkt, prefix, prefixlen) in prov_tls13_hkdf_expand()
615 const unsigned char *prefix, in prov_tls13_hkdf_generate_secret() argument
655 prefix, prefixlen, label, labellen, in prov_tls13_hkdf_generate_secret()
700 ctx->prefix, ctx->prefix_len, in kdf_tls1_3_derive()
724 OPENSSL_free(ctx->prefix); in kdf_tls1_3_set_ctx_params()
725 ctx->prefix = NULL; in kdf_tls1_3_set_ctx_params()
[all …]
/openssl/crypto/aes/asm/
H A Daesv8-armx.pl73 $prefix="aes_v8";
292 .size ${prefix}_set_encrypt_key,.-${prefix}_set_encrypt_key
348 .size ${prefix}_set_decrypt_key,.-${prefix}_set_decrypt_key
363 ${prefix}_${dir}crypt:
393 .size ${prefix}_${dir}crypt,.-${prefix}_${dir}crypt
449 ${prefix}_ecb_encrypt:
1227 .size ${prefix}_ecb_encrypt,.-${prefix}_ecb_encrypt
1751 .size ${prefix}_cbc_encrypt,.-${prefix}_cbc_encrypt
2203 .size ${prefix}_ctr32_encrypt_blocks,.-${prefix}_ctr32_encrypt_blocks
2910 .size ${prefix}_xts_encrypt,.-${prefix}_xts_encrypt
[all …]
/openssl/crypto/asn1/
H A Dbio_asn1.c54 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free; member
173 if (!asn1_bio_setup_ex(b, ctx, ctx->prefix, in asn1_bio_write()
339 ctx->prefix = ex_func->ex_func; in asn1_bio_ctrl()
345 ex_func->ex_func = ctx->prefix; in asn1_bio_ctrl()
427 int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix, in BIO_asn1_set_prefix() argument
430 return asn1_bio_set_ex(b, BIO_C_SET_PREFIX, prefix, prefix_free); in BIO_asn1_set_prefix()
/openssl/util/
H A Dadd-depends.pl346 my $prefix = $target . ' :';
350 my $buf = $prefix;
351 $prefix = '';
/openssl/tools/
H A Dc_rehash.in15 my $prefix = {- quotify1($config{prefix}) -};
64 $ENV{PATH} = "$prefix/bin" . ($ENV{PATH} ? $path_delim . $ENV{PATH} : "");

Completed in 129 milliseconds

1234