Home
last modified time | relevance | path

Searched refs:ASN1_NULL (Results 1 – 23 of 23) sorted by relevance

/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_sign.c73 #define ASN1_NULL 0x05 macro
82 ASN1_NULL, 0x00, \
92 ASN1_NULL, 0x00, \
112 ASN1_NULL, 0x00,
122 ASN1_NULL, 0x00,
133 ASN1_NULL, 0x00,
/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_typ.c43 IMPLEMENT_ASN1_TYPE(ASN1_NULL)
44 IMPLEMENT_ASN1_FUNCTIONS(ASN1_NULL)
H A Dasn1_item_list.h28 ASN1_ITEM_ref(ASN1_NULL),
/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_local.h129 ASN1_NULL *good;
131 ASN1_NULL *unknown;
H A Docsp_asn.c86 ASN1_IMP(OCSP_CERTSTATUS, value.good, ASN1_NULL, 0),
88 ASN1_IMP(OCSP_CERTSTATUS, value.unknown, ASN1_NULL, 2)
H A Dv3_ocsp.c93 NID_id_pkix_OCSP_noCheck, 0, ASN1_ITEM_ref(ASN1_NULL),
/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_local.h191 ASN1_NULL *encryptedKey; /* 4 */
272 ASN1_NULL *raVerified; /* 0 */
H A Dcrmf_asn.c91 ASN1_IMP(OSSL_CRMF_POPOPRIVKEY, value.encryptedKey, ASN1_NULL, 4),
132 ASN1_IMP(OSSL_CRMF_POPO, value.raVerified, ASN1_NULL, 0),
/freebsd/crypto/openssl/include/openssl/
H A Dtypes.h43 # define ASN1_NULL int macro
62 typedef int ASN1_NULL; typedef
H A Dx509v3.h.in817 ASN1_NULL *inherit;
858 ASN1_NULL *inherit;
H A Dx509v3.h1129 ASN1_NULL *inherit;
1194 ASN1_NULL *inherit;
H A Dasn1.h790 DECLARE_ASN1_FUNCTIONS(ASN1_NULL)
H A Dasn1.h.in647 DECLARE_ASN1_FUNCTIONS(ASN1_NULL)
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c117 ASN1_NULL *good;
119 ASN1_NULL *unknown;
187 ASN1_IMP(CertStatus, value.good, ASN1_NULL, 0),
189 ASN1_IMP(CertStatus, value.unknown, ASN1_NULL, 2)
/freebsd/crypto/openssl/crypto/ct/
H A Dct_x509v3.c89 { NID_ct_precert_poison, 0, ASN1_ITEM_ref(ASN1_NULL),
/freebsd/crypto/openssl/crypto/ec/
H A Dec_asn1.c39 ASN1_NULL *onBasis;
88 ASN1_NULL *implicitlyCA;
113 ADB_ENTRY(NID_X9_62_onBasis, ASN1_SIMPLE(X9_62_CHARACTERISTIC_TWO, p.onBasis, ASN1_NULL)),
160 ASN1_SIMPLE(ECPKPARAMETERS, value.implicitlyCA, ASN1_NULL)
/freebsd/crypto/openssl/util/
H A Dcheck-format-test-negatives.c467 ASN1_IMP(OSSL_CRMF_POPO, value.raVerified, ASN1_NULL, 0),
H A Dindent.pro59 -T ASN1_NULL
/freebsd/crypto/openssl/fuzz/
H A Dasn1.c60 ASN1_ITEM_ref(ASN1_NULL),
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_asn.c112 ASN1_NULL)),
H A Dcmp_local.h243 ASN1_NULL *implicitConfirm;
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_asid.c45 ASN1_SIMPLE(ASIdentifierChoice, u.inherit, ASN1_NULL),
H A Dv3_addr.c46 ASN1_SIMPLE(IPAddressChoice, u.inherit, ASN1_NULL),