Home
last modified time | relevance | path

Searched refs:input (Results 176 – 200 of 227) sorted by relevance

12345678910

/openssl/doc/man3/
H A DPEM_read.pod93 includes the case when no more PEM objects remain in the input file.
H A DCOMP_CTX_new.pod113 input. Care should be taken to size output buffers appropriate for both
H A DOSSL_HTTP_REQ_CTX.pod113 expected as the response content and input streaming is disabled. This means
116 Otherwise (by default) any input format is allowed without length checks.
H A DX509_check_host.pod131 All functions can also return -2 if the input is malformed. For example,
H A DSSL_CTX_dane_enable.pod168 input, such as an unsupported TLSA record certificate usage, selector or
170 Invalid input also includes malformed data, either a digest length that does
H A DSSL_alert_type_string.pod89 The decompression function received improper input (e.g. data
H A DCMS_verify.pod41 it operates on B<CMS SignedData> input in the I<sd> argument,
H A DEVP_CIPHER_meth_new.pod159 Signals that the length of the input buffer for encryption /
H A DENGINE_add.pod408 and assumes ASCII input (no unicode or UTF for now!), so it is ideal if
412 implementations for the names, descriptions, and input flags of their
498 and input parameters of the control commands supported by an ENGINE using a
/openssl/providers/implementations/kdfs/
H A Dargon2.c234 static void load_block(BLOCK *dst, const void *input);
331 static void load_block(BLOCK *dst, const void *input) in load_block() argument
336 dst->v[i] = load64((const uint8_t *)input + i * sizeof(dst->v[i])); in load_block()
/openssl/apps/lib/
H A Dapps.c828 X509_STORE *load_certstore(char *input, const char *pass, const char *desc, in load_certstore() argument
834 while (input != NULL) { in load_certstore()
835 char *next = next_item(input); in load_certstore()
838 if (!load_cert_certs(input, NULL, &certs, 1, pass, desc, vpm)) { in load_certstore()
847 input = next; in load_certstore()
/openssl/doc/man7/
H A Dlife_cycle-cipher.pod26 input. There are three possible initialised states:
41 additional input or generating output. The three possible states directly
H A Dprovider-object.pod154 interprets the object data type as the input type for a decoder.
H A Dprovider-digest.pod197 This digest method can only handle one block of input.
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ecx.txt288 # Corrupted input
508 # Corrupted input
/openssl/crypto/aes/asm/
H A Dbsaes-armv8.pl1010 // x0 -> input ciphertext
1265 // x0 -> input text (whole 16-byte blocks)
1470 // x0 -> input plaintext
/openssl/doc/man1/
H A Dopenssl-ts.pod.in271 the input is a token and the output is a timestamp response a default
277 that the input is a DER encoded timestamp token (ContentInfo) instead
336 that the input is a DER encoded timestamp token (ContentInfo) instead
H A Dopenssl-s_server.pod.in237 The input can be in PEM, DER, or PKCS#12 format.
288 The input can be in PEM, DER, or PKCS#12 format.
494 Ignore input EOF (default: when B<-quiet>).
498 Do not ignore input EOF.
H A Dopenssl-verification-options.pod206 or potentially several of them in case the input is in PEM format.
539 The input format for the extra certificate.
544 The input format for the extra key.
/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm278 ;; (*) It should be noted that B6 is used as input to MPY32U in
/openssl/doc/designs/quic-design/
H A Ddebugging.md142 This tool accepts `.pcap` or `.pcapng` input and will generate a `.pcapng`
H A Dquic-fault-injector.md75 message (typically by copying the input message and modifying it) and store it
123 `*iovecout`. The number of iovecs need not be the same as the input. The number
/openssl/fuzz/
H A DREADME.md76 If you get a crash, you should find a corresponding input file in
/openssl/doc/designs/
H A Dxof.md202 Modify the SHA3_squeeze code to accept a input/output parameter to track the
/openssl/Configurations/
H A DREADME-design.md422 a source file from some input.
544 script file from some input.

Completed in 146 milliseconds

12345678910