Home
last modified time | relevance | path

Searched refs:EDIPARTYNAME (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_genn.c24 ASN1_SEQUENCE(EDIPARTYNAME) = {
26 ASN1_EXP_OPT(EDIPARTYNAME, nameAssigner, DIRECTORYSTRING, 0),
27 ASN1_EXP(EDIPARTYNAME, partyName, DIRECTORYSTRING, 1)
28 } ASN1_SEQUENCE_END(EDIPARTYNAME)
30 IMPLEMENT_ASN1_FUNCTIONS(EDIPARTYNAME)
40 ASN1_IMP(GENERAL_NAME, d.ediPartyName, EDIPARTYNAME, GEN_EDIPARTY),
61 static int edipartyname_cmp(const EDIPARTYNAME *a, const EDIPARTYNAME *b) in edipartyname_cmp()
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_item_list.h71 ASN1_ITEM_ref(EDIPARTYNAME),
/freebsd/crypto/openssl/fuzz/
H A Dasn1.c101 ASN1_ITEM_ref(EDIPARTYNAME),
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in139 } EDIPARTYNAME; typedef
159 EDIPARTYNAME *ediPartyName;
557 DECLARE_ASN1_FUNCTIONS(EDIPARTYNAME)
H A Dx509v3.h162 } EDIPARTYNAME; typedef
182 EDIPARTYNAME *ediPartyName;
821 DECLARE_ASN1_FUNCTIONS(EDIPARTYNAME)
/freebsd/crypto/openssl/util/
H A Dindent.pro207 -T EDIPARTYNAME
/freebsd/crypto/openssl/
H A DCHANGES.md2598 This function could crash if both GENERAL_NAMEs contain an EDIPARTYNAME.