Home
last modified time | relevance | path

Searched refs:input (Results 151 – 175 of 227) sorted by relevance

12345678910

/openssl/doc/man3/
H A DOSSL_CMP_ATAV_set0.pod95 return the respective pointer or NULL if their input is NULL.
H A DPKCS12_PBE_keyivgen.pod45 The input is from I<in> of length I<inlen> and output is into a malloc'd buffer
H A DOSSL_CMP_ITAV_set0.pod79 return the respective pointer or NULL if their input is NULL.
H A DEVP_RAND.pod141 additional input I<addin> of length I<addin_len>. The bytes
148 input I<addin> of length I<addin_len> bytes. In the FIPS provider, both are
149 treated as additional input as per NIST SP-800-90Ar1, Sections 9.1 and 9.2.
H A DRAND_add.pod42 random input obtained from polling various trusted entropy sources.
H A DOSSL_HTTP_parse_url.pod48 OSSL_parse_url() parses its input string I<url> as a URL of the form
H A DEVP_PKEY_verify_recover.pod38 treatment of the input to EVP_PKEY_verify() may be pre-determined, and in that
H A DPKCS12_key_gen_utf8_ex.pod38 with an input password I<pass> of length I<passlen>, a salt I<salt> of length
H A DASN1_item_d2i_bio.pod53 ASN1_item_d2i_bio_ex() decodes the contents of its input BIO I<in>,
H A DUI_new.pod114 that's connected to it, like duplicated input strings, results and others.
124 input string that it's supposed to verify, or verification will fail.
H A DEVP_KDF.pod156 For some algorithms an error may result if input parameters necessary to
251 memory that depends on the load factors provided as input.
H A DBIO_sendmmsg.pod52 The I<flags> field of a B<BIO_MSG> provides input per-message flags to the
56 Currently, no input or output per-message flags are defined and this field
/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_common.txt101 # Test AES-ECB with larger input length.
107 # Test AES-ECB with larger input length.
134 # Test AES-ECB with larger input length.
140 # Test AES-ECB with larger input length.
167 # Test AES-ECB with larger input length.
173 # Test AES-ECB with larger input length.
H A Devpmd_sha.txt174 # Empty input and \xA3x200 vectors are taken from
/openssl/crypto/err/
H A Dopenssl.txt186 BN_R_INPUT_NOT_REDUCED:110:input not reduced
248 missing key input for creating protection
667 ENGINE_R_COMMAND_TAKES_INPUT:135:command takes input
668 ENGINE_R_COMMAND_TAKES_NO_INPUT:136:command takes no input
749 EVP_R_INPUT_NOT_INITIALIZED:111:input not initialized
1031 PROV_R_ADDITIONAL_INPUT_TOO_LONG:184:additional input too long
1079 PROV_R_INVALID_INPUT_LENGTH:230:invalid input length
1175 RAND_R_ADDITIONAL_INPUT_TOO_LONG:102:additional input too long
1181 RAND_R_ENTROPY_INPUT_TOO_LONG:106:entropy input too long
1186 RAND_R_ERROR_RETRIEVING_ADDITIONAL_INPUT:109:error retrieving additional input
/openssl/doc/man7/
H A DEVP_KDF-X942-ASN1.pod10 X942KDF-ASN1. It is used by DH KeyAgreement, to derive a key using input such as
H A Dlife_cycle-digest.pod25 input.
30 additional input or generating output.
H A DEVP_MAC-KMAC.pod143 /* The update may be called multiple times here for streamed input */
H A DEVP_KDF-SS.pod10 SSKDF derives a key using input such as a shared secret key (that was generated
H A DEVP_KDF-KB.pod11 input secret (and other optional values).
H A DEVP_KDF-TLS13_KDF.pod72 operation. The input key should be set to the intermediate fixed-length
/openssl/doc/man1/
H A Dopenssl-verify.pod.in103 input.
/openssl/test/
H A Dbntest.c2232 unsigned char input[] = { 0 }; in test_bin2zero() local
2240 if (!TEST_ptr(fn(input, 1, zbn)) \ in test_bin2zero()
2242 || !TEST_ptr(fn(input, 0, zbn)) \ in test_bin2zero()
2262 unsigned char input[] = { 1, 2 }; in test_bin2bn_lengths() local
2276 if (!TEST_ptr_null(fn(input, -1, bn_##e)) \ in test_bin2bn_lengths()
2277 || !TEST_ptr(fn(input, 0, bn_##e)) \ in test_bin2bn_lengths()
2279 || !TEST_ptr(fn(input, 2, bn_##e)) \ in test_bin2bn_lengths()
/openssl/doc/designs/
H A Dhandling-some-max-defines.md56 an input parameter indicating the size of the output buffer.
/openssl/apps/include/
H A Dapps.h148 X509_STORE *load_certstore(char *input, const char *pass, const char *desc,

Completed in 94 milliseconds

12345678910