Symbol: ASN1_NULL
crypto/openssl/crypto/asn1/asn1_item_list.h
28
ASN1_ITEM_ref(ASN1_NULL),
crypto/openssl/crypto/asn1/tasn_typ.c
43
IMPLEMENT_ASN1_TYPE(ASN1_NULL)
crypto/openssl/crypto/asn1/tasn_typ.c
44
IMPLEMENT_ASN1_FUNCTIONS(ASN1_NULL)
crypto/openssl/crypto/cmp/cmp_asn.c
101
ASN1_NULL)),
crypto/openssl/crypto/cmp/cmp_local.h
282
ASN1_NULL *implicitConfirm;
crypto/openssl/crypto/crmf/crmf_asn.c
101
ASN1_IMP(OSSL_CRMF_POPOPRIVKEY, value.encryptedKey, ASN1_NULL, 4),
crypto/openssl/crypto/crmf/crmf_asn.c
138
ASN1_IMP(OSSL_CRMF_POPO, value.raVerified, ASN1_NULL, 0),
crypto/openssl/crypto/crmf/crmf_local.h
211
ASN1_NULL *encryptedKey; /* 4 */
crypto/openssl/crypto/crmf/crmf_local.h
293
ASN1_NULL *raVerified; /* 0 */
crypto/openssl/crypto/ct/ct_x509v3.c
89
{ NID_ct_precert_poison, 0, ASN1_ITEM_ref(ASN1_NULL),
crypto/openssl/crypto/ec/ec_asn1.c
114
ADB_ENTRY(NID_X9_62_onBasis, ASN1_SIMPLE(X9_62_CHARACTERISTIC_TWO, p.onBasis, ASN1_NULL)),
crypto/openssl/crypto/ec/ec_asn1.c
152
ASN1_SIMPLE(ECPKPARAMETERS, value.implicitlyCA, ASN1_NULL)
crypto/openssl/crypto/ec/ec_asn1.c
40
ASN1_NULL *onBasis;
crypto/openssl/crypto/ec/ec_asn1.c
89
ASN1_NULL *implicitlyCA;
crypto/openssl/crypto/ocsp/ocsp_asn.c
86
ASN1_IMP(OCSP_CERTSTATUS, value.good, ASN1_NULL, 0),
crypto/openssl/crypto/ocsp/ocsp_asn.c
88
ASN1_IMP(OCSP_CERTSTATUS, value.unknown, ASN1_NULL, 2)
crypto/openssl/crypto/ocsp/ocsp_local.h
129
ASN1_NULL *good;
crypto/openssl/crypto/ocsp/ocsp_local.h
131
ASN1_NULL *unknown;
crypto/openssl/crypto/ocsp/v3_ocsp.c
73
NID_id_pkix_OCSP_noCheck, 0, ASN1_ITEM_ref(ASN1_NULL),
crypto/openssl/crypto/rsa/rsa_sign.c
115
ASN1_NULL, 0x00,
crypto/openssl/crypto/rsa/rsa_sign.c
125
ASN1_NULL, 0x00,
crypto/openssl/crypto/rsa/rsa_sign.c
135
ASN1_NULL, 0x00,
crypto/openssl/crypto/rsa/rsa_sign.c
146
ASN1_NULL, 0x00,
crypto/openssl/crypto/rsa/rsa_sign.c
85
ASN1_NULL, 0x00, \
crypto/openssl/crypto/rsa/rsa_sign.c
95
ASN1_NULL, 0x00, \
crypto/openssl/crypto/x509/v3_addr.c
47
ASN1_SIMPLE(IPAddressChoice, u.inherit, ASN1_NULL),
crypto/openssl/crypto/x509/v3_asid.c
45
ASN1_SIMPLE(ASIdentifierChoice, u.inherit, ASN1_NULL),
crypto/openssl/crypto/x509/v3_group_ac.c
45
NID_group_ac, 0, ASN1_ITEM_ref(ASN1_NULL),
crypto/openssl/crypto/x509/v3_ind_iss.c
45
NID_indirect_issuer, 0, ASN1_ITEM_ref(ASN1_NULL),
crypto/openssl/crypto/x509/v3_no_ass.c
45
NID_no_assertion, 0, ASN1_ITEM_ref(ASN1_NULL),
crypto/openssl/crypto/x509/v3_no_rev_avail.c
45
NID_no_rev_avail, 0, ASN1_ITEM_ref(ASN1_NULL),
crypto/openssl/crypto/x509/v3_single_use.c
45
NID_single_use, 0, ASN1_ITEM_ref(ASN1_NULL),
crypto/openssl/crypto/x509/v3_soa_id.c
45
NID_soa_identifier, 0, ASN1_ITEM_ref(ASN1_NULL),
crypto/openssl/crypto/x509/v3_timespec.c
85
ASN1_SIMPLE(OSSL_TIME_SPEC_WEEKS, choice.allWeeks, ASN1_NULL),
crypto/openssl/crypto/x509/v3_timespec.c
91
ASN1_SIMPLE(OSSL_TIME_SPEC_MONTH, choice.allMonths, ASN1_NULL),
crypto/openssl/fuzz/asn1.c
61
ASN1_ITEM_ref(ASN1_NULL),
crypto/openssl/include/openssl/asn1.h
784
DECLARE_ASN1_FUNCTIONS(ASN1_NULL)
crypto/openssl/include/openssl/x509v3.h
1170
ASN1_NULL *inherit;
crypto/openssl/include/openssl/x509v3.h
1237
ASN1_NULL *inherit;
crypto/openssl/include/openssl/x509v3.h
1712
ASN1_NULL *allWeeks;
crypto/openssl/include/openssl/x509v3.h
1749
ASN1_NULL *allMonths;