Home
last modified time | relevance | path

Searched refs:string (Results 101 – 125 of 293) sorted by relevance

12345678910>>...12

/openssl/doc/man7/
H A Dopenssl-glossary.pod81 implementations, applying selection criteria (via a property query string), and
176 A property is a key/value pair expressed as a string. For example all algorithm
186 A property query string is a string containing a sequence of properties that
187 can be used to select an algorithm implementation. For example the query string
H A DEVP_PKEY-FFC.pod73 =item "seed" (B<OSSL_PKEY_PARAM_FFC_SEED>) <octet string>
128 =item "type" (B<OSSL_PKEY_PARAM_FFC_TYPE>) <UTF8 string>
160 =item "digest" (B<OSSL_PKEY_PARAM_FFC_DIGEST>) <UTF8 string>
166 =item "properties" (B<OSSL_PKEY_PARAM_FFC_DIGEST_PROPS>) <UTF8 string>
172 =item "seed" (B<OSSL_PKEY_PARAM_FFC_SEED>) <octet string>
H A DEVP_RAND-CTR-DRBG.pod47 =item "properties" (B<OSSL_DRBG_PARAM_PROPERTIES>) <UTF8 string>
49 =item "cipher" (B<OSSL_DRBG_PARAM_CIPHER>) <UTF8 string>
H A Dcrypto.pod104 applying selection criteria (via a property query string), and finally choosing
112 When fetching an algorithm it is possible to specify a property query string to
113 guide the selection process. For example a property query string of
118 It is also possible to specify a default property query string for the whole
155 =item A property query string
157 The property query string used to guide selection of the algorithm
195 context and property string stored in the B<EVP_PKEY_CTX>.
209 property string from the B<EVP_PKEY_CTX>.
299 algorithms), the property query string "provider=default" can be used as a
314 implementations of the same algorithms), the property query string
[all …]
H A Dprovider-keyexch.pod173 =item "kdf-type" (B<OSSL_EXCHANGE_PARAM_KDF_TYPE>) <UTF8 string>
178 =item "kdf-digest" (B<OSSL_EXCHANGE_PARAM_KDF_DIGEST>) <UTF8 string>
183 =item "kdf-digest-props" (B<OSSL_EXCHANGE_PARAM_KDF_DIGEST_PROPS>) <UTF8 string>
195 =item "kdf-ukm" (B<OSSL_EXCHANGE_PARAM_KDF_UKM>) <octet string>
200 =item "kdf-ukm" (B<OSSL_EXCHANGE_PARAM_KDF_UKM>) <octet string ptr>
H A DOSSL_PROVIDER-legacy.pod27 It may be used in a property query string with fetching functions such as
29 functions that take a property query string, such as
H A DEVP_RAND-TEST-RAND.pod52 =item "test_entropy" (B<OSSL_RAND_PARAM_TEST_ENTROPY>) <octet string>
58 =item "test_nonce" (B<OSSL_RAND_PARAM_TEST_NONCE>) <octet string>
/openssl/doc/man3/
H A DUI_new.pod122 that the same string was entered twice). UI_add_verify_string() takes
124 input string that it's supposed to verify, or verification will fail.
134 the same time as the prompt for extra information or to show an error string.
155 creates a string "Enter I<phrase_desc> for I<object_name>:"
159 string and may include encodings that will be processed by the other
225 UI_construct_prompt() returns a string or NULL if an error occurred.
229 UI_get0_result() returns a string or NULL on error.
H A DSSL_SESSION_get0_hostname.pod36 the string provided in hostname.
49 SSL_SESSION_get0_hostname() returns either a string or NULL based on if there
H A DRSA_sign_ASN1_OCTET_STRING.pod28 RSA_sign_ASN1_OCTET_STRING() signs the octet string B<m> of size
42 of size B<siglen> is the DER representation of a given octet string
H A DX509_PUBKEY_new.pod54 the property query string I<propq>. See L<crypto(7)/ALGORITHM FETCHING> for
58 (NULL) B<OSSL_LIB_CTX> and a NULL property query string are used.
80 query string I<propq> are used.
82 library context and property query string are used.
H A DX509_NAME_add_entry_by_txt.pod29 by a string B<field>, an object B<obj> or a NID B<nid> respectively.
49 The use of string types such as B<MBSTRING_ASC> or B<MBSTRING_UTF8>
58 In X509_NAME_add_entry_by_txt() the B<field> string represents
H A DEVP_PKEY_asn1_get_count.pod43 type string B<str>.
50 ID (both NIDs), any flags, the method description and PEM type string
H A DEVP_PKEY_CTX_set_scrypt_N.pod47 scrypt also supports string based control operations via
61 the value from the string controls "pass" and "hexpass".
H A DEVP_PKEY_settable_params.pod46 EVP_PKEY_set_utf8_string_param() sets the UTF8 string I<str> into a key I<pkey>
49 EVP_PKEY_set_octet_string_param() sets the octet string value I<buf> with a
H A DEC_POINT_new.pod177 form converted to a NULL terminated character string where each character
185 octet string into the buffer B<buf> of size B<len>, using the specified
190 the octet string contained in the given buffer B<buf> of size B<len>, conforming
200 Notice that, according to the standard, the octet string encoding of the point
216 hexadecimal string. It is the caller's responsibility to free this memory with
243 EC_POINT_point2hex() returns a pointer to the hex string, or NULL on error.
H A DEC_GROUP_new.pod103 The library context I<libctx> (see L<OSSL_LIB_CTX(3)>) and property query string
156 readable comment string describing the curve.
161 L<OSSL_LIB_CTX(3)>) and any property query string in I<propq>. The I<ctx> value
167 is always used along with a NULL property query string.
191 OSSL_EC_curve_nid2name() returns a character string constant, or NULL on error.
H A DBN_bn2bin.pod79 numbers, the string is prefaced with a leading '-'. The string must be
82 BN_hex2bn() takes as many characters as possible from the string B<str>,
117 BN_bn2hex() and BN_bn2dec() return a NUL-terminated string, or NULL
H A DERR_new.pod36 format string I<fmt> and an arbitrary number of arguments.
38 additional data string, which is allocated and store in the error
H A DCTLOG_STORE_new.pod28 the library context I<libctx> and the property query string I<propq>.
31 the default library context and property query string.
/openssl/include/openssl/
H A Dopensslv.h.in48 * to be anything but the empty string. Its use is entirely reserved for
70 * Macros to get the version in easily digested string form, both the short
H A Dfipskey.h.in27 * The FIPS validation key, as a string.
/openssl/doc/man1/
H A Dopenssl-namedisplay-options.pod61 a string and leading or trailing spaces.
81 Escapes some characters by surrounding the entire string with quotation
105 Display the type of the ASN1 character string before the value,
118 If this option is not set, then non character string types will be displayed
H A Dopenssl-pkeyutl.pod.in155 for the supported string parameters of each algorithm.
331 the sign and verify operations, SM2 requires an Distinguishing ID string to
336 =item B<distid:>I<string>
338 This sets the ID string used in SM2 sign or verify operations. While verifying
339 an SM2 signature, the ID string must be the same one used when signing the data.
344 This sets the ID string used in SM2 sign or verify operations. While verifying
345 an SM2 signature, the ID string must be the same one used when signing the data.
346 Otherwise the verification will fail. The ID string provided with this option
H A Dopenssl-passwd.pod.in17 [B<-salt> I<string>]
62 =item B<-salt> I<string>

Completed in 95 milliseconds

12345678910>>...12