Home
last modified time | relevance | path

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

12345678910>>...87

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dendecoder_legacy_test.c74 const char *structure[2]; member
305 const char *structure) in test_protected_PEM() argument
323 "PEM", structure, in test_protected_PEM()
337 "PEM", structure, in test_protected_PEM()
373 const char *structure) in test_unprotected_PEM() argument
391 "PEM", structure, in test_unprotected_PEM()
404 "PEM", structure, in test_unprotected_PEM()
438 const char *structure) in test_DER() argument
456 "DER", structure, in test_DER()
471 "DER", structure, in test_DER()
[all …]
/netbsd-src/external/bsd/nvi/docs/internals/
H A Dstructures4 structure per screen type. The first is a single global structure (GS)
11 references the GS structure.
13 The GS structure contains linked lists of screen (SCR) structures.
14 Each SCR structure normally references a file (EXF) structure.
16 The GS structure has a set of functions which update the screen and/or
18 The GS structure never goes away. The SCR structure persists over
19 instances of screens, and the EXF structure persists over references to
23 information for a file is held in an FREF structure which is chained from
24 the SCR structure.
26 In general, functions are always passed an SCR structure, which usually
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DPKCS7_sign_add_signer.pod6 PKCS7_add_certificate, PKCS7_add_crl - add information to PKCS7 structure
20 key I<pkey> using message digest I<md> to a PKCS7 signed data structure I<p7>.
22 The B<PKCS7> structure should be obtained from an initial call to PKCS7_sign()
24 signed data structure.
29 Unless the B<PKCS7_REUSE_DIGEST> flag is set the returned B<PKCS7> structure
37 signed data structure where the simpler PKCS7_sign() function defaults are
45 digest value from the B<PKCS7> structure: to add a signer to an existing structure.
47 returned B<PKCS7> structure will be valid and finalized when this flag is set.
50 B<PKCS7_SIGNER_INO> structure will not be finalized so additional attributes
55 B<PKCS7> structure, the signer's certificate must still be supplied in the
[all …]
H A DCMS_get0_RecipientInfos.pod46 structures associated with a CMS EnvelopedData structure.
48 CMS_RecipientInfo_type() returns the type of CMS_RecipientInfo structure B<ri>.
53 identifier associated with a specific CMS_RecipientInfo structure B<ri>, which
58 CMS_RecipientInfo structure B<ri>, which must be of type CMS_RECIPINFO_TRANS.
62 the CMS_RecipientInfo structure B<ri>, which must be of type
66 and peer certificate B<peer> with the CMS_RecipientInfo structure B<ri>, which
70 CMS_RecipientInfo structure B<ri>, which must be of type CMS_RECIPINFO_AGREE.
73 CMS_RecipientInfo structure B<ri> which must be of type CMS_RECIPINFO_KEK. Any
83 parameters against the B<keyIdentifier> CMS_RecipientInfo structure B<ri>,
88 B<keylen> with the CMS_RecipientInfo structure B<ri>, which must be of type
[all …]
H A DCMS_add1_signer.pod5 CMS_add1_signer, CMS_SignerInfo_sign - add a signer to a CMS_ContentInfo signed data structure
21 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 the B<CMS_REUSE_DIGEST> and B<CMS_PARTIAL> flags
41 over a CMS signed data structure where the simpler CMS_sign() function defaults
44 CMS_SignerInfo structure and the CMS attribute utility functions or the
51 digest value from the CMS_ContentInfo structure: to add a signer to an existing
52 structure. An error occurs if a matching digest value cannot be found to copy.
[all …]
H A Dd2i_RSAPrivateKey.pod128 because the PKCS#1 B<RSA> structure doesn't include any key parameters.
131 B<I<TYPE>> private key data organized in a type specific structure.
134 B<I<TYPE>> public key data organized in a type specific structure.
137 key parameters organized in a type specific structure.
140 public key data organized in a B<SubjectPublicKeyInfo> structure.
143 B<I<TYPE>> data into a type specific DER encoded structure.
146 B<I<TYPE>> data into a type specific DER encoded structure.
149 parameters data into a type specific DER encoded structure.
152 B<I<TYPE>> data into a DER encoded B<SubjectPublicKeyInfo> structure.
155 structure defined by PKCS#1.
[all …]
H A DASN1_aux_cb.pod18 int enc_offset; /* Offset of ASN1_ENCODING structure */
45 additional information about the ASN.1 structure. An B<ASN1_AUX> structure is
46 associated with the structure during the definition of the ASN.1 template. For
47 example an B<ASN1_AUX> structure will be associated by using one of the various
52 An B<ASN1_AUX> structure contains the following information.
78 offset into the B<ASN1_VALUE> structure where a B<CRYPTO_REF_COUNT> may be
84 offset into the B<ASN1_VALUE> structure where a B<CRYPTO_RWLOCK> may be
117 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
124 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
130 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
[all …]
H A DASN1_TIME_set.pod70 functions set the structure I<s> to the time represented by the time_t
71 value I<t>. If I<s> is NULL a new time structure is allocated and returned.
74 functions set the time structure I<s> to the time represented
78 seconds in a day. If I<s> is NULL a new structure is allocated
82 ASN1_GENERALIZEDTIME_set_string() functions set the time structure I<s>
88 ASN1_TIME_set_string_X509() sets B<ASN1_TIME> structure I<s> to the time
101 functions check the syntax of the time structure I<s>.
104 functions print the time structure I<s> to BIO I<b> in human readable
107 If the time structure has invalid format it prints out "Bad time value" and
114 ASN1_TIME_to_tm() converts the time I<s> to the standard I<tm> structure.
[all …]
H A DPKCS7_sign.pod6 - create a PKCS#7 signedData structure
20 PKCS7_sign_ex() creates and returns a PKCS#7 signedData structure.
23 in the PKCS#7 structure (for example any intermediate CAs in the chain).
39 will not be included in the PKCS7 structure.
44 The data being signed is included in the PKCS7 structure, unless
54 The signedData structure includes several PKCS#7 authenticatedAttributes
64 If the flags B<PKCS7_STREAM> is set then the returned B<PKCS7> structure is
70 If the B<PKCS7_PARTIAL> flag is set a partial B<PKCS7> structure is output to
73 If the flag B<PKCS7_STREAM> is set the returned B<PKCS7> structure is B<not>
75 finalize the B<PKCS7> structure will give unpredictable results.
[all …]
H A DCMS_add1_recipient_cert.pod5 … CMS_add1_recipient_cert, CMS_add0_recipient_key - add recipients to a CMS enveloped data structure
33 data structure B<cms> as a KeyTransRecipientInfo structure.
38 data structure B<cms> as a KEKRecipientInfo structure.
40 The CMS_ContentInfo structure should be obtained from an initial call to
46 enveloped data structure where the simpler CMS_encrypt() function defaults are
49 CMS_RecipientInfo structure and the CMS attribute utility functions.
64 pointer to the CMS_RecipientInfo structure just added or NULL if an error
H A DCMS_encrypt.pod5 CMS_encrypt_ex, CMS_encrypt - create a CMS envelopedData structure
20 AuthEnvelopedData structure. I<certs> is a list of recipient certificates.
33 its parameters. If the cipher mode is GCM, then an AuthEnvelopedData structure
34 containing MAC is used. Otherwise an EnvelopedData structure is used. Currently
58 If the B<CMS_STREAM> flag is set a partial B<CMS_ContentInfo> structure is
61 If the B<CMS_PARTIAL> flag is set a partial B<CMS_ContentInfo> structure is
65 The data being encrypted is included in the CMS_ContentInfo structure, unless
69 If the flag B<CMS_STREAM> is set the returned B<CMS_ContentInfo> structure is
71 properly finalize the B<CMS_ContentInfo> structure will give unpredictable
75 PEM_write_bio_CMS_stream() finalize the structure. Alternatively finalization
[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_sign.pod5 CMS_sign, CMS_sign_ex - create a CMS SignedData structure
20 CMS_sign_ex() creates and returns a CMS SignedData structure.
23 in the CMS structure (for example any intermediate CAs in the chain). The
45 CMS_ContentInfo structure, the signer's certificate must still be supplied in
50 The data being signed is included in the CMS_ContentInfo structure, unless
60 The SignedData structure includes several CMS signedAttributes including the
79 structure is just initialized ready to perform the signing operation. The
84 If the B<CMS_PARTIAL> flag is set a partial B<CMS_ContentInfo> structure is
88 If the flag B<CMS_STREAM> is set the returned B<CMS_ContentInfo> structure is
90 properly finalize the B<CMS_ContentInfo> structure will give unpredictable
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DPKCS7_sign_add_signer.pod6 PKCS7_add_certificate, PKCS7_add_crl - add information to PKCS7 structure
20 key I<pkey> using message digest I<md> to a PKCS7 signed data structure I<p7>.
22 The B<PKCS7> structure should be obtained from an initial call to PKCS7_sign()
24 signed data structure.
29 Unless the B<PKCS7_REUSE_DIGEST> flag is set the returned B<PKCS7> structure
37 signed data structure where the simpler PKCS7_sign() function defaults are
45 digest value from the B<PKCS7> structure: to add a signer to an existing structure.
47 returned B<PKCS7> structure will be valid and finalized when this flag is set.
50 B<PKCS7_SIGNER_INO> structure will not be finalized so additional attributes
55 B<PKCS7> structure, the signer's certificate must still be supplied in the
[all …]
H A DCMS_add1_signer.pod5 CMS_add1_signer, CMS_SignerInfo_sign - add a signer to a CMS_ContentInfo signed data structure
21 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
41 over a CMS signed data structure where the simpler CMS_sign() function defaults
44 CMS_SignerInfo structure and the CMS attribute utility functions or the
51 digest value from the CMS_ContentInfo structure: to add a signer to an existing
52 structure. An error occurs if a matching digest value cannot be found to copy.
[all …]
H A DCMS_get0_RecipientInfos.pod42 structures associated with a CMS EnvelopedData structure.
44 CMS_RecipientInfo_type() returns the type of CMS_RecipientInfo structure B<ri>.
49 identifier associated with a specific CMS_RecipientInfo structure B<ri>, which
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
62 CMS_RecipientInfo structure B<ri> which must be of type CMS_RECIPINFO_KEK. Any
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
[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.
19 in the PKCS#7 structure (for example any intermediate CAs in the chain).
32 will not be included in the PKCS7 structure.
37 The data being signed is included in the PKCS7 structure, unless
47 The signedData structure includes several PKCS#7 authenticatedAttributes
57 If the flags B<PKCS7_STREAM> is set then the returned B<PKCS7> structure is
63 If the B<PKCS7_PARTIAL> flag is set a partial B<PKCS7> structure is output to
68 If the flag B<PKCS7_STREAM> is set the returned B<PKCS7> structure is B<not>
70 finalize the B<PKCS7> structure will give unpredictable results.
[all …]
H A Dd2i_X509.pod393 pointer to the B<TYPE> structure is returned and B<*ppin> is incremented to
395 to the returned structure is also written to B<*a>. If an error occurred
399 contains a valid B<TYPE> structure and an attempt is made to reuse it. This
410 i2d_TYPE() encodes the structure pointed to by B<a> into DER format.
421 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
434 "internal" (that is, an internal C structure) and "DER" respectively.
439 The actual TYPE structure passed to i2d_TYPE() must be a valid
440 populated B<TYPE> structure -- it B<cannot> simply be fed with an
441 empty structure such as that returned by TYPE_new().
[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 DASN1_TIME_set.pod64 functions set the structure B<s> to the time represented by the time_t
65 value B<t>. If B<s> is NULL a new time structure is allocated and returned.
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
101 structure has invalid format it prints out "Bad time value" and returns
105 ASN1_TIME_to_tm() converts the time B<s> to the standard B<tm> structure.
[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_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 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
/netbsd-src/crypto/external/bsd/openssl.old/dist/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

12345678910>>...87