Home
last modified time | relevance | path

Searched refs:separator (Results 1 – 25 of 26) sorted by relevance

12

/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_kbkdf_counter.txt32 Ctrl.use-separator = use-separator:0
45 Ctrl.use-separator = use-separator:0
58 Ctrl.use-separator = use-separator:0
71 Ctrl.use-separator = use-separator:0
89 Ctrl.use-separator = use-separator:0
102 Ctrl.use-separator = use-separator:0
115 Ctrl.use-separator = use-separator:0
128 Ctrl.use-separator = use-separator:0
146 Ctrl.use-separator = use-separator:0
159 Ctrl.use-separator = use-separator:0
[all …]
/openssl/crypto/err/
H A Derr_prn.c60 void ERR_add_error_txt(const char *separator, const char *txt) in ERR_add_error_txt() argument
69 if (separator == NULL) in ERR_add_error_txt()
70 separator = ""; in ERR_add_error_txt()
77 const char *leading_separator = separator; in ERR_add_error_txt()
90 || strlen(separator) >= (size_t)(MAX_DATA_LEN - data_len)) in ERR_add_error_txt()
96 if (*separator == '\0') { in ERR_add_error_txt()
109 next = strstr(curr, separator); in ERR_add_error_txt()
111 next += strlen(separator); in ERR_add_error_txt()
126 ERR_add_error_data(2, separator, tmp); in ERR_add_error_txt()
147 void ERR_add_error_mem_bio(const char *separator, BIO *bio) in ERR_add_error_mem_bio() argument
[all …]
/openssl/util/perl/OpenSSL/
H A DUtil.pm266 my $separator; # Item separator
278 $separator = ",$nlindent2";
290 $separator = ",$nlindent2";
300 $delim_l . join($separator, map { &$product } @items) . $delim_r;
/openssl/doc/man3/
H A DOPENSSL_hexchar2int.pod30 The character I<sep> is the separator between the bytes, setting this to '\0'
31 means that there is no separator.
41 default separator of ':'.
48 The character I<sep> is the separator between the bytes, setting this to '\0'
49 means that there is no separator.
57 default separator of ':'.
H A DSCT_print.pod14 const char *separator, const CTLOG_STORE *logs);
21 similar way. A separator can be specified to delimit each SCT in the output.
H A DOpenSSL_version.pod194 The separator between a directory specification and a filename.
196 separator between directory elements.
200 The OpenSSL list separator.
203 separator is C<:>) or C<%PATH%> on Windows (where the separator is
H A DERR_put_error.pod54 last error queue entry, after inserting the optional separator string if it is
56 In case the separator is at the end of the text it is not appended to the data.
H A DX509_NAME_print_ex.pod63 so the second separator will hardly ever be used.
/openssl/doc/man1/
H A Dopenssl-info.pod.in57 Outputs the separator character between a directory specification and
60 separator between directory elements.
64 Outputs the OpenSSL list separator character.
H A Dopenssl-namedisplay-options.pod137 The options ending in "space" additionally place a space after the separator to make it more readab…
139 for the AVA separator.
H A Dopenssl.pod547 The separator is C<;> for MS-Windows, C<,> for OpenVMS, and C<:> for
/openssl/doc/internal/man3/
H A Dossl_ends_with_dirsep.pod19 separator in a platform agnostic way.
27 separator, 0 otherwise.
H A Dossl_cmp_print_log.pod74 L<ERR_add_error_txt(3)> with the separator being ":".
77 L<ERR_add_error_txt(3)> with the separator being "\n".
H A Dossl_namemap_new.pod31 const char *names, const char separator);
74 separated by I<separator>, and adds each to the I<namemap>, all with
/openssl/crypto/ct/
H A Dct_prn.c115 const char *separator, const CTLOG_STORE *log_store) in SCT_LIST_print() argument
125 BIO_printf(out, "%s", separator); in SCT_LIST_print()
/openssl/
H A DConfigure2964 my $separator = shift;
2969 my $found_array = !defined($separator);
2998 my $separator = " ";
3001 $separator = $opts->{separator};
3004 sub { _add($separator, @x, @_) };
3007 my $separator = " ";
3010 $separator = $opts->{separator};
3013 sub { _add($separator, @_, @x) };
3549 # tokenize($line,$separator)
3564 my $separator = shift // qr|\s+|;
[all …]
/openssl/apps/
H A Ddgst.c108 int separator = 0, debug = 0, keyform = FORMAT_UNDEF, siglen = 0; in dgst_main() local
141 separator = 1; in dgst_main()
144 separator = 2; in dgst_main()
435 ret = do_fp(out, buf, inp, separator, out_bin, xoflen, sigkey, sigbuf, in dgst_main()
451 if (do_fp(out, buf, inp, separator, out_bin, xoflen, in dgst_main()
/openssl/include/internal/
H A Dnamemap.h41 const char *names, const char separator);
/openssl/doc/man7/
H A DEVP_KDF-KB.pod55 =item "use-separator" (B<OSSL_KDF_PARAM_KBKDF_USE_SEPARATOR>) <integer>
57 Set to B<0> to disable use of the optional Fixed Input data 'zero separator'
/openssl/crypto/
H A Dcore_namemap.c295 const char *names, const char separator) in ossl_namemap_add_names() argument
320 if ((q = strchr(p, separator)) == NULL) { in ossl_namemap_add_names()
/openssl/Configurations/
H A D10-main.conf1412 build_scheme => add("VC-common", { separator => undef }),
1499 build_scheme => add("VC-WOW", { separator => undef }),
/openssl/include/openssl/
H A Dct.h.in309 * SCTs will be delimited by |separator|.
314 const char *separator, const CTLOG_STORE *logs);
H A Dx509.h.in137 /* The field separator information */
/openssl/doc/man5/
H A Dx509v3_config.pod61 separator. For example:
/openssl/doc/internal/man7/
H A Dbuild.info.pod83 the directory separator.

Completed in 70 milliseconds

12