Searched defs:ASN1_AUX_st (Results 1 – 2 of 2) sorted by relevance
703 typedef struct ASN1_AUX_st { struct704 void *app_data;705 int flags;706 int ref_offset; /* Offset of reference value */707 int ref_lock; /* Offset of lock value */708 ASN1_aux_cb *asn1_cb;709 int enc_offset; /* Offset of ASN1_ENCODING structure */710 ASN1_aux_const_cb *asn1_const_cb; /* for ASN1_OP_I2D_ and ASN1_OP_PRINT_ */
719 typedef struct ASN1_AUX_st { struct720 void *app_data;721 int flags;722 int ref_offset; /* Offset of reference value */723 int ref_lock; /* Lock type to use */724 ASN1_aux_cb *asn1_cb;725 int enc_offset; /* Offset of ASN1_ENCODING structure */