Searched refs:ASN1_AUX (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dasn1t.h173 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
177 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
181 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
185 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
245 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
676 /* This is the ASN1_AUX structure: it handles various
702 } ASN1_AUX; typedef in typeref:struct:ASN1_AUX_st
704 /* Flags in ASN1_AUX */
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dasn1t.h170 const static ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
174 const static ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
178 const static ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
182 const static ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
230 const static ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
644 /* This is the ASN1_AUX structure: it handles various
670 } ASN1_AUX; typedef in typeref:struct:ASN1_AUX_st
672 /* Flags in ASN1_AUX */

Completed in 91 milliseconds