Home
last modified time | relevance | path

Searched refs:needed (Results 1 – 25 of 193) sorted by relevance

12345678

/openssl/crypto/property/
H A Dproperty_parse.c608 ++*needed; in put_char()
616 ++*needed; in put_char()
627 *needed += len; in put_str()
646 *needed += 2 * quotes; in put_str()
651 put_char(quote, buf, remain, needed); in put_str()
663 put_char(quote, buf, remain, needed); in put_str()
683 *needed += len; in put_num()
704 size_t needed = 0; in ossl_property_list_to_string() local
719 if (needed > 0) in ossl_property_list_to_string()
761 put_char('\0', &buf, &bufsize, &needed); in ossl_property_list_to_string()
[all …]
/openssl/ssl/record/methods/
H A Dbuild.info10 # For shared builds we need to include the sources needed in providers
18 # For shared builds we need to include the sources needed in providers
/openssl/doc/designs/ddd/
H A DREPORT.md14 able to support QUIC. This analysis concluded that the changes needed to
51 The following additional changes needed to be made:
88 timeouts and calling `pump` as needed, based on deadlines reported
96 The following additional changes needed to be made:
159 The following additional changes needed to be made:
187 The following additional changes needed to be made:
214 timeouts and calling `pump` as needed, based on deadlines reported
219 The following additional changes needed to be made:
261 The following additional changes needed to be made:
287 - Various changes to use of libuv needed to switch to using UDP;
[all …]
/openssl/providers/implementations/digests/
H A Dsha3_prov.c293 size_t needed = outlen; in s390x_keccakc_final() local
310 num = needed > bsz ? bsz : needed; in s390x_keccakc_final()
312 needed -= num; in s390x_keccakc_final()
313 if (needed > 0) in s390x_keccakc_final()
314 s390x_klmd(NULL, 0, out + bsz, needed, in s390x_keccakc_final()
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/openssl/doc/man3/
H A DPKCS7_decrypt.pod22 Although the recipients certificate is not needed to decrypt the data it is needed
H A DPKCS7_sign_add_signer.pod39 algorithms are needed.
52 needed to finalize it.
79 in order to provide any missing certificate(s) needed for verification.
H A DPEM_bytes_read_bio.pod30 if needed. The password callback I<cb> and rock I<u> are used to obtain
54 care is needed in generating the BIO passed as I<bp>. In particular, the
H A DOCSP_sendreq_new.pod64 OCSP_sendreq_nbio() as needed and then OCSP_REQ_CTX_free(), with a
92 OCSP_sendreq_nbio() returns 1 for success, 0 on error, -1 if retry is needed.
/openssl/providers/implementations/storemgmt/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/openssl/providers/implementations/asymciphers/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/openssl/providers/implementations/kem/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dserver.cnf8 # not needed: accept_unprotected = 1
/openssl/providers/
H A Dbuild.info2 # potentially needed by any of our providers.
74 # include all the object files that are needed (we do that indirectly,
86 # include all of the object files that are needed, just like the default
176 # include all the object files that are needed.
/openssl/providers/implementations/macs/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/openssl/providers/implementations/encode_decode/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/openssl/providers/implementations/exchange/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/openssl/providers/implementations/signature/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/openssl/test/recipes/30-test_evp_data/
H A Devpmac_sm3.txt12 # The keyword Availablein must appear before the test name if needed.
H A Devpmac_cmac_des.txt13 # The keyword Availablein must appear before the test name if needed.
/openssl/providers/implementations/keymgmt/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/openssl/crypto/
H A DREADME-sparse_array.md45 The tree height is dynamically increased as needed based on additions.
110 The complexity is hidden and nodes are allocated on an as needed basis.
/openssl/providers/implementations/kdfs/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/openssl/test/
H A DCAtsa.cnf82 # The following key usage flags are needed for TSA server certificates.
95 # The following key usage flags are needed for TSA server certificates.
/openssl/providers/implementations/ciphers/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
6 # variables already now, to switch the non-FIPSable TDES to legacy if needed.

Completed in 28 milliseconds

12345678