Home
last modified time | relevance | path

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

/external/cronet/third_party/boringssl/src/crypto/x509v3/
Dv3_genn.c67 ASN1_SEQUENCE(OTHERNAME) = {
68 ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT),
70 ASN1_EXP(OTHERNAME, value, ASN1_ANY, 0),
71 } ASN1_SEQUENCE_END(OTHERNAME)
73 IMPLEMENT_ASN1_FUNCTIONS_const(OTHERNAME)
84 ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME),
127 static int othername_cmp(const OTHERNAME *a, const OTHERNAME *b) { in othername_cmp()
246 OTHERNAME *oth; in GENERAL_NAME_set0_othername()
Dv3_alt.c579 OTHERNAME *name = OTHERNAME_new(); in do_othername()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_genn.c66 ASN1_SEQUENCE(OTHERNAME) = {
67 ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT),
69 ASN1_EXP(OTHERNAME, value, ASN1_ANY, 0)
70 } ASN1_SEQUENCE_END(OTHERNAME)
72 IMPLEMENT_ASN1_FUNCTIONS(OTHERNAME)
83 ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME),
159 int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b) in OTHERNAME_cmp()
245 OTHERNAME *oth; in GENERAL_NAME_set0_othername()
/external/boringssl/src/crypto/x509v3/
Dv3_genn.c67 ASN1_SEQUENCE(OTHERNAME) = {
68 ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT),
70 ASN1_EXP(OTHERNAME, value, ASN1_ANY, 0),
71 } ASN1_SEQUENCE_END(OTHERNAME)
73 IMPLEMENT_ASN1_FUNCTIONS_const(OTHERNAME)
84 ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME),
127 static int othername_cmp(const OTHERNAME *a, const OTHERNAME *b) { in othername_cmp()
246 OTHERNAME *oth; in GENERAL_NAME_set0_othername()
Dv3_alt.c579 OTHERNAME *name = OTHERNAME_new(); in do_othername()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dx509v3.h166 } OTHERNAME; typedef
187 OTHERNAME *otherName; // otherName
517 DECLARE_ASN1_FUNCTIONS(OTHERNAME)
519 OPENSSL_EXPORT int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b);
/external/boringssl/src/include/openssl/
Dx509v3.h149 } OTHERNAME; typedef
170 OTHERNAME *otherName; // otherName
457 DECLARE_ASN1_FUNCTIONS_const(OTHERNAME)
/external/cronet/third_party/boringssl/src/include/openssl/
Dx509v3.h149 } OTHERNAME; typedef
170 OTHERNAME *otherName; // otherName
457 DECLARE_ASN1_FUNCTIONS_const(OTHERNAME)
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c206 OTHERNAME *o) in add_alt_name_othername()