Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/x509v3/
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-12-stable/crypto/openssl/crypto/asn1/
Dasn1_item_list.h69 ASN1_ITEM_ref(EDIPARTYNAME),
/freebsd-12-stable/crypto/openssl/include/openssl/
Dx509v3.h121 } EDIPARTYNAME; typedef
141 EDIPARTYNAME *ediPartyName;
498 DECLARE_ASN1_FUNCTIONS(EDIPARTYNAME)
/freebsd-12-stable/crypto/openssl/
DCHANGES505 This function could crash if both GENERAL_NAMEs contain an EDIPARTYNAME.