Home
last modified time | relevance | path

Searched refs:structure (Results 1 – 25 of 520) sorted by relevance

12345678910>>...21

/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dib_packer.c43 static u64 value_read(int offset, int size, void *structure) in value_read() argument
46 case 1: return *(u8 *) ((char *)structure + offset); in value_read()
68 void *structure, in ib_pack() argument
84 structure) << shift; in ib_pack()
101 structure) << shift; in ib_pack()
118 (char *)structure + desc[i].struct_offset_bytes, in ib_pack()
133 case 8: *( u8 *) ((char *)structure + offset) = val; break; in value_write()
155 void *structure) in ib_unpack() argument
176 structure); in ib_unpack()
190 structure); in ib_unpack()
[all …]
/freebsd-13.1/crypto/openssl/doc/man3/
H A DCMS_add1_signer.pod21 structure B<cms>.
23 The CMS_ContentInfo structure should be obtained from an initial call to
25 valid CMS_ContentInfo SignedData structure.
31 structure is not complete and must be finalized either by streaming (if
35 structure, its main use is when B<CMS_REUSE_DIGEST> and B<CMS_PARTIAL> flags
44 CMS_SignerInfo structure and the CMS attribute utility functions or the
53 The returned CMS_ContentInfo structure will be valid and finalized when this
57 CMS_SignerInfo structure will not be finalized so additional attributes
67 The SignedData structure includes several CMS signedAttributes including the
85 structure just added, this can be used to set additional attributes
[all …]
H A DPKCS7_sign_add_signer.pod5 PKCS7_sign_add_signer - add a signer PKCS7 signed data structure
18 key B<pkey> using message digest B<md> to a PKCS7 signed data structure
21 The PKCS7 structure should be obtained from an initial call to PKCS7_sign()
23 signed data structure.
28 Unless the B<PKCS7_REUSE_DIGEST> flag is set the returned PKCS7 structure
36 signed data structure where the simpler PKCS7_sign() function defaults are
44 digest value from the PKCS7 structure: to add a signer to an existing structure.
54 PKCS7 structure, the signer's certificate must still be supplied in the
59 The signedData structure includes several PKCS#7 authenticatedAttributes
71 structure just added, this can be used to set additional attributes
[all …]
H A DCMS_get0_RecipientInfos.pod42 structures associated with a CMS EnvelopedData structure.
54 CMS_RecipientInfo structure B<ri>, which must be of type CMS_RECIPINFO_TRANS.
58 the CMS_RecipientInfo structure B<ri>, which must be of type
72 parameters against the B<keyIdentifier> CMS_RecipientInfo structure B<ri>,
77 B<keylen> with the CMS_RecipientInfo structure B<ri>, which must be of type
80 CMS_RecipientInfo_decrypt() attempts to decrypt CMS_RecipientInfo structure
81 B<ri> in structure B<cms>. A key must have been associated with the structure
84 CMS_RecipientInfo_encrypt() attempts to encrypt CMS_RecipientInfo structure
85 B<ri> in structure B<cms>. A key must have been associated with the structure
100 any appropriate means it can then associated with the structure and
[all …]
H A DCMS_add1_recipient_cert.pod5 CMS_add1_recipient_cert, CMS_add0_recipient_key - add recipients to a CMS enveloped data structure
24 data structure B<cms> as a KeyTransRecipientInfo structure.
29 data structure B<cms> as a KEKRecipientInfo structure.
31 The CMS_ContentInfo structure should be obtained from an initial call to
37 enveloped data structure where the simpler CMS_encrypt() function defaults are
40 CMS_RecipientInfo structure and the CMS attribute utility functions.
55 pointer to the CMS_RecipientInfo structure just added or NULL if an error
H A DPKCS7_sign.pod5 PKCS7_sign - create a PKCS#7 signedData structure
16 PKCS7_sign() creates and returns a PKCS#7 signedData structure. B<signcert> is
19 structure (for example any intermediate CAs in the chain).
35 PKCS7 structure, the signer's certificate must still be supplied in the
40 The data being signed is included in the PKCS7 structure, unless
50 The signedData structure includes several PKCS#7 authenticatedAttributes
60 If the flags B<PKCS7_STREAM> is set then the returned B<PKCS7> structure is
73 finalize the B<PKCS7> structure will give unpredictable results.
86 called to finalize the structure if streaming is not enabled. Alternative
90 PKCS#7 structure is output.
[all …]
H A DCMS_sign.pod5 CMS_sign - create a CMS SignedData structure
16 CMS_sign() creates and returns a CMS SignedData structure. B<signcert> is
19 structure (for example any intermediate CAs in the chain). Any or all of
36 CMS_ContentInfo structure, the signer's certificate must still be supplied in
41 The data being signed is included in the CMS_ContentInfo structure, unless
51 The SignedData structure includes several CMS signedAttributes including the
69 structure is just initialized ready to perform the signing operation. The
74 If the B<CMS_PARTIAL> flag is set a partial B<CMS_ContentInfo> structure is
78 If the flag B<CMS_STREAM> is set the returned B<CMS_ContentInfo> structure is
80 properly finalize the B<CMS_ContentInfo> structure will give unpredictable
[all …]
H A Dd2i_X509.pod421 the encoding of the structure B<a> to BIO B<bp> and it
425 the encoding of the structure B<a> to BIO B<bp> and it
439 The actual TYPE structure passed to i2d_TYPE() must be a valid
441 empty structure such as that returned by TYPE_new().
446 of the encoded structure.
465 Represents a PKCS#3 DH parameters structure.
469 Represents an ANSI X9.42 DH parameters structure.
486 Represents a PKCS#1 RSA public key structure.
523 Allocate and encode the DER encoding of an X509 structure:
611 Any function which encodes a structure (i2d_TYPE(),
[all …]
H A DASN1_TIME_set.pod64 functions set the structure B<s> to the time represented by the time_t
68 functions set the time structure B<s> to the time represented
72 seconds in a day. If B<s> is NULL a new structure is allocated
76 ASN1_GENERALIZEDTIME_set_string() functions set the time structure B<s>
82 ASN1_TIME_set_string_X509() sets ASN1_TIME structure B<s> to the time
95 functions check the syntax of the time structure B<s>.
98 functions print the time structure B<s> to BIO B<b> in human readable
112 converting B<s> to B<tm> structure.
136 The ASN1_TIME structure corresponds to the ASN.1 structure B<Time>
188 if the structure is syntactically correct and 0 otherwise.
[all …]
H A DSSL_new.pod5 SSL_dup, SSL_new, SSL_up_ref - create an SSL structure for a connection
17 SSL_new() creates a new B<SSL> structure which is needed to hold the
18 data for a TLS/SSL connection. The new structure inherits the settings
20 options, verification settings, timeout settings. An B<SSL> structure is
21 reference counted. Creating an B<SSL> structure for the first time increments
24 structure are freed.
27 existing B<SSL> structure.
29 The function SSL_dup() creates and returns a new B<SSL> structure from the same
107 The creation of a new SSL structure failed. Check the error stack to
110 =item Pointer to an SSL structure
[all …]
H A DCMS_compress.pod5 CMS_compress - create a CMS CompressedData structure
15 CMS_compress() creates and returns a CMS CompressedData structure. B<comp_nid>
37 If the B<CMS_STREAM> flag is set a partial B<CMS_ContentInfo> structure is
40 The compressed data is included in the CMS_ContentInfo structure, unless
46 If the flag B<CMS_STREAM> is set the returned B<CMS_ContentInfo> structure is
48 properly finalize the B<CMS_ContentInfo> structure will give unpredictable
52 PEM_write_bio_CMS_stream() finalize the structure. Alternatively finalization
61 CMS_compress() returns either a CMS_ContentInfo structure or NULL if an error
H A DCMS_encrypt.pod5 CMS_encrypt - create a CMS envelopedData structure
16 CMS_encrypt() creates and returns a CMS EnvelopedData structure. B<certs>
52 If the B<CMS_STREAM> flag is set a partial B<CMS_ContentInfo> structure is
55 If the B<CMS_PARTIAL> flag is set a partial B<CMS_ContentInfo> structure is
59 The data being encrypted is included in the CMS_ContentInfo structure, unless
65 If the flag B<CMS_STREAM> is set the returned B<CMS_ContentInfo> structure is
67 properly finalize the B<CMS_ContentInfo> structure will give unpredictable
71 PEM_write_bio_CMS_stream() finalize the structure. Alternatively finalization
76 structure. KEKRecipientInfo is also supported using the flag B<CMS_PARTIAL>
84 CMS_encrypt() returns either a CMS_ContentInfo structure or NULL if an error
H A DX509_PUBKEY_new.pod39 The B<X509_PUBKEY> structure represents the ASN.1 B<SubjectPublicKeyInfo>
40 structure defined in RFC5280 and used in certificates and certificate requests.
42 X509_PUBKEY_new() allocates and initializes an B<X509_PUBKEY> structure.
44 X509_PUBKEY_free() frees up B<X509_PUBKEY> structure B<a>. If B<a> is NULL
48 in the B<EVP_PKEY> structure B<pkey>. If B<*x> is not NULL any existing
49 public key structure will be freed.
58 d2i_PUBKEY() and i2d_PUBKEY() decode and encode an B<EVP_PKEY> structure
68 algorithm parameters is set to B<type> using the structure B<pval>.
95 Otherwise it returns a pointer to the newly allocated structure.
100 structure or B<NULL> if an error occurs.
H A DASN1_OBJECT_new.pod17 ASN1_OBJECT structure, which represents an ASN1 OBJECT IDENTIFIER.
19 ASN1_OBJECT_new() allocates and initializes an ASN1_OBJECT structure.
21 ASN1_OBJECT_free() frees up the B<ASN1_OBJECT> structure B<a>.
26 Although ASN1_OBJECT_new() allocates a new ASN1_OBJECT structure it
34 Otherwise it returns a pointer to the newly allocated structure.
H A DOCSP_REQUEST_new.pod29 OCSP_REQUEST_new() allocates and returns an empty B<OCSP_REQUEST> structure.
31 OCSP_REQUEST_free() frees up the request structure B<req>.
34 the B<OCSP_ONEREQ> structure added so an application can add additional
55 OCSP_REQUEST_new() returns an empty B<OCSP_REQUEST> structure or B<NULL> if
58 OCSP_request_add0_id() returns the B<OCSP_ONEREQ> structure containing B<cid>
67 OCSP_request_onereq_get0() returns a pointer to an B<OCSP_ONEREQ> structure
72 An OCSP request structure contains one or more B<OCSP_ONEREQ> structures
80 Create an B<OCSP_REQUEST> structure for certificate B<cert> with issuer
H A DPEM_read_bio_PrivateKey.pod187 structure is used instead.
197 structure.
206 structure.
209 an RSA structure. However, the public key is encoded using a
219 a DSA structure. The public key is encoded using a
230 structure. The parameters are encoded using a Dss-Parms structure
235 structure.
242 an X509 structure.
252 structure.
255 structure.
[all …]
H A DX509_new.pod20 X509 structure, which represents an X509 certificate.
22 X509_new() allocates and initializes a X509 structure with reference count
25 X509_free() decrements the reference count of B<X509> structure B<a> and
35 The function X509_up_ref() if useful if a certificate structure is being
37 use: this avoids the need to duplicate the entire certificate structure.
48 Otherwise it returns a pointer to the newly allocated structure.
H A DASN1_TYPE_get.pod23 These functions allow an ASN1_TYPE structure to be manipulated. The
24 ASN1_TYPE structure can contain any ASN.1 type or constructed type
39 B<t> using the ASN.1 structure B<it>. If successful it returns a pointer
40 to the ASN.1 structure corresponding to B<it> which must be freed by the
43 ASN1_TYPE_pack_sequence() attempts to encode the ASN.1 structure B<s>
55 V_ASN1_OBJECT then value is an ASN1_OBJECT structure. Otherwise B<type>
56 is and ASN1_STRING structure. If B<type> corresponds to a primitive type
85 ASN1_TYPE_unpack_sequence() returns a pointer to an ASN.1 structure or
88 ASN1_TYPE_pack_sequence() return an ASN1_TYPE structure if it succeeds or
H A DPKCS7_encrypt.pod5 PKCS7_encrypt - create a PKCS#7 envelopedData structure
16 PKCS7_encrypt() creates and returns a PKCS#7 envelopedData structure. B<certs>
52 If the B<PKCS7_STREAM> flag is set a partial B<PKCS7> structure is output
57 If the flag B<PKCS7_STREAM> is set the returned B<PKCS7> structure is B<not>
59 properly finalize the B<PKCS7> structure will give unpredictable
63 PEM_write_bio_PKCS7_stream() finalize the structure. Alternatively finalization
69 PKCS7_encrypt() returns either a PKCS7 structure or NULL if an error occurred.
H A DCMS_get0_type.pod18 CMS_get0_type() returns the content type of a CMS_ContentInfo structure as
20 CMS_ContentInfo structure based on this value.
23 structure. It should be called with CMS functions (such as L<CMS_sign>, L<CMS_encrypt>)
25 flag and B<before> the structure is finalised, otherwise the results are
58 access, modify or create the embedded content in a B<CMS_ContentInfo> structure
64 CMS_get0_type() and CMS_get0_eContentType() return an ASN1_OBJECT structure.
H A DCRYPTO_get_ex_new_index.pod69 a structure, call CRYPTO_new_ex_data(). This is only necessary for
91 routine must be used. This is because the containing structure is opaque
101 to a structure. The appropriate type-specific routine must be used.
102 The B<class_index> identifies the structure type, the B<obj> is
103 a pointer to the actual structure, and B<r> is a pointer to the
104 structure's exdata field.
112 When a structure is initially allocated (such as RSA_new()) then the
114 that the entire parent, or containing, structure has been set up.
119 When a structure is free'd (such as SSL_CTX_free()) then the
121 parent structure is not guaranteed. The free_func() may be called with a
[all …]
H A DASN1_generate_nconf.pod17 in an B<ASN1_TYPE> structure.
22 file whereas B<cnf> is obtained from an B<X509V3_CTX> structure
80 Encodes an ASN1 B<UTCTime> structure, the value should be in
85 Encodes an ASN1 B<GeneralizedTime> structure, the value should be in
91 of this structure, the format strings B<ASCII> and B<HEX> can be
110 contents of this structure. The format can be B<ASCII> or B<UTF8>.
124 Modifiers affect the following structure, they can be used to
133 Add an explicit tag to the following structure. This string
168 data as an B<ASN1_TYPE> structure or B<NULL> if an error occurred.
201 This example produces an RSAPrivateKey structure, this is the
[all …]
H A DBN_CTX_new.pod19 A B<BN_CTX> is a structure that holds B<BIGNUM> temporary variables used by
22 calls, the B<BN_CTX> structure is used.
24 BN_CTX_new() allocates and initializes a B<BN_CTX> structure.
25 BN_CTX_secure_new() allocates and initializes a B<BN_CTX> structure
29 BN_CTX_free() frees the components of the B<BN_CTX> and the structure itself.
/freebsd-13.1/crypto/openssl/doc/man1/
H A Dcrl2pkcs7.pod6 crl2pkcs7 - Create a PKCS#7 structure from a CRL and certificates
23 only" structure.
36 structure.B<PEM> (the default) is a base64 encoded version of
41 This specifies the PKCS#7 structure output format. B<DER> format is DER
42 encoded PKCS#7 structure.B<PEM> (the default) is a base64 encoded version of
52 Specifies the output filename to write the PKCS#7 structure to or standard
58 All certificates in the file will be added to the PKCS#7 structure. This
71 Create a PKCS#7 structure from a certificate and CRL:
75 Creates a PKCS#7 structure in DER format with no CRL from several
83 The output file is a PKCS#7 signed data structure containing no signers and
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dkernel-proc-operations.m43 dnl # The proc_ops structure was introduced to replace the use of
4 dnl # of the file_operations structure when registering proc handlers.
34 AC_MSG_CHECKING([whether proc_ops structure exists])
37 AC_DEFINE(HAVE_PROC_OPS_STRUCT, 1, [proc_ops structure exists])

12345678910>>...21