Searched refs:ASN1_ADB_TEMPLATE (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/crypto/pkcs12/ |
H A D | p12_asn.c | 34 ASN1_ADB_TEMPLATE(bag_default) = ASN1_EXP(PKCS12_BAGS, value.other, ASN1_ANY, 0); 49 ASN1_ADB_TEMPLATE(safebag_default) = ASN1_EXP(PKCS12_SAFEBAG, value.other, ASN1_ANY, 0);
|
/freebsd/crypto/openssl/crypto/crmf/ |
H A D | crmf_asn.c | 140 ASN1_ADB_TEMPLATE(attributetypeandvalue_default) =
|
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A D | pk7_asn1.c | 21 ASN1_ADB_TEMPLATE(p7default) = ASN1_EXP_OPT(PKCS7, d.other, ASN1_ANY, 0);
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_asn.c | 76 ASN1_ADB_TEMPLATE(infotypeandvalue_default) = ASN1_OPT(OSSL_CMP_ITAV,
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_asn1.c | 110 ASN1_ADB_TEMPLATE(char_two_def) = ASN1_SIMPLE(X9_62_CHARACTERISTIC_TWO, p.other, ASN1_ANY); 127 ASN1_ADB_TEMPLATE(fieldID_def) = ASN1_SIMPLE(X9_62_FIELDID, p.other, ASN1_ANY);
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_cpols.c | 61 ASN1_ADB_TEMPLATE(policydefault) = ASN1_SIMPLE(POLICYQUALINFO, d.other, ASN1_ANY);
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_asn1.c | 279 ASN1_ADB_TEMPLATE(cms_default) = ASN1_EXP(CMS_ContentInfo, d.other, ASN1_ANY, 0);
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1t.h | 480 # define ASN1_ADB_TEMPLATE(name) \ macro
|
H A D | asn1t.h.in | 481 # define ASN1_ADB_TEMPLATE(name) \ macro
|