Lines Matching refs:structure

215 an EVP_PKEY structure. The write routines use PKCS#8 private key format and are
224 key in an EVP_PKEY structure in PKCS#8 EncryptedPrivateKeyInfo format using
229 structure is used instead.
238 structure. The public key is encoded as a SubjectPublicKeyInfo
239 structure.
242 RSA structure. The write routines uses traditional format. The read
247 RSA structure. The public key is encoded using a PKCS#1 RSAPublicKey
248 structure.
251 an RSA structure. However, the public key is encoded using a
252 SubjectPublicKeyInfo structure and an error occurs if the public
256 DSA structure. The write routines uses traditional format. The read
261 a DSA structure. The public key is encoded using a
262 SubjectPublicKeyInfo structure and an error occurs if the public
266 an EVP_PKEY structure. The encoding depends on the type of key; for DSA key
267 parameters, it will be a Dss-Parms structure as defined in RFC2459, and for DH
268 key parameters, it will be a PKCS#3 DHparameter structure. I<These functions
272 structure. The parameters are encoded using a Dss-Parms structure
276 structure. The parameters are encoded using a PKCS#3 DHparameter
277 structure.
280 structure. They will also process a trusted X509 certificate but
284 an X509 structure.
287 certificate request using an X509_REQ structure. The B<X509_REQ>
294 structure.
297 structure.
310 a I<B<TYPE> *> pointer. Where I<B<TYPE>> is whatever structure the function
312 NULL but I<*x> is NULL then the structure returned will be written
314 to reuse the structure at I<*x> (but see BUGS and EXAMPLES sections).
315 Irrespective of the value of I<x> a pointer to the structure is always
442 an existing structure. Therefore, the following:
455 The read routines return either a pointer to the structure read or NULL