Home
last modified time | relevance | path

Searched refs:ASN1_ADB_END (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_asn.c40 } ASN1_ADB_END(PKCS12_BAGS, 0, type, 0, &bag_default_tt, NULL);
58 } ASN1_ADB_END(PKCS12_SAFEBAG, 0, type, 0, &safebag_default_tt, NULL);
/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_asn.c165 } ASN1_ADB_END(OSSL_CRMF_ATTRIBUTETYPEANDVALUE, 0, type, 0,
/freebsd/crypto/openssl/util/
H A Dcheck-format-test-negatives.c476 } ASN1_ADB_END(OSSL_CRMF_ATTRIBUTETYPEANDVALUE, 0, type, 0,
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_asn1.c30 } ASN1_ADB_END(PKCS7, 0, type, 0, &p7default_tt, NULL);
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_asn.c122 } ASN1_ADB_END(OSSL_CMP_ITAV, 0, infoType, 0,
/freebsd/crypto/openssl/crypto/ec/
H A Dec_asn1.c116 } ASN1_ADB_END(X9_62_CHARACTERISTIC_TWO, 0, type, 0, &char_two_def_tt, NULL);
132 } ASN1_ADB_END(X9_62_FIELDID, 0, fieldType, 0, &fieldID_def_tt, NULL);
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_cpols.c66 } ASN1_ADB_END(POLICYQUALINFO, 0, pqualid, 0, &policydefault_tt, NULL);
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_asn1.c290 } ASN1_ADB_END(CMS_ContentInfo, 0, contentType, 0, &cms_default_tt, NULL);
/freebsd/crypto/openssl/include/openssl/
H A Dasn1t.h460 # define ASN1_ADB_END(name, flags, field, adb_cb, def, none) \ macro
H A Dasn1t.h.in461 # define ASN1_ADB_END(name, flags, field, adb_cb, def, none) \ macro