Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/x509v3/
Dv3_genn.c16 ASN1_SEQUENCE(OTHERNAME) = {
17 ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT),
19 ASN1_EXP(OTHERNAME, value, ASN1_ANY, 0)
20 } ASN1_SEQUENCE_END(OTHERNAME)
22 IMPLEMENT_ASN1_FUNCTIONS(OTHERNAME)
33 ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME),
134 int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b) in OTHERNAME_cmp()
220 OTHERNAME *oth; in GENERAL_NAME_set0_othername()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dx509v3.h116 } OTHERNAME; typedef
136 OTHERNAME *otherName; /* otherName */
497 DECLARE_ASN1_FUNCTIONS(OTHERNAME)
499 int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b);
/freebsd-12-stable/crypto/openssl/crypto/asn1/
Dasn1_item_list.h106 ASN1_ITEM_ref(OTHERNAME),
/freebsd-12-stable/contrib/wpa/src/utils/
Dhttp_curl.c205 OTHERNAME *o) in add_alt_name_othername()