Symbol: SXNET
crypto/openssl/crypto/asn1/asn1_item_list.h
150
ASN1_ITEM_ref(SXNET),
crypto/openssl/crypto/x509/v3_sxnet.c
102
SXNET *sx = NULL;
crypto/openssl/crypto/x509/v3_sxnet.c
120
int SXNET_add_id_asc(SXNET **psx, const char *zone, const char *user, int userlen)
crypto/openssl/crypto/x509/v3_sxnet.c
137
int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, const char *user,
crypto/openssl/crypto/x509/v3_sxnet.c
160
int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *zone, const char *user,
crypto/openssl/crypto/x509/v3_sxnet.c
163
SXNET *sx = NULL;
crypto/openssl/crypto/x509/v3_sxnet.c
219
ASN1_OCTET_STRING *SXNET_get_id_asc(SXNET *sx, const char *zone)
crypto/openssl/crypto/x509/v3_sxnet.c
22
static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
crypto/openssl/crypto/x509/v3_sxnet.c
233
ASN1_OCTET_STRING *SXNET_get_id_ulong(SXNET *sx, unsigned long lzone)
crypto/openssl/crypto/x509/v3_sxnet.c
249
ASN1_OCTET_STRING *SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone)
crypto/openssl/crypto/x509/v3_sxnet.c
25
static SXNET *sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/openssl/crypto/x509/v3_sxnet.c
29
NID_sxnet, X509V3_EXT_MULTILINE, ASN1_ITEM_ref(SXNET),
crypto/openssl/crypto/x509/v3_sxnet.c
50
ASN1_SEQUENCE(SXNET) = {
crypto/openssl/crypto/x509/v3_sxnet.c
51
ASN1_SIMPLE(SXNET, version, ASN1_INTEGER),
crypto/openssl/crypto/x509/v3_sxnet.c
52
ASN1_SEQUENCE_OF(SXNET, ids, SXNETID)
crypto/openssl/crypto/x509/v3_sxnet.c
53
} ASN1_SEQUENCE_END(SXNET)
crypto/openssl/crypto/x509/v3_sxnet.c
55
IMPLEMENT_ASN1_FUNCTIONS(SXNET)
crypto/openssl/crypto/x509/v3_sxnet.c
57
static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
crypto/openssl/crypto/x509/v3_sxnet.c
98
static SXNET *sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/openssl/fuzz/asn1.c
176
ASN1_ITEM_ref(SXNET),
crypto/openssl/include/openssl/x509v3.h
806
DECLARE_ASN1_FUNCTIONS(SXNET)
crypto/openssl/include/openssl/x509v3.h
811
int SXNET_add_id_asc(SXNET **psx, const char *zone, const char *user, int userlen);
crypto/openssl/include/openssl/x509v3.h
812
int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, const char *user,
crypto/openssl/include/openssl/x509v3.h
814
int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, const char *user,
crypto/openssl/include/openssl/x509v3.h
817
ASN1_OCTET_STRING *SXNET_get_id_asc(SXNET *sx, const char *zone);
crypto/openssl/include/openssl/x509v3.h
818
ASN1_OCTET_STRING *SXNET_get_id_ulong(SXNET *sx, unsigned long lzone);
crypto/openssl/include/openssl/x509v3.h
819
ASN1_OCTET_STRING *SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone);