Home
last modified time | relevance | path

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

/openssl-master/crypto/err/
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 …]
A Dopenssl.txt64 ASN1_R_INVALID_SEPARATOR:131:invalid separator
/openssl-master/util/perl/OpenSSL/
A DUtil.pm266 my $separator; # Item separator
278 $separator = ",$nlindent2";
290 $separator = ",$nlindent2";
300 $delim_l . join($separator, map { &$product } @items) . $delim_r;
/openssl-master/doc/man3/
A DOPENSSL_hexchar2int.pod29 The character I<sep> is the separator between the bytes, setting this to '\0'
30 means that there is no separator.
40 default separator of ':'.
47 The character I<sep> is the separator between the bytes, setting this to '\0'
48 means that there is no separator.
56 default separator of ':'.
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.
A DOpenSSL_version.pod177 The separator between a directory specification and a filename.
179 separator between directory elements.
183 The OpenSSL list separator.
186 separator is C<:>) or C<%PATH%> on Windows (where the separator is
A DERR_put_error.pod52 last error queue entry, after inserting the optional separator string if it is
54 In case the separator is at the end of the text it is not appended to the data.
A DX509_NAME_print_ex.pod63 so the second separator will hardly ever be used.
/openssl-master/doc/man1/
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.
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.
A Dopenssl.pod570 The separator is C<;> for MS-Windows, C<,> for OpenVMS, and C<:> for
/openssl-master/doc/internal/man3/
A Dossl_ends_with_dirsep.pod19 separator in a platform agnostic way.
27 separator, 0 otherwise.
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".
A Dossl_namemap_new.pod33 const char *names, const char separator);
77 separated by I<separator>, and adds each to the I<namemap>, all with
/openssl-master/
A DConfigure2966 my $separator = shift;
2971 my $found_array = !defined($separator);
3000 my $separator = " ";
3003 $separator = $opts->{separator};
3006 sub { _add($separator, @x, @_) };
3009 my $separator = " ";
3012 $separator = $opts->{separator};
3015 sub { _add($separator, @_, @x) };
3551 # tokenize($line,$separator)
3566 my $separator = shift // qr|\s+|;
[all …]
/openssl-master/crypto/ct/
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-master/crypto/
A Dcore_namemap.c305 const char *names, const char separator) in ossl_namemap_add_names() argument
325 if ((q = strchr(p, separator)) == NULL) in ossl_namemap_add_names()
332 if (*p == '\0' || *p == separator) { in ossl_namemap_add_names()
350 if ((q = strchr(p, separator)) == NULL) in ossl_namemap_add_names()
/openssl-master/apps/
A Ddgst.c108 int separator = 0, debug = 0, keyform = FORMAT_UNDEF, siglen = 0; in dgst_main() local
140 separator = 1; in dgst_main()
143 separator = 2; in dgst_main()
417 ret = do_fp(out, buf, inp, separator, out_bin, xoflen, sigkey, sigbuf, in dgst_main()
433 if (do_fp(out, buf, inp, separator, out_bin, xoflen, in dgst_main()
/openssl-master/include/internal/
A Dnamemap.h43 const char *names, const char separator);
/openssl-master/doc/man7/
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-master/Configurations/
A D10-main.conf1326 build_scheme => add("VC-common", { separator => undef }),
1413 build_scheme => add("VC-WOW", { separator => undef }),
/openssl-master/include/openssl/
A Dct.h.in309 * SCTs will be delimited by |separator|.
314 const char *separator, const CTLOG_STORE *logs);
A Dx509.h.in134 /* The field separator information */
/openssl-master/doc/man5/
A Dx509v3_config.pod61 separator. For example:
/openssl-master/doc/internal/man7/
A Dbuild.info.pod83 the directory separator.

Completed in 38 milliseconds