Searched refs:OTHERNAME (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/crypto/openssl/crypto/x509v3/ |
| D | v3_genn.c | 16 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/ |
| D | x509v3.h | 116 } 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/ |
| D | asn1_item_list.h | 106 ASN1_ITEM_ref(OTHERNAME),
|
| /freebsd-12-stable/contrib/wpa/src/utils/ |
| D | http_curl.c | 205 OTHERNAME *o) in add_alt_name_othername()
|