Home
last modified time | relevance | path

Searched refs:input (Results 101 – 125 of 201) sorted by relevance

123456789

/openssl/doc/man3/
H A DOPENSSL_ia32cap.pod16 with EAX=1 input value (see Intel Application Note #241618). This vector
87 CPUID with EAX=7 and ECX=0 as input. Following bits are significant:
H A DEC_POINT_add.pod53 …n, the underlying implementation uses a constant time algorithm, when the input scalar (either B<n…
57 …), the underlying implementation uses a constant time algorithm, when the input scalar (either B<n…
H A DPKCS12_item_decrypt_d2i.pod42 the buffer containing the input encoding will be zeroed after the encrypt.
H A DBIO_f_prefix.pod21 according to user input.
H A DEVP_PKEY_CTX_set_hkdf_md.pod31 consists of two modules. The first stage takes the input keying material
63 operation. The input key should be set to the intermediate fixed-length
H A DEVP_EncryptInit.pod777 same as the input size. The input length must be greater than or equal to the
787 For input lengths that are multiples of the block size it is equivalent to
793 For input lengths that are multiples of the block size it is equivalent to
801 depending on the input length). If the input length is exactly one full block
905 Determines if the input length I<inl> passed to EVP_EncryptUpdate(),
938 part of the IV and the final bytes of the input buffer will be the AEAD tag.
948 The length of the input buffer will include the length of the explicit IV, the
1402 the cipher input to decryption, does not contain the SIV. This also means
1426 SIV mode makes two passes over the input data, thus, only one call to
1482 it is not a strong test that the input data or key is correct. A random block
[all …]
H A DSSL_SESSION_get0_hostname.pod43 value in B<alpn> which should be of length B<len> bytes. A copy of the input
H A DSSL_set_fd.pod17 SSL_set_fd() sets the file descriptor B<fd> as the input/output facility
H A DBN_mod_mul_montgomery.pod31 automatically when L<BN_mod_exp(3)> is called with suitable input,
H A DRC4_set_key.pod44 Since RC4 is a stream cipher (the input is XORed with a pseudo-random
H A DUI_create_method.pod78 actually display it and accepting input ended with a pressed button.
112 text in the writer, have all input read in the flusher and store the
H A DEVP_MD_meth_new.pod78 EVP_MD_meth_set_input_blocksize() sets the internal input block size
96 This digest method can only handle one block of input.
H A DPEM_X509_INFO_read_bio_ex.pod47 If the input stack I<sk> is NULL a new stack is allocated,
/openssl/doc/man1/
H A Dopenssl-req.pod.in75 The input and output formats; unspecified by default.
82 This specifies the input filename to read a request from.
83 This defaults to standard input unless B<-x509> or B<-CA> is specified.
107 The password source for private key and certificate input.
291 X.509 extensions are not copied from any provided request input file.
309 If this option is not provided then the key must be present in the B<-CA> input.
419 The passwords for the input private key file (if present) and
567 be input by calling it "1.organizationName".
744 address in subjectAltName should be input by the user.
H A Dopenssl-ocsp.pod.in138 The input can be in PEM, DER, or PKCS#12 format.
143 Normally if an OCSP request is input using the B<-reqin> option no
213 The input can be in PEM, DER, or PKCS#12 format.
226 The input can be in PEM, DER, or PKCS#12 format.
327 The input can be in PEM, DER, or PKCS#12 format.
346 The input can be in PEM, DER, or PKCS#12 format.
H A Dopenssl-list.pod.in88 as input to the L<openssl-dgst(1)> or L<openssl-speed(1)> commands.
94 Display a list of cipher commands, which are typically used as input
H A Dopenssl-srp.pod.in89 The password source for the input and output file.
/openssl/doc/internal/man3/
H A DOSSL_TIME.pod131 input time values.
133 B<ossl_time_min> and B<ossl_time_max> choose and return one of the input values.
/openssl/doc/man7/
H A Dprovider-cipher.pod147 It is the responsibility of the cipher implementation to handle input lengths
150 input data until a complete block is obtained.
170 The application is responsible for ensuring that the input is a multiple of the
H A DEVP_KDF-X963.pod11 derive a key using input such as a shared secret key and shared info.
H A Dprovider-rand.pod100 Additional input I<addin> of length I<addin_len> bytes can optionally
112 from a live entropy source. Additional input I<addin> of length I<addin_len>
126 input I<addin> of length I<addin_len> bytes can optionally be provided.
H A Dlife_cycle-mac.pod26 input.
31 additional input or generating output.
/openssl/test/
H A Devp_extra_test2.c404 const unsigned char *input = ak->kder; in test_d2i_AutoPrivateKey_ex() local
411 p = input; in test_d2i_AutoPrivateKey_ex()
414 || !TEST_ptr_eq(p, input + input_len) in test_d2i_AutoPrivateKey_ex()
/openssl/
H A DREADME-ENGINES.md54 based input to those ENGINEs, in the form of name-value pairs. This is an
118 also) to provide any such input directly to the ENGINE implementation.
121 input through to the ENGINE in question. Ie. this connects *you* (and
197 ENGINE_ctrl_cmd_string(e, "CMD_FOO", "some input data", 0);
207 -pre "CMD_FOO:some input data"
/openssl/ssl/record/
H A Drecord.h64 unsigned char *input; member

Completed in 39 milliseconds

123456789