Lines Matching refs:structure

128 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.
182 outermost structure instead of the type specific structure, and that
197 specific structure is uniform, the only things that vary are the selection
198 of what part of the B<EVP_PKEY> should be output, and the structure. The
200 I<selection> and I<structure> as follows:
207 const char *structure = "type-specific";
212 const char *structure = "type-specific";
217 const char *structure = "type-specific";
222 const char *structure = "SubjectPublicKeyInfo";
231 OSSL_ENCODER_CTX_new_for_pkey(pkey, selection, "DER", structure,
251 "internal" (that is, an internal C structure) and "DER" respectively.
256 The actual TYPE structure passed to B<i2d_I<TYPE>>() must be a valid
257 populated B<I<TYPE>> structure -- it B<cannot> simply be fed with an
258 empty structure such as that returned by TYPE_new().
263 of the encoded structure.
269 usage of ASN1 functions: after one structure is encoded or decoded
278 Represents a DSA public key using a B<SubjectPublicKeyInfo> structure.
290 B<I<TYPE>> structure or NULL if an error occurs. If the "reuse" capability has
291 been used with a valid structure being passed in via I<a>, then the object is