Home
last modified time | relevance | path

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

12345678910>>...24

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
HDib_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()
47 case 2: return be16_to_cpup((__be16 *) ((char *)structure + offset)); in value_read()
48 case 4: return be32_to_cpup((__be32 *) ((char *)structure + offset)); in value_read()
49 case 8: return be64_to_cpup((__be64 *) ((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()
130 static void value_write(int offset, int size, u64 val, void *structure) in value_write() argument
[all …]
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDCMS_get0_RecipientInfos.pod28 structures associated with a CMS EnvelopedData structure.
30 CMS_RecipientInfo_type() returns the type of CMS_RecipientInfo structure B<ri>.
35 identifier associated with a specific CMS_RecipientInfo structure B<ri>, which
40 CMS_RecipientInfo structure B<ri>, which must be of type CMS_RECIPINFO_TRANS.
44 the CMS_RecipientInfo structure B<ri>, which must be of type
48 CMS_RecipientInfo structure B<ri> which must be of type CMS_RECIPINFO_KEK. Any
58 parameters against the B<keyIdentifier> CMS_RecipientInfo structure B<ri>,
63 B<keylen> with the CMS_RecipientInfo structure B<ri>, which must be of type
66 CMS_RecipientInfo_decrypt() attempts to decrypt CMS_RecipientInfo structure
67 B<ri> in structure B<cms>. A key must have been associated with the structure
[all …]
HDCMS_add1_signer.pod5 CMS_add1_signer, CMS_SignerInfo_sign - add a signer to a CMS_ContentInfo signed data structure.
20 structure B<cms>.
22 The CMS_ContentInfo structure should be obtained from an initial call to
24 valid CMS_ContentInfo SignedData structure.
30 structure is not complete and must be finalized either by streaming (if
34 structure, its main use is when B<CMS_REUSE_DIGEST> and B<CMS_PARTIAL> flags
40 over a CMS signed data structure where the simpler CMS_sign() function defaults
43 CMS_SignerInfo structure and the CMS attribute utility functions or the
50 digest value from the CMS_ContentInfo structure: to add a signer to an existing
51 structure. An error occurs if a matching digest value cannot be found to copy.
[all …]
HDPKCS7_sign_add_signer.pod5 PKCS7_sign_add_signer - add a signer PKCS7 signed data structure.
17 key B<pkey> using message digest B<md> to a PKCS7 signed data structure
20 The PKCS7 structure should be obtained from an initial call to PKCS7_sign()
22 signed data structure.
27 Unless the B<PKCS7_REUSE_DIGEST> flag is set the returned PKCS7 structure
35 signed data structure where the simpler PKCS7_sign() function defaults are
43 digest value from the PKCS7 struture: to add a signer to an existing structure.
45 returned PKCS7 structure will be valid and finalized when this flag is set.
48 B<PKCS7_SIGNER_INO> structure will not be finalized so additional attributes
53 PKCS7 structure, the signer's certificate must still be supplied in the
[all …]
HDCMS_add1_recipient_cert.pod5 CMS_add1_recipient_cert, CMS_add0_recipient_key - add recipients to a CMS enveloped data structure
18 data structure B<cms> as a KeyTransRecipientInfo structure.
23 data structure B<cms> as a KEKRecipientInfo structure.
25 The CMS_ContentInfo structure should be obtained from an initial call to
31 enveloped data structure where the simpler CMS_encrypt() function defaults are
34 CMS_RecipientInfo structure and the CMS attribute utility functions.
49 pointer to the CMS_RecipientInfo structure just added or NULL if an error
HDASN1_TIME_set.pod22 The function ASN1_TIME_set() sets the ASN1_TIME structure B<s> to the
24 structure is allocated and returned.
26 ASN1_TIME_adj() sets the ASN1_TIME structure B<s> to the time represented
30 seconds in a day. If B<s> is NULL a new ASN1_TIME structure is allocated
33 ASN1_TIME_set_string() sets ASN1_TIME structure B<s> to the time
37 ASN1_TIME_check() checks the syntax of ASN1_TIME structure B<s>.
42 structure has invalid format it prints out "Bad time value" and returns
57 The ASN1_TIME structure corresponds to the ASN.1 structure B<Time>
62 The ASN1_TIME structure is represented as an ASN1_STRING internally and can
65 The ASN1_TIME structure can represent years from 0000 to 9999 but no attempt
[all …]
HDPKCS7_sign.pod5 PKCS7_sign - create a PKCS#7 signedData structure
15 PKCS7_sign() creates and returns a PKCS#7 signedData structure. B<signcert> is
18 structure (for example any intermediate CAs in the chain).
34 PKCS7 structure, the signer's certificate must still be supplied in the
39 The data being signed is included in the PKCS7 structure, unless
49 The signedData structure includes several PKCS#7 autenticatedAttributes
59 If the flags B<PKCS7_STREAM> is set then the returned B<PKCS7> structure is
65 If the B<PKCS7_PARTIAL> flag is set a partial B<PKCS7> structure is output to
71 If the flag B<PKCS7_STREAM> is set the returned B<PKCS7> structure is B<not>
73 finalize the B<PKCS7> structure will give unpredictable results.
[all …]
HDd2i_X509.pod28 B<X509> structure, which represents an X509 certificate.
31 successful a pointer to the B<X509> structure is returned. If an error
33 returned structure is written to B<*px>. If B<*px> is not B<NULL>
35 structure and an attempt is made to reuse it. This "reuse" capability is present
47 i2d_X509() encodes the structure pointed to by B<x> into DER format.
70 the encoding of the structure B<x> to BIO B<bp> and it
74 the encoding of the structure B<x> to BIO B<bp> and it
83 "internal" (that is an internal C structure) and "DER". So
91 The actual X509 structure passed to i2d_X509() must be a valid
92 populated B<X509> structure it can B<not> simply be fed with an
[all …]
HDRSA_get_ex_new_index.pod31 a structure (for example the hash of some part of the structure) or some
39 are called when the parent structure (in this case an RSA structure) is
59 B<new_func()> is called when a structure is initially allocated (for example
60 with B<RSA_new()>. The parent structure members will not have any meaningful
62 application specific structure.
64 B<free_func()> is called when a structure is being freed up. The dynamic parent
65 structure members should not be accessed because they will be freed up when
69 pointer to the parent RSA structure. B<ptr> is a the application specific data
71 B<CRYPTO_EX_DATA> structure from the parent RSA structure: the functions
78 B<dup_func()> is called when a structure is being copied. Pointers to the
[all …]
HDCMS_sign.pod5 CMS_sign - create a CMS SignedData structure
15 CMS_sign() creates and returns a CMS SignedData structure. B<signcert> is
18 structure (for example any intermediate CAs in the chain). Any or all of
35 CMS_ContentInfo structure, the signer's certificate must still be supplied in
40 The data being signed is included in the CMS_ContentInfo structure, unless
50 The SignedData structure includes several CMS signedAttributes including the
68 structure is just initialized ready to perform the signing operation. The
73 If the B<CMS_PARTIAL> flag is set a partial B<CMS_ContentInfo> structure is
77 If the flag B<CMS_STREAM> is set the returned B<CMS_ContentInfo> structure is
79 properly finalize the B<CMS_ContentInfo> structure will give unpredictable
[all …]
HDCMS_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
HDCMS_encrypt.pod5 CMS_encrypt - create a CMS envelopedData structure
15 CMS_encrypt() creates and returns a CMS EnvelopedData structure. B<certs>
51 If the B<CMS_STREAM> flag is set a partial B<CMS_ContentInfo> structure is
54 If the B<CMS_PARTIAL> flag is set a partial B<CMS_ContentInfo> structure is
58 The data being encrypted is included in the CMS_ContentInfo structure, unless
64 If the flag B<CMS_STREAM> is set the returned B<CMS_ContentInfo> structure is
66 properly finalize the B<CMS_ContentInfo> structure will give unpredictable
70 PEM_write_bio_CMS_stream() finalize the structure. Alternatively finalization
75 structure. KEKRecipientInfo is also supported using the flag B<CMS_PARTIAL>
83 CMS_encrypt() returns either a CMS_ContentInfo structure or NULL if an error
HDpem.pod218 PEM format using an EVP_PKEY structure. The write routines use
224 write a private key in an EVP_PKEY structure in PKCS#8
229 encryption is used and a PKCS#8 PrivateKeyInfo structure is used instead.
238 structure. The public key is encoded as a SubjectPublicKeyInfo
239 structure.
242 RSA structure. It handles the same formats as the B<PrivateKey>
246 RSA structure. The public key is encoded using a PKCS#1 RSAPublicKey
247 structure.
250 an RSA structure. However the public key is encoded using a
251 SubjectPublicKeyInfo structure and an error occurs if the public
[all …]
HDEVP_PKEY_new.pod18 structure which is used by OpenSSL to store private keys.
24 The B<EVP_PKEY> structure is used by various OpenSSL functions
28 The structure returned by EVP_PKEY_new() is empty. To add a
29 private key to this empty structure the functions described in
35 structure of B<NULL> if an error occurred.
HDASN1_OBJECT_new.pod17 ASN1_OBJECT structure, which represents an ASN1 OBJECT IDENTIFIER.
19 ASN1_OBJECT_new() allocates and initializes a ASN1_OBJECT structure.
21 ASN1_OBJECT_free() frees up the B<ASN1_OBJECT> structure B<a>.
25 Although ASN1_OBJECT_new() allocates a new ASN1_OBJECT structure it
33 Otherwise it returns a pointer to the newly allocated structure.
HDCMS_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 with the B<CMS_PARTIAL>
24 flag and B<before> the structure is finalised, otherwise the results are
57 access, modify or create the embedded content in a B<CMS_ContentInfo> structure
63 CMS_get0_type() and CMS_get0_eContentType() return and ASN1_OBJECT structure.
HDd2i_ECPKParameters.pod26 B<EC_GROUP> structure, which represents a curve.
29 successful a pointer to the B<EC_GROUP> structure is returned. If an error
31 returned structure is written to B<*px>. If B<*px> is not B<NULL>
33 structure and an attempt is made to reuse it. If the call is
37 i2d_ECPKParameters() encodes the structure pointed to by B<x> into DER format.
54 the encoding of the structure B<x> to BIO B<bp> and it
58 the encoding of the structure B<x> to BIO B<bp> and it
69 …meters(), d2i_ECPKParameters_bio() and d2i_ECPKParameters_fp() return a valid B<EC_GROUP> structure
HDPKCS7_encrypt.pod5 PKCS7_encrypt - create a PKCS#7 envelopedData structure
15 PKCS7_encrypt() creates and returns a PKCS#7 envelopedData structure. B<certs>
51 If the B<PKCS7_STREAM> flag is set a partial B<PKCS7> structure is output
56 If the flag B<PKCS7_STREAM> is set the returned B<PKCS7> structure is B<not>
58 properly finalize the B<PKCS7> structure will give unpredictable
62 PEM_write_bio_PKCS7_stream() finalize the structure. Alternatively finalization
68 PKCS7_encrypt() returns either a PKCS7 structure or NULL if an error occurred.
HDX509_new.pod17 X509 structure, which represents an X509 certificate.
19 X509_new() allocates and initializes a X509 structure.
21 X509_free() frees up the B<X509> structure B<a>.
27 Otherwise it returns a pointer to the newly allocated structure.
HDASN1_generate_nconf.pod17 in an B<ASN1_TYPE> structure.
22 file wherease 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
97 of this structure, the format strings B<ASCII>, B<HEX> and B<BITLIST>
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
148 The following structure is surrounded by an OCTET STRING, a SEQUENCE,
[all …]
HDPKCS12_parse.pod5 PKCS12_parse - parse a PKCS#12 structure
16 PKCS12_parse() parses a PKCS12 structure.
18 B<p12> is the B<PKCS12> structure to parse. B<pass> is the passphrase to use.
31 B<X509> structure.
48 Attributes currently cannot be stored in the private key B<EVP_PKEY> structure.
/freebsd-11-stable/crypto/openssl/doc/apps/
HDcrl2pkcs7.pod6 crl2pkcs7 - Create a PKCS#7 structure from a CRL and certificates.
22 only" structure.
31 structure.B<PEM> (the default) is a base64 encoded version of
36 This specifies the PKCS#7 structure output format. B<DER> format is DER
37 encoded PKCS#7 structure.B<PEM> (the default) is a base64 encoded version of
47 specifies the output filename to write the PKCS#7 structure to or standard
53 All certificates in the file will be added to the PKCS#7 structure. This
66 Create a PKCS#7 structure from a certificate and CRL:
70 Creates a PKCS#7 structure in DER format with no CRL from several
78 The output file is a PKCS#7 signed data structure containing no signers and
/freebsd-11-stable/crypto/openssl/doc/ssl/
HDSSL_new.pod5 SSL_new - create a new SSL structure for a connection
15 SSL_new() creates a new B<SSL> structure which is needed to hold the
16 data for a TLS/SSL connection. The new structure inherits the settings
28 The creation of a new SSL structure failed. Check the error stack to
31 =item Pointer to an SSL structure
33 The return value points to an allocated SSL structure.
/freebsd-11-stable/contrib/gcc/doc/
HDgty.texi38 In a structure definition, before the open brace;
43 In a structure field definition, before the name of the field.
78 structure. Extra information can be provided with @code{GTY} options
88 the data structure being marked:
93 The current structure.
95 The structure that immediately contains the current structure.
97 The outermost structure that contains the current structure.
103 For instance, suppose that you have a structure of the form
135 the length of an array. The first case is when a structure ends in a
148 The second case is when a structure or a global variable contains a
[all …]
/freebsd-11-stable/crypto/openssl/
HDREADME.ASN113 1. The code is difficult to read and write. For every single ASN1 structure
25 structure from memory. This is fine for small structures but if you have a
26 (say) 1Gb PKCS#7 signedData structure it isn't such a good idea...
48 passed structure contains a NULL in a mandatory field it will not be encoded,
49 resulting in an invalid structure.
65 It describes in a machine readable way exactly how the ASN1 structure should
109 SEQUENCE OF or SET OF. These are both implemented as a STACK structure. The
110 old code would omit the structure if the STACK was NULL (which is fine) or if
123 The X509_ATTRIBUTE structure used to have an element called 'set' which took
127 been deleted to deliberately break source compatibility. Since this structure
[all …]

12345678910>>...24