/openssl-master/crypto/err/ |
A D | err_prn.c | 60 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 D | openssl.txt | 64 ASN1_R_INVALID_SEPARATOR:131:invalid separator
|
/openssl-master/util/perl/OpenSSL/ |
A D | Util.pm | 266 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 D | OPENSSL_hexchar2int.pod | 29 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 D | SCT_print.pod | 14 const char *separator, const CTLOG_STORE *logs); 21 similar way. A separator can be specified to delimit each SCT in the output.
|
A D | OpenSSL_version.pod | 177 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 D | ERR_put_error.pod | 52 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 D | X509_NAME_print_ex.pod | 63 so the second separator will hardly ever be used.
|
/openssl-master/doc/man1/ |
A D | openssl-info.pod.in | 57 Outputs the separator character between a directory specification and 60 separator between directory elements. 64 Outputs the OpenSSL list separator character.
|
A D | openssl-namedisplay-options.pod | 137 The options ending in "space" additionally place a space after the separator to make it more readab… 139 for the AVA separator.
|
A D | openssl.pod | 570 The separator is C<;> for MS-Windows, C<,> for OpenVMS, and C<:> for
|
/openssl-master/doc/internal/man3/ |
A D | ossl_ends_with_dirsep.pod | 19 separator in a platform agnostic way. 27 separator, 0 otherwise.
|
A D | ossl_cmp_print_log.pod | 74 L<ERR_add_error_txt(3)> with the separator being ":". 77 L<ERR_add_error_txt(3)> with the separator being "\n".
|
A D | ossl_namemap_new.pod | 33 const char *names, const char separator); 77 separated by I<separator>, and adds each to the I<namemap>, all with
|
/openssl-master/ |
A D | Configure | 2966 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 D | ct_prn.c | 115 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 D | core_namemap.c | 305 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 D | dgst.c | 108 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 D | namemap.h | 43 const char *names, const char separator);
|
/openssl-master/doc/man7/ |
A D | EVP_KDF-KB.pod | 55 =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 D | 10-main.conf | 1326 build_scheme => add("VC-common", { separator => undef }), 1413 build_scheme => add("VC-WOW", { separator => undef }),
|
/openssl-master/include/openssl/ |
A D | ct.h.in | 309 * SCTs will be delimited by |separator|. 314 const char *separator, const CTLOG_STORE *logs);
|
A D | x509.h.in | 134 /* The field separator information */
|
/openssl-master/doc/man5/ |
A D | x509v3_config.pod | 61 separator. For example:
|
/openssl-master/doc/internal/man7/ |
A D | build.info.pod | 83 the directory separator.
|