Home
last modified time | relevance | path

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

123456789

/openssl/ssl/record/methods/
H A Ddtls_meth.c128 rr->input = &(rl->packet[DTLS1_RT_HEADER_LENGTH]); in dtls_process_record()
149 rr->data = rr->input; in dtls_process_record()
H A Dtls_common.c571 thisrr->input = &(rl->packet[SSL2_RT_HEADER_LENGTH]); in tls_get_more_records()
573 thisrr->input = &(rl->packet[SSL3_RT_HEADER_LENGTH]); in tls_get_more_records()
589 thisrr->data = thisrr->input; in tls_get_more_records()
/openssl/doc/man3/
H A DPKCS12_parse.pod42 use. This may include passwords from local text files, or input from
H A DOSSL_CMP_ITAV_set0.pod60 return the respective pointer or NULL if their input is NULL.
H A DOSSL_CRMF_pbmp_new.pod53 malformed input.
H A DOSSL_STORE_INFO.pod108 create a B<OSSL_STORE_INFO> object to hold the given input object.
109 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 DASN1_item_d2i_bio.pod45 ASN1_item_d2i_bio_ex() decodes the contents of its input BIO I<in>,
H A DEVP_RAND.pod140 additional input I<addin> of length I<addin_len>. The bytes
147 input I<addin> of length I<addin_len> bytes. In the FIPS provider, both are
148 treated as additional input as per NIST SP-800-90Ar1, Sections 9.1 and 9.2.
H A DPKCS12_PBE_keyivgen.pod45 The input is from I<in> of length I<inlen> and output is into a malloc'd buffer
/openssl/test/
H A Dtls13encryptiontest.c255 rec->data = rec->input = OPENSSL_malloc(ptlen + EVP_GCM_TLS_TAG_LEN); in load_record()
H A Devp_extra_test.c1570 const unsigned char *input = ak->kder; in test_d2i_AutoPrivateKey() local
1574 p = input; in test_d2i_AutoPrivateKey()
1576 || !TEST_ptr_eq(p, input + input_len) in test_d2i_AutoPrivateKey()
2245 const unsigned char *input = ak->kder; in test_EVP_PKEY_check() local
2253 if (!TEST_ptr(pkey = load_example_key(ak->keytype, input, input_len))) in test_EVP_PKEY_check()
3494 const unsigned char *input; member
3618 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, t->input, t->inlen))) { in test_evp_init_seq()
3658 const unsigned char *input; member
3706 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, t->input, t->inlen))) { in test_evp_reset()
3722 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, t->input, t->inlen))) { in test_evp_reset()
/openssl/doc/man7/
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 Dlife_cycle-digest.pod25 input.
30 additional input or generating output.
H A DEVP_MAC-KMAC.pod126 /* The update may be called multiple times here for streamed input */
H A DEVP_KDF-TLS13_KDF.pod72 operation. The input key should be set to the intermediate fixed-length
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 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).
/openssl/doc/internal/man3/
H A Devp_pkey_export_to_provider.pod37 best to get "traditional" PEM output even if the input B<EVP_PKEY> has a
/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
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ecx.txt262 # Corrupted input
482 # Corrupted input
/openssl/crypto/err/
H A Dopenssl.txt180 BN_R_INPUT_NOT_REDUCED:110:input not reduced
234 missing key input for creating protection
624 ENGINE_R_COMMAND_TAKES_INPUT:135:command takes input
625 ENGINE_R_COMMAND_TAKES_NO_INPUT:136:command takes no input
704 EVP_R_INPUT_NOT_INITIALIZED:111:input not initialized
977 PROV_R_ADDITIONAL_INPUT_TOO_LONG:184:additional input too long
1016 PROV_R_INVALID_INPUT_LENGTH:230:invalid input length
1105 RAND_R_ADDITIONAL_INPUT_TOO_LONG:102:additional input too long
1111 RAND_R_ENTROPY_INPUT_TOO_LONG:106:entropy input too long
1116 RAND_R_ERROR_RETRIEVING_ADDITIONAL_INPUT:109:error retrieving additional input
/openssl/doc/man1/
H A Dopenssl-ca.pod.in117 An input filename containing a single certificate request (CSR) to be
122 The format of the data in certificate request input files;
134 section for information on the required input and output format.
159 The format of the data in certificate input files; unspecified by default.
169 The format of the private key input file; unspecified by default.
628 The input to the B<-spkac> command line option is a Netscape
752 Although several requests can be input and handled at once it is only
H A Dopenssl-verify.pod.in103 input.

Completed in 67 milliseconds

123456789