Lines Matching refs:structure

222 an EVP_PKEY structure. The write routines use PKCS#8 private key format and are
231 key in an EVP_PKEY structure in PKCS#8 EncryptedPrivateKeyInfo format using
236 structure is used instead.
245 structure. The public key is encoded as a SubjectPublicKeyInfo
246 structure.
249 RSA structure. The write routines uses traditional format. The read
254 RSA structure. The public key is encoded using a PKCS#1 RSAPublicKey
255 structure.
258 an RSA structure. However, the public key is encoded using a
259 SubjectPublicKeyInfo structure and an error occurs if the public
263 DSA structure. The write routines uses traditional format. The read
268 a DSA structure. The public key is encoded using a
269 SubjectPublicKeyInfo structure and an error occurs if the public
273 an EVP_PKEY structure. The encoding depends on the type of key; for DSA key
274 parameters, it will be a Dss-Parms structure as defined in RFC2459, and for DH
275 key parameters, it will be a PKCS#3 DHparameter structure. I<These functions
279 structure. The parameters are encoded using a Dss-Parms structure
283 structure. The parameters are encoded using a PKCS#3 DHparameter
284 structure.
287 structure. They will also process a trusted X509 certificate but
291 an X509 structure.
294 certificate request using an X509_REQ structure. The B<X509_REQ>
301 structure.
304 structure.
317 a I<B<TYPE> *> pointer. Where I<B<TYPE>> is whatever structure the function
319 NULL but I<*x> is NULL then the structure returned will be written
321 to reuse the structure at I<*x> (but see BUGS and EXAMPLES sections).
322 Irrespective of the value of I<x> a pointer to the structure is always
452 an existing structure. Therefore, the following:
466 The read routines return either a pointer to the structure read or NULL