Home
last modified time | relevance | path

Searched refs:NID_commonName (Results 1 - 23 of 23) sorted by relevance

/third_party/openssl/test/
H A Dv3nametest.c176 return set_cn(crt, NID_commonName, name, 0); in set_cn1()
181 return set_cn(crt, NID_commonName, name, in set_cn_and_email()
187 return set_cn(crt, NID_commonName, "dummy value", in set_cn2()
188 NID_commonName, name, 0); in set_cn2()
193 return set_cn(crt, NID_commonName, name, in set_cn3()
194 NID_commonName, "dummy value", 0); in set_cn3()
217 NID_commonName, "www.example.org", 0); in set_email_and_cn()
H A Docspapitest.c84 || !TEST_true(X509_NAME_add_entry_by_NID(name, NID_commonName, in make_dummy_resp()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dtbl_standard.h29 {NID_commonName, 1, ub_common_name, DIRSTRING_TYPE, 0},
/third_party/openssl/crypto/asn1/
H A Dtbl_standard.h29 {NID_commonName, 1, ub_common_name, DIRSTRING_TYPE, 0},
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_ncons.c429 i = X509_NAME_get_index_by_NID(nm, NID_commonName, i);
H A Dv3_utl.c895 cnid = NID_commonName; in do_x509_check()
H A Dx509_vfy.c714 if (last_nid != NID_commonName in check_name_constraints()
/third_party/openssl/crypto/x509/
H A Dv3_ncons.c429 i = X509_NAME_get_index_by_NID(nm, NID_commonName, i);
H A Dv3_utl.c895 cnid = NID_commonName; in do_x509_check()
H A Dx509_vfy.c714 if (last_nid != NID_commonName in check_name_constraints()
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-server.c969 NID_commonName, /* LWS_TLS_REQ_ELEMENT_COMMON_NAME */
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c1797 case NID_commonName: in get_dn_field_index()
1919 nid = NID_commonName; in get_value_from_field()
2041 i = X509_NAME_get_index_by_NID(name, NID_commonName, i); in tls_match_suffix_helper()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dobj_mac.rs467 pub const NID_commonName: c_int = 13; consts
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c1837 case NID_commonName: in get_dn_field_index()
1959 nid = NID_commonName; in get_value_from_field()
2081 i = X509_NAME_get_index_by_NID(name, NID_commonName, i); in tls_match_suffix_helper()
H A Dcrypto_openssl.c3132 nid = NID_commonName; in crypto_csr_set_name()
/third_party/nghttp2/src/
H A Dshrpx_tls.cc1790 lastpos = X509_NAME_get_index_by_NID(subjectname, NID_commonName, lastpos); in get_common_name()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dnid.rs598 pub const COMMONNAME: Nid = Nid(ffi::NID_commonName);
/third_party/curl/lib/vtls/
H A Dopenssl.c2261 while((j = X509_NAME_get_index_by_NID(name, NID_commonName, i)) >= 0) in Curl_ossl_verifyhost()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dobj_mac.h2277 #define NID_commonName 13 macro
/third_party/openssl/ohos_lite/include/openssl/
H A Dobj_mac.h2142 #define NID_commonName 13 macro
/third_party/openssl/include/openssl/
H A Dobj_mac.h2277 #define NID_commonName 13 macro
/third_party/node/deps/openssl/openssl/crypto/objects/
H A Dobj_dat.h1135 {"CN", "commonName", NID_commonName, 3, &so[85]},
/third_party/openssl/crypto/objects/
H A Dobj_dat.h1137 {"CN", "commonName", NID_commonName, 3, &so[85]},

Completed in 135 milliseconds