Home
last modified time | relevance | path

Searched refs:ASN1_AUX (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_utl.c70 const ASN1_AUX *aux; in ossl_asn1_do_lock()
114 const ASN1_AUX *aux; in asn1_get_enc_ptr()
127 const ASN1_AUX *aux; in asn1_get_const_enc_ptr()
H A Dbio_ndef.c62 const ASN1_AUX *aux = it->funcs; in BIO_new_NDEF()
197 const ASN1_AUX *aux; in ndef_suffix()
H A Dn_pkey.c20 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
H A Da_dup.c67 const ASN1_AUX *aux = it->funcs; in ASN1_item_dup()
H A Dtasn_fre.c32 const ASN1_AUX *aux = it->funcs; in ossl_asn1_item_embed_free()
H A Dtasn_new.c65 const ASN1_AUX *aux = it->funcs; in asn1_item_embed_new()
H A Dtasn_prn.c142 const ASN1_AUX *aux = it->funcs; in asn1_item_print_ctx()
H A Dtasn_enc.c89 const ASN1_AUX *aux = it->funcs; in ASN1_item_ex_i2d()
H A Dasn_mime.c345 const ASN1_AUX *aux = it->funcs; in asn1_output_data()
H A Dtasn_dec.c170 const ASN1_AUX *aux; in asn1_item_embed_d2i()
/freebsd/crypto/openssl/doc/man3/
H A DASN1_aux_cb.pod5 ASN1_AUX, ASN1_PRINT_ARG, ASN1_STREAM_ARG, ASN1_aux_cb, ASN1_aux_const_cb
21 typedef struct ASN1_AUX_st ASN1_AUX;
44 ASN.1 data structures can be associated with an B<ASN1_AUX> object to supply
45 additional information about the ASN.1 structure. An B<ASN1_AUX> structure is
47 example an B<ASN1_AUX> structure will be associated by using one of the various
52 An B<ASN1_AUX> structure contains the following information.
73 B<ASN1_AUX> callback should be used in preference to the non-const form.
/freebsd/crypto/openssl/include/openssl/
H A Dasn1t.h195 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0, NULL}; \
199 static const ASN1_AUX tname##_aux = \
204 static const ASN1_AUX tname##_aux = \
209 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offset…
213 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc), NUL…
307 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0, NULL}; \
710 } ASN1_AUX; typedef
H A Dasn1t.h.in196 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0, NULL}; \
200 static const ASN1_AUX tname##_aux = \
205 static const ASN1_AUX tname##_aux = \
210 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offset…
214 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc), NUL…
308 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0, NULL}; \
610 /* funcs can be ASN1_PRIMITIVE_FUNCS*, ASN1_EXTERN_FUNCS*, or ASN1_AUX* */
682 * This is the ASN1_AUX structure: it handles various miscellaneous
711 } ASN1_AUX; typedef
730 /* Flags in ASN1_AUX */
/freebsd/crypto/openssl/util/
H A Dindent.pro46 -T ASN1_AUX
H A Dother.syms14 ASN1_AUX datatype
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile627 MLINKS+= ASN1_aux_cb.3 ASN1_AUX.3