Searched refs:ASN1_AUX (Results 1 – 16 of 16) sorted by relevance
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | tasn_utl.c | 70 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 D | bio_ndef.c | 62 const ASN1_AUX *aux = it->funcs; in BIO_new_NDEF() 197 const ASN1_AUX *aux; in ndef_suffix()
|
H A D | n_pkey.c | 20 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
|
H A D | a_dup.c | 67 const ASN1_AUX *aux = it->funcs; in ASN1_item_dup()
|
H A D | tasn_fre.c | 32 const ASN1_AUX *aux = it->funcs; in ossl_asn1_item_embed_free()
|
H A D | tasn_new.c | 65 const ASN1_AUX *aux = it->funcs; in asn1_item_embed_new()
|
H A D | tasn_prn.c | 142 const ASN1_AUX *aux = it->funcs; in asn1_item_print_ctx()
|
H A D | tasn_enc.c | 89 const ASN1_AUX *aux = it->funcs; in ASN1_item_ex_i2d()
|
H A D | asn_mime.c | 345 const ASN1_AUX *aux = it->funcs; in asn1_output_data()
|
H A D | tasn_dec.c | 170 const ASN1_AUX *aux; in asn1_item_embed_d2i()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ASN1_aux_cb.pod | 5 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 D | asn1t.h | 195 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 D | asn1t.h.in | 196 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 D | indent.pro | 46 -T ASN1_AUX
|
H A D | other.syms | 14 ASN1_AUX datatype
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 627 MLINKS+= ASN1_aux_cb.3 ASN1_AUX.3
|