Lines Matching refs:structure
45 The B<X509_PUBKEY> structure represents the ASN.1 B<SubjectPublicKeyInfo>
46 structure defined in RFC5280 and used in certificates and certificate requests.
48 X509_PUBKEY_new_ex() allocates and initializes an B<X509_PUBKEY> structure
60 X509_PUBKEY_free() frees up B<X509_PUBKEY> structure I<a>. If I<a> is NULL
64 in the B<EVP_PKEY> structure I<pkey>. If I<*x> is not NULL any existing
65 public key structure will be freed.
74 d2i_PUBKEY_ex() decodes an B<EVP_PKEY> structure using B<SubjectPublicKeyInfo>
81 i2d_PUBKEY() encodes an B<EVP_PKEY> structure using B<SubjectPublicKeyInfo>
90 algorithm parameters is set to I<type> using the structure I<pval>.
118 Otherwise they return a pointer to the newly allocated structure.
123 structure or NULL if an error occurs.