Lines Matching refs:structure

393 pointer to the B<TYPE> structure is returned and B<*ppin> is incremented to
395 to the returned structure is also written to B<*a>. If an error occurred
399 contains a valid B<TYPE> structure and an attempt is made to reuse it. This
410 i2d_TYPE() encodes the structure pointed to by B<a> into DER format.
421 the encoding of the structure B<a> to BIO B<bp> and it
425 the encoding of the structure B<a> to BIO B<bp> and it
434 "internal" (that is, an internal C structure) and "DER" respectively.
439 The actual TYPE structure passed to i2d_TYPE() must be a valid
440 populated B<TYPE> structure -- it B<cannot> simply be fed with an
441 empty structure such as that returned by TYPE_new().
446 of the encoded structure.
452 usage of ASN1 functions: after one structure is encoded or decoded
465 Represents a PKCS#3 DH parameters structure.
469 Represents an ANSI X9.42 DH parameters structure.
473 Represents a DSA public key using a B<SubjectPublicKeyInfo> structure.
486 Represents a PKCS#1 RSA public key structure.
490 Represents an B<AlgorithmIdentifier> structure as used in IETF RFC 6960 and
504 Represents the B<DigestInfo> structure defined in PKCS#1 and PKCS#7.
510 d2i_TYPE(), d2i_TYPE_bio() and d2i_TYPE_fp() return a valid B<TYPE> structure
512 a valid structure being passed in via B<a>, then the object is freed in
523 Allocate and encode the DER encoding of an X509 structure:
589 interpret its (invalid) value as an B<X509> structure, typically causing
596 B<*a> is valid is broken and some parts of the reused structure may
606 then the encoded structure may contain invalid data or omit the
611 Any function which encodes a structure (i2d_TYPE(),
613 structure has been modified after deserialization or previous