Home
last modified time | relevance | path

Searched refs:cert_id (Results 1 – 12 of 12) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/examples/
DopenCryptoki.conf35 cert_id="4"
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/iam/
Dconnection.py635 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/
Deap_config.h540 char *cert_id; member
Deap_tls_common.c107 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/
Dtls_openssl.c1074 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 …]
Dtls.h181 const char *cert_id; member
/external/webrtc/talk/app/webrtc/
Dstatscollector_unittest.cc216 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/
Dconfig_winreg.c903 STR(cert_id); in wpa_config_write_network()
Dconfig_file.c722 STR(cert_id); in wpa_config_write_network()
Dconfig.c1949 { STRe(cert_id) },
2190 os_free(eap->cert_id); in eap_peer_config_free()
/external/curl/lib/vtls/
Dopenssl.c399 const char *cert_id; in cert_stuff() member
403 params.cert_id = cert_file; in cert_stuff()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp10789 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)) {