Home
last modified time | relevance | path

Searched refs:structure (Results 76 – 100 of 382) sorted by relevance

12345678910>>...16

/openssl/doc/man3/
H A DBN_mod_mul_reciprocal.pod32 BN_RECP_CTX_new() allocates and initializes a B<BN_RECP> structure.
35 was created by BN_RECP_CTX_new(), also the structure itself.
46 The B<BN_RECP_CTX> structure cannot be shared between threads.
H A DPEM_write_bio_CMS_stream.pod5 PEM_write_bio_CMS_stream - output CMS_ContentInfo structure in PEM format
15 PEM_write_bio_CMS_stream() outputs a CMS_ContentInfo structure in PEM format.
H A DPEM_write_bio_PKCS7_stream.pod5 PEM_write_bio_PKCS7_stream - output PKCS7 structure in PEM format
15 PEM_write_bio_PKCS7_stream() outputs a PKCS7 structure in PEM format.
H A DOSSL_ENCODER_CTX.pod88 B<OSSL_ENCODER_INSTANCE> is an opaque structure that contains data about the
117 OSSL_ENCODER_CTX_set_output_structure() sets the desired output structure.
119 Depending on the type of object being encoded, the output structure may
167 structure for the encoder implementation of the encoder instance
174 if the context structure couldn't be allocated.
203 of the output structure.
H A DRSA_check_key.pod34 the RSA key material, so the RSA key structure must contain all the private
57 key data in the RSA structure directly. An ENGINE implementation can
59 support for HSM keys - in which case the RSA structure may contain B<no>
67 to be considered. Right now RSA_check_key() simply uses the RSA structure
H A DOSSL_CMP_ATAV_set0.pod46 OSSL_CMP_ATAV_create() creates a new B<OSSL_CMP_ATAV> structure and fills it in.
61 OSSL_CMP_ATAV_new_algId() creates a new B<OSSL_CMP_ATAV> structure of type
68 OSSL_CMP_ATAV_new_rsaKeyLen() creates a new B<OSSL_CMP_ATAV> structure of type
89 return a pointer to the ATAV structure on success, or NULL on error.
H A DX509V3_get_d2i.pod55 not critical and 1 if critical. A pointer to an extension specific structure
63 I<ext> and returns a pointer to an extension specific structure or NULL
66 X509V3_EXT_i2d() encodes the extension specific structure I<ext_struc>
74 of B<X509_ACERT> structure I<x>. They are otherwise identical to X509V3_get_d2i()
82 extensions of B<X509_REVOKED> structure I<r> (i.e for CRL entry extensions).
216 a pointer to an extension specific structure or NULL if an error occurs.
223 X509V3_EXT_i2d() returns a pointer to an B<X509_EXTENSION> structure
H A DSSL_CONF_CTX_new.pod17 structure for use with the SSL_CONF functions.
24 SSL_CONF_CTX_new() returns either the newly allocated B<SSL_CONF_CTX> structure
H A Di2d_CMS_bio_stream.pod5 i2d_CMS_bio_stream - output CMS_ContentInfo structure in BER format
15 i2d_CMS_bio_stream() outputs a CMS_ContentInfo structure in BER format.
H A Di2d_PKCS7_bio_stream.pod5 i2d_PKCS7_bio_stream - output PKCS7 structure in BER format
15 i2d_PKCS7_bio_stream() outputs a PKCS7 structure in BER format.
H A DSMIME_write_CMS.pod5 SMIME_write_CMS - convert CMS structure to S/MIME format
16 structure to produce an S/MIME message.
19 B<CMS_ContentInfo> structure. If streaming is enabled then the content must be
H A DSMIME_write_PKCS7.pod5 SMIME_write_PKCS7 - convert PKCS#7 structure to S/MIME format
16 structure to produce an S/MIME message.
19 structure. If streaming is enabled then the content must be supplied in the
H A DBN_mod_mul_montgomery.pod35 BN_MONT_CTX_new() allocates and initializes a B<BN_MONT_CTX> structure.
37 BN_MONT_CTX_set() sets up the I<mont> structure from the modulus I<m>
43 it was created by BN_MONT_CTX_new(), also the structure itself.
H A DX509_get_pubkey.pod34 structure which encodes the certificate of B<x>. The returned value
45 The first time a public key is decoded the B<EVP_PKEY> structure is
47 return the cached structure with its reference count incremented to
H A DOCSP_cert_to_id.pod32 OCSP_cert_to_id() creates and returns a new B<OCSP_CERTID> structure using
54 B<OCSP_CERTID> structure or B<NULL> if an error occurred.
70 B<OCSP_CERTID> structure is freed.
H A DSRP_VBASE_new.pod35 The SRP_VBASE_new() function allocates a structure to store server side SRP
44 The SRP_VBASE_free() function frees up the B<vb> structure.
48 populates the B<vb> structure.
56 to the B<vb> structure. See L<SRP_user_pwd_new(3)> to create and populate this
H A DOCSP_sendreq_new.pod42 The function OCSP_sendreq_new() builds a complete B<OSSL_HTTP_REQ_CTX> structure
58 a pointer to a B<OCSP_RESPONSE> structure, in I<*presp>.
89 OCSP_sendreq_new() returns a valid B<OSSL_HTTP_REQ_CTX> structure or NULL
94 OCSP_sendreq_bio() returns the B<OCSP_RESPONSE> structure sent by the
H A DEVP_ASYM_CIPHER_free.pod46 structure. Typically this structure will have been obtained from an earlier call
48 structure is freed. If the argument is NULL, nothing is done.
51 B<EVP_ASYM_CIPHER> structure.
H A DEVP_KEM_free.pod41 EVP_KEM_free() decrements the reference count for the B<EVP_KEM> structure.
42 Typically this structure will have been obtained from an earlier call to
43 EVP_KEM_fetch(). If the reference count drops to 0 then the structure is freed.
46 EVP_KEM_up_ref() increments the reference count for an B<EVP_KEM> structure.
H A DEVP_KEYEXCH_free.pod42 structure. Typically this structure will have been obtained from an earlier call
44 structure is freed. If the argument is NULL, nothing is done.
47 structure.
H A DEVP_SIGNATURE.pod50 structure. Typically this structure will have been obtained from an earlier call
52 structure is freed. If the argument is NULL, nothing is done.
55 structure.
H A DEVP_sm3.pod36 These functions return a B<EVP_MD> structure that contains the
38 details of the B<EVP_MD> structure.
H A DBIO_s_mem.pod29 written to a memory BIO is stored in a BUF_MEM structure which is extended
62 BUF_MEM structure is also freed.
87 BIO_set_mem_buf() sets the internal BUF_MEM structure to B<bm> and sets the
91 BIO_get_mem_ptr() places the underlying BUF_MEM structure in *B<pp>. It is
154 B<BIO_METHOD> structure.
162 BIO_new_mem_buf() returns a valid B<BIO> structure on success or NULL on error.
177 Extract the BUF_MEM structure from a memory BIO and then free up the BIO:
186 and BUF_MEM structure:
H A DPKCS12_add_safe.pod6 PKCS12_add_safes, PKCS12_add_safes_ex - Create and add objects to a PKCS#12 structure
46 PKCS12_add_safes() creates a B<PKCS12> structure containing the supplied set of
64 PKCS12_add_safes() returns a valid B<PKCS12> structure or NULL if an error occurred.
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.

Completed in 25 milliseconds

12345678910>>...16