HomeSort by relevance Sort by last modified time
    Searched defs:cert_result (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/network/onc/
onc_certificate_importer_impl.cc 388 scoped_refptr<net::X509Certificate> cert_result = imported_certs[0]; local
393 cert_result->os_cert_handle()->slot,
394 cert_result->os_cert_handle(),
  /external/chromium_org/net/ssl/
default_channel_id_store.cc 66 std::string cert_result; local
69 &cert_result, GetChannelIDCallback());
73 expiration_time, private_key_result, cert_result));
236 std::string* cert_result,
255 *cert_result = channel_id->cert();

Completed in 280 milliseconds