Home
last modified time | relevance | path

Searched refs:ASN1_AFLG_ENCODING (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_utl.c119 if (aux == NULL || (aux->flags & ASN1_AFLG_ENCODING) == 0) in asn1_get_enc_ptr()
132 if (aux == NULL || (aux->flags & ASN1_AFLG_ENCODING) == 0) in asn1_get_const_enc_ptr()
/freebsd/crypto/openssl/doc/man3/
H A DASN1_aux_cb.pod66 The B<ASN1_AFLG_ENCODING> flag indicates that the original encoding of the
95 will be saved if the B<ASN1_AFLG_ENCODING> flag has been set.
/freebsd/crypto/openssl/include/openssl/
H A Dasn1t.h213 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc), NUL…
734 # define ASN1_AFLG_ENCODING 2 macro
H A Dasn1t.h.in214 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc), NUL…
735 # define ASN1_AFLG_ENCODING 2 macro