Lines Matching refs:structure
130 because the PKCS#1 B<RSA> structure doesn't include any key parameters.
133 B<I<TYPE>> private key data organized in a type specific structure.
136 B<I<TYPE>> public key data organized in a type specific structure.
139 key parameters organized in a type specific structure.
142 public key data organized in a B<SubjectPublicKeyInfo> structure.
145 B<I<TYPE>> data into a type specific DER encoded structure.
148 B<I<TYPE>> data into a type specific DER encoded structure.
151 parameters data into a type specific DER encoded structure.
154 B<I<TYPE>> data into a DER encoded B<SubjectPublicKeyInfo> structure.
157 structure defined by PKCS#1.
184 outermost structure instead of the type specific structure, and that
199 specific structure is uniform, the only things that vary are the selection
200 of what part of the B<EVP_PKEY> should be output, and the structure. The
202 I<selection> and I<structure> as follows:
209 const char *structure = "type-specific";
214 const char *structure = "type-specific";
219 const char *structure = "type-specific";
224 const char *structure = "SubjectPublicKeyInfo";
233 OSSL_ENCODER_CTX_new_for_pkey(pkey, selection, "DER", structure,
253 "internal" (that is, an internal C structure) and "DER" respectively.
258 The actual TYPE structure passed to B<i2d_I<TYPE>>() must be a valid
259 populated B<I<TYPE>> structure -- it B<cannot> simply be fed with an
260 empty structure such as that returned by TYPE_new().
265 of the encoded structure.
271 usage of ASN1 functions: after one structure is encoded or decoded
280 Represents a DSA public key using a B<SubjectPublicKeyInfo> structure.
292 B<I<TYPE>> structure or NULL if an error occurs. If the "reuse" capability has
293 been used with a valid structure being passed in via I<a>, then the object is