Home
last modified time | relevance | path

Searched refs:string (Results 251 – 275 of 293) sorted by relevance

1...<<1112

/openssl/include/openssl/
H A Dasn1.h.in147 * This flag is used by the CMS code to indicate that a string is not
437 /* If this is set we include the string type in the output */
464 * All the string flags consistent with RFC2253, escaping control characters
724 /* given a string, return the correct type, max is the maximum length */
H A Dx509v3.h.in74 /* The following pair is used for string extensions */
89 void (*free_string) (void *db, char *string);
H A Dasn1t.h.in68 * MSTRING is a multiple string type, it is used
769 /* Macro to implement a multi string type */
/openssl/doc/man3/
H A DX509_LOOKUP_meth_new.pod109 be given a human-readable string containing a brief description of the lookup
H A DEVP_PKEY_ASN1_METHOD.pod378 B<id> is a NID, B<pem_str> is the PEM type string, B<info> is a
379 descriptive string.
H A DSSL_CONF_cmd.pod452 If a flag string is preceded B<-> it is disabled.
582 The B<option> string is unrecognised, this return value can be use to flag
587 The value is a string without any specific structure.
599 The value string is not used e.g. a command line option which doesn't take an
H A DOSSL_CMP_CTX_new.pod175 the library context I<libctx> and property query string I<propq>,
351 An empty proxy string specifies not to use a proxy.
489 OSSL_CMP_CTX_set1_secretValue() sets the byte string I<sec> with length I<len>
608 may set the I<*txt> output parameter to point to a string constant with more
H A DX509_STORE_CTX_get_error.pod77 X509_verify_cert_error_string() returns a human readable error string for
89 X509_verify_cert_error_string() returns a human readable error string for
H A DEVP_PKEY_keygen.pod102 a string parameter must be given to specify the name of the EC curve.
H A DEVP_DigestVerifyInit.pod58 in I<libctx> and the property query string specified in I<props>.
H A DOPENSSL_malloc.pod104 OPENSSL_cleanse() fills B<ptr> of size B<len> with a string of 0's.
H A DEVP_DigestSignInit.pod58 will use the B<OSSL_LIB_CTX> specified in I<libctx> and the property query string
H A DEVP_PKEY_CTX_ctrl.pod213 specific control operation to a context I<ctx> in string form. This is
408 property query string that has a default value of '' if not specified.
559 than a name string.
/openssl/apps/lib/
H A Dapps.c3268 void make_uppercase(char *string) in make_uppercase() argument
3272 for (i = 0; string[i] != '\0'; i++) in make_uppercase()
3273 string[i] = toupper((unsigned char)string[i]); in make_uppercase()
/openssl/doc/man7/
H A Dpassphrase-encoding.pod153 This also takes care of the case when a UTF-8 encoded string was used with
H A Dprovider-mac.pod165 =item "key" (B<OSSL_MAC_PARAM_KEY>) <octet string>
H A Dfips_module.pod229 can use a property query string during algorithm fetches to specify which
250 It is also possible to set a default property query string. The following
H A Dmigration_guide.pod1156 There is no replacement. It returned a string indicating if the AES code was unrolled.
1185 There is no replacement. This option returned a constant string.
1860 There is no replacement. This function returned a constant string.
1873 There is no replacement. This function returned a constant string.
2384 level 0. The security level can be changed either using the cipher string
2397 string with C<@SECLEVEL>, or calling L<SSL_CTX_set_security_level(3)>. If the
/openssl/
H A DCHANGES.md5727 time string.
6898 time string.
7750 add a special AESGCM string for GCM only.
7971 time string.
11375 avoid the appearance of a printable string.
12113 * Introduce safe string copy and catenation functions
12937 arbitrary arguments instead of just a string.
15577 beginning of the string, LOG_ERR is chosen.
16638 be handled by the string table functions.
18424 the string "DEFAULT:eNULL".
[all …]
/openssl/doc/man1/
H A Dopenssl-req.pod.in391 Specifies an engine (by its unique I<id> string) which would be used
474 This option masks out the use of certain string types in certain
551 The "prompt" string is used to ask the user to enter the relevant
H A Dopenssl-s_server.pod.in194 Sets the SSL context id. It can be given any string value. If this option
698 identity is the string "Client_identity".
723 A seed string for a default user salt.
H A Dopenssl-cmp.pod.in168 An empty string C<""> means none.
174 An empty string C<""> means no specific section.
651 Reference number/string/value to use as fallback senderKID; this is required
1016 Text to be included as status string in server response.
/openssl/apps/
H A Dcmp.c3019 const char *string = in cmp_main() local
3041 string != NULL ? string : "<unknown PKIStatus>"); in cmp_main()
H A Dopenssl.cnf155 # This sets a mask for permitted string types. There are several options.
/openssl/crypto/
H A Dprovider_core.c991 prov->error_strings[0].string = prov->name; in provider_init()
998 prov->error_strings[cnt2].string = reasonstrings[cnt2-1].ptr; in provider_init()

Completed in 138 milliseconds

1...<<1112