Home
last modified time | relevance | path

Searched refs:input (Results 126 – 150 of 227) sorted by relevance

12345678910

/openssl/doc/man3/
H A DEVP_EncryptInit.pod807 same as the input size. The input length must be greater than or equal to the
817 For input lengths that are multiples of the block size it is equivalent to
823 For input lengths that are multiples of the block size it is equivalent to
831 depending on the input length). If the input length is exactly one full block
953 Determines if the input length I<inl> passed to EVP_EncryptUpdate(),
986 part of the IV and the final bytes of the input buffer will be the AEAD tag.
996 The length of the input buffer will include the length of the explicit IV, the
1508 the cipher input to decryption, does not contain the SIV. This also means
1532 SIV mode makes two passes over the input data, thus, only one call to
1587 it is not a strong test that the input data or key is correct. A random block
[all …]
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.pod79 EVP_MD_meth_set_input_blocksize() sets the internal input block size
97 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,
H A DPKCS12_parse.pod42 use. This may include passwords from local text files, or input from
H A DOSSL_CRMF_pbmp_new.pod53 malformed input.
H A DOSSL_STORE_INFO.pod109 create a B<OSSL_STORE_INFO> object to hold the given input object.
110 On success the input object is consumed.
H A DPKCS12_newpass.pod26 use. This may include passwords from local text files, or input from
H A Dd2i_X509.pod561 /* Set up buf and len to point to the input buffer. */
574 /* Set up buf and len to point to the input buffer. */
590 /* Set up buf and len to point to the input buffer. */
/openssl/doc/man1/
H A Dopenssl-srp.pod.in89 The password source for the input and output file.
H A Dopenssl-list.pod.in124 as input to the L<openssl-dgst(1)> or L<openssl-speed(1)> commands.
130 Display a list of cipher commands, which are typically used as input
H A Dopenssl-ca.pod.in124 An input filename containing a single certificate request (CSR) to be
129 The format to use when loading certificate request (CSR) input files;
141 section for information on the required input and output format.
166 The format of the data in certificate input files; unspecified by default.
176 The format of the private key input file; unspecified by default.
644 The input to the B<-spkac> command line option is a Netscape
768 Although several requests can be input and handled at once it is only
/openssl/test/
H A Dtls13encryptiontest.c256 rec->data = rec->input = OPENSSL_malloc(ptlen + EVP_GCM_TLS_TAG_LEN); in load_record()
H A Devp_extra_test2.c542 const unsigned char *input = ak->kder; in test_d2i_AutoPrivateKey_ex() local
549 p = input; in test_d2i_AutoPrivateKey_ex()
552 || !TEST_ptr_eq(p, input + input_len) in test_d2i_AutoPrivateKey_ex()
H A Devp_extra_test.c2052 const unsigned char *input = ak->kder; in test_d2i_AutoPrivateKey() local
2056 p = input; in test_d2i_AutoPrivateKey()
2058 || !TEST_ptr_eq(p, input + input_len) in test_d2i_AutoPrivateKey()
2727 const unsigned char *input = ak->kder; in test_EVP_PKEY_check() local
2735 if (!TEST_ptr(pkey = load_example_key(ak->keytype, input, input_len))) in test_EVP_PKEY_check()
4204 const unsigned char *input; member
4352 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, t->input, t->inlen))) { in test_evp_init_seq()
4410 || !TEST_true(EVP_CipherUpdate(ctx, outbuf1, &outlen1, t->input, t->inlen)) in test_evp_reinit_seq()
4430 const unsigned char *input; member
4478 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, t->input, t->inlen))) { in test_evp_reset()
[all …]
/openssl/doc/man7/
H A Dlife_cycle-mac.pod26 input.
31 additional input or generating output.
H A Dpassphrase-encoding.pod93 one used by your current input method.
100 should be understood that you either change the input method to use the
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 Dossl-guide-tls-server-block.pod19 connection at a time, echoing input from the client back to the same client.
281 With the handshake complete, the server loops echoing client input back to the
290 warnx("Error echoing client input");
H A DEVP_PKEY-X25519.pod22 DHKEM requires the generation of a keypair using an input key material (seed).
H A DEVP_KDF-X963.pod11 derive a key using input such as a shared secret key and shared info.
/openssl/doc/internal/man3/
H A DOSSL_TIME.pod186 input time values.
188 B<ossl_time_min> and B<ossl_time_max> choose and return one of the input values.
H A Devp_pkey_export_to_provider.pod37 best to get "traditional" PEM output even if the input B<EVP_PKEY> has a
/openssl/ssl/record/methods/
H A Ddtls_meth.c125 rr->input = &(rl->packet[DTLS1_RT_HEADER_LENGTH]); in dtls_process_record()
146 rr->data = rr->input; in dtls_process_record()
/openssl/crypto/des/asm/
H A Ddes_enc.m4527 ! parameter 4 1 for load input/output address to local5/7
1371 ! void DES_ncbc_encrypt(input, output, length, schedule, ivec, enc)
1428 add in0, 8, in0 ! input address
1506 mov in0, local5 ! input
1520 fp_macro(out5, in5, 0, 1) ! 1 for input and output address to local5/7
1529 ! Load ivec next block now, since input and output address might be the same.
1564 ! void DES_ede3_cbc_encrypt(input, output, length, ks1, ks2, ks3, ivec, enc)
1729 fp_macro(out5, in5, 0, 1) ! 1 for input and output address local5/7

Completed in 96 milliseconds

12345678910