Home
last modified time | relevance | path

Searched refs:structure (Results 101 – 125 of 380) sorted by relevance

12345678910>>...16

/openssl/doc/man3/
H A DPKCS12_SAFEBAG_create_cert.pod50 containing the supplied PKCS8 structure.
53 B<NID_pkcs8ShroudedKeyBag> containing the supplied PKCS8 structure.
75 All of these functions return a valid B<PKCS12_SAFEBAG> structure or NULL if an error occurred.
H A DEC_GFp_simple_method.pod35 B<EC_METHOD> structure that can be passed to EC_GROUP_NEW. It is important that the correct impleme…
55 …C_GFp* functions and EC_GF2m_simple_method always return a const pointer to an EC_METHOD structure.
57 …t_field_type returns an integer that identifies the type of field the EC_METHOD structure supports.
H A DEVP_bf_cbc.pod49 These functions return an B<EVP_CIPHER> structure that contains the
51 details of the B<EVP_CIPHER> structure.
H A DEVP_cast5_cbc.pod49 These functions return an B<EVP_CIPHER> structure that contains the
51 details of the B<EVP_CIPHER> structure.
H A DEVP_idea_cbc.pod47 These functions return an B<EVP_CIPHER> structure that contains the
49 details of the B<EVP_CIPHER> structure.
H A DEVP_md2.pod36 These functions return a B<EVP_MD> structure that contains the
38 details of the B<EVP_MD> structure.
H A DEVP_md4.pod37 These functions return a B<EVP_MD> structure that contains the
39 details of the B<EVP_MD> structure.
H A DEVP_ripemd160.pod37 These functions return a B<EVP_MD> structure that contains the
39 details of the B<EVP_MD> structure.
H A DEVP_sha1.pod37 These functions return a B<EVP_MD> structure that contains the
39 details of the B<EVP_MD> structure.
H A DEVP_whirlpool.pod38 These functions return a B<EVP_MD> structure that contains the
40 details of the B<EVP_MD> structure.
H A DX509_NAME_add_entry_by_txt.pod39 X509_NAME_add_entry() adds a copy of B<X509_NAME_ENTRY> structure B<ne>
73 to the previous or next RDN structure, respectively.
84 structure or B<NULL> if an error occurred.
88 Create an B<X509_NAME> structure:
H A DOCSP_response_status.pod42 OCSP_response_get1_basic() decodes and returns the I<OCSP_BASICRESP> structure
45 OCSP_response_create() creates and returns an I<OCSP_RESPONSE> structure for
86 OCSP_response_get1_basic() returns an I<OCSP_BASICRESP> structure pointer or
89 OCSP_response_create() returns an I<OCSP_RESPONSE> structure pointer or I<NULL>
H A DTS_RESP_CTX_new.pod20 TS_RESP_CTX_new_ex() allocates and initializes a TS_RESP_CTX structure with a
34 otherwise it returns a pointer to the newly allocated structure.
H A DEVP_desx_cbc.pod39 These functions return an B<EVP_CIPHER> structure that contains the
41 details of the B<EVP_CIPHER> structure.
H A DEVP_mdc2.pod38 These functions return a B<EVP_MD> structure that contains the
40 details of the B<EVP_MD> structure.
H A DEVP_seed_cbc.pod49 These functions return an B<EVP_CIPHER> structure that contains the
51 details of the B<EVP_CIPHER> structure.
H A Di2d_re_X509_tbs.pod22 B<X509> structure, which represents an X509 certificate.
42 in the B<X509> structure internally to improve encoding performance
53 d2i_X509_AUX() returns a valid B<X509> structure or NULL if an error occurred.
H A DEVP_CIPHER_meth_new.pod75 The B<EVP_CIPHER> type is a structure for symmetric cipher method
78 EVP_CIPHER_meth_new() creates a new B<EVP_CIPHER> structure.
82 EVP_CIPHER_meth_free() destroys a B<EVP_CIPHER> structure.
203 extra cleanup before the method's private data structure is cleaned
206 private data structure is then available with
247 The B<EVP_CIPHER> structure created with these functions became reference
H A DOSSL_DECODER_CTX.pod107 the caller is called to attempt to construct an appropriate type / structure
111 B<OSSL_DECODER_INSTANCE> is an opaque structure that contains data about the
141 OSSL_DECODER_CTX_set_input_structure() sets the name of the structure that
143 implementations may be used. NULL is a valid input structure, when it's not
207 structure for the decoder implementation from a decoder instance
214 if the context structure couldn't be allocated.
H A DEVP_sm4_cbc.pod53 These functions return a B<EVP_CIPHER> structure that contains the
55 details of the B<EVP_CIPHER> structure.
H A DEVP_blake2b512.pod46 These functions return a B<EVP_MD> structure that contains the
48 details of the B<EVP_MD> structure.
H A DECDSA_sign.pod61 as a newly allocated B<ECDSA_SIG> structure (or NULL on error). ECDSA_do_sign()
70 presented in the form of a pointer to an B<ECDSA_SIG> structure.
78 I<eckey> is the private EC key and I<ctx> is a pointer to B<BN_CTX> structure
89 returned as a newly allocated B<ECDSA_SIG> structure (or NULL on error).
99 B<ECDSA_SIG> structure or NULL on error.
H A DSMIME_read_ASN1.pod28 it can be set to NULL. Valid values that can be used by ASN.1 structure I<it>
37 The parsed ASN1_VALUE structure is returned or NULL if an error occurred.
62 structure or B<NULL> if an error occurred. The error can be obtained from
/openssl/doc/designs/quic-design/
H A Dquic-fifm.md154 * The CFQ item structure has a public and a private part. This structure
282 `QUIC_TXPIM_PKT` is a self-contained data structure intended for consumption by
285 The `QUIC_TXPIM_PKT` structure can be used for:
301 Manager's `QUIC_ACKM_TX_PKT` structure into its per-packet bookkeeping
302 structure. The intention is for the `QUIC_TXPIM_PKT` to be the principal
304 a `QUIC_TXPIM_PKT` structure from the TXPIM, fill in the structure including
307 The TXPIM does do not anything with the `QUIC_TXPIM_PKT` structure itself other
360 * Allocates a new QUIC_TXPIM_PKT structure from the pool. Returns NULL on
361 * failure. The returned structure is cleared of all data and is in a fresh
374 /* Appends a chunk to the packet. The structure is copied. */
[all …]
H A Dquic-statm.md24 The structure is defined in headers, so it may be initialised without needing
32 which fills an `OSSL_RTT_INFO` structure:

Completed in 38 milliseconds

12345678910>>...16