Searched refs:cert_id (Results 1 – 12 of 12) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | openCryptoki.conf | 35 cert_id="4"
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/iam/ |
D | connection.py | 635 def update_signing_cert(self, cert_id, status, user_name=None): argument 652 params = {'CertificateId': cert_id, 679 def delete_signing_cert(self, cert_id, user_name=None): argument 693 params = {'CertificateId': cert_id}
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_config.h | 540 char *cert_id; member
|
D | eap_tls_common.c | 107 params->cert_id = config->cert_id; in eap_tls_params_from_conf1() 130 params->cert_id = config->cert2_id; in eap_tls_params_from_conf2()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 1074 const char *cert_id, const char *ca_cert_id) in tls_engine_init() argument 1155 if (cert_id || ca_cert_id) { in tls_engine_init() 2611 const char *cert_id, in tls_engine_get_cert() argument 2616 const char *cert_id; in tls_engine_get_cert() member 2619 params.cert_id = cert_id; in tls_engine_get_cert() 2627 " '%s' [%s]", cert_id, in tls_engine_get_cert() 2635 " '%s'", cert_id); in tls_engine_get_cert() 2645 const char *cert_id) in tls_connection_engine_client_cert() argument 2650 if (tls_engine_get_cert(conn, cert_id, &cert)) in tls_connection_engine_client_cert() 3935 const char *cert_id = params->cert_id; in tls_connection_set_params() local [all …]
|
D | tls.h | 181 const char *cert_id; member
|
/external/webrtc/talk/app/webrtc/ |
D | statscollector_unittest.cc | 216 StatsReport::Id IdFromCertIdString(const std::string& cert_id) { in IdFromCertIdString() argument 217 return TypedIdFromIdString(StatsReport::kStatsReportTypeCertificate, cert_id); in IdFromCertIdString() 271 StatsReport::Id cert_id; in CheckCertChainReports() local 305 cert_id = IdFromCertIdString(issuer_id); in CheckCertChainReports() 306 certificate_id = &cert_id; in CheckCertChainReports()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_winreg.c | 903 STR(cert_id); in wpa_config_write_network()
|
D | config_file.c | 722 STR(cert_id); in wpa_config_write_network()
|
D | config.c | 1949 { STRe(cert_id) }, 2190 os_free(eap->cert_id); in eap_peer_config_free()
|
/external/curl/lib/vtls/ |
D | openssl.c | 399 const char *cert_id; in cert_stuff() member 403 params.cert_id = cert_file; in cert_stuff()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 10789 static bool ocsp_cert_id_matches_certificate(CBS *cert_id, X509 *x509, X509 *issuerX509) { argument 10792 if (!CBS_get_asn1(cert_id, &hash_algorithm, CBS_ASN1_SEQUENCE) || 10799 if (!CBS_get_asn1(cert_id, &issuer_name_hash, CBS_ASN1_OCTETSTRING)) { 10805 if (!CBS_get_asn1(cert_id, &issuer_key_hash, CBS_ASN1_OCTETSTRING)) { 10811 if (!CBS_get_asn1(cert_id, &serial, CBS_ASN1_INTEGER)) { 10871 CBS cert_id; local 10872 if (!CBS_get_asn1(&single_response, &cert_id, CBS_ASN1_SEQUENCE)) { 10877 if (ocsp_cert_id_matches_certificate(&cert_id, x509, issuerX509)) {
|