Lines Matching refs:ASN1_VALUE

37  typedef int ASN1_aux_cb(int operation, ASN1_VALUE **in, const ASN1_ITEM *it,
39 typedef int ASN1_aux_const_cb(int operation, const ASN1_VALUE **in,
78 offset into the B<ASN1_VALUE> structure where a B<CRYPTO_REF_COUNT> may be
84 offset into the B<ASN1_VALUE> structure where a B<CRYPTO_RWLOCK> may be
90 the B<ASN1_VALUE>. See below for further details.
94 Offset into the B<ASN1_VALUE> object where the original encoding of the object
100 the B<ASN1_VALUE>. This is used in preference to the I<asn1_cb> callback if
105 During the processing of an B<ASN1_VALUE> object the callbacks set via
108 B<ASN1_VALUE> object being processed based on the template in I<it>. An
118 prior to an B<ASN1_VALUE> object being allocated. The callback may allocate the
119 B<ASN1_VALUE> itself and store it in I<*pval>. If it does so it should return 2
125 after an B<ASN1_VALUE> object has been allocated. The allocated object is in
131 immediately before an B<ASN1_VALUE> is freed. If the callback originally
132 constructed the B<ASN1_VALUE> via B<ASN1_OP_NEW_PRE> then it should free it at
139 immediately after B<ASN1_VALUE> sub-structures are freed.
144 immediately before a "d2i" operation for the B<ASN1_VALUE>.
149 immediately after a "d2i" operation for the B<ASN1_VALUE>.
154 immediately before a "i2d" operation for the B<ASN1_VALUE>.
159 immediately after a "i2d" operation for the B<ASN1_VALUE>.
164 before printing the B<ASN1_VALUE>. The I<exarg> argument will be a pointer to an
170 after printing the B<ASN1_VALUE>. The I<exarg> argument will be a pointer to an
175 Invoked immediately prior to streaming the B<ASN1_VALUE> data using indefinite
181 Invoked immediately after streaming the B<ASN1_VALUE> data using indefinite
187 Invoked immediately prior to processing the B<ASN1_VALUE> data as a "detached"
193 Invoked immediately after processing the B<ASN1_VALUE> data as a "detached"
199 Invoked immediate prior to an ASN1_VALUE being duplicated via a call to
204 Invoked immediate after to an ASN1_VALUE has been duplicated via a call to
209 Invoked in order to obtain the B<OSSL_LIB_CTX> associated with an B<ASN1_VALUE>
216 B<ASN1_VALUE> if any. A pointer to the property query string should be stored in