HomeSort by relevance Sort by last modified time
    Searched refs:private_key (Results 26 - 50 of 147) sorted by null

12 3 4 5 6

  /external/chromium_org/components/ownership/
owner_settings_service.cc 25 crypto::RSAPrivateKey* private_key) {
35 crypto::SignatureCreator::Create(private_key,
101 const scoped_refptr<PrivateKey>& private_key) {
105 private_key_ = private_key;
owner_settings_service.h 74 const scoped_refptr<PrivateKey>& private_key);
79 const scoped_refptr<PrivateKey>& private_key)>& callback) = 0;
  /external/chromium_org/content/browser/renderer_host/media/
webrtc_identity_service_host.h 44 const std::string& private_key);
webrtc_identity_service_host.cc 81 const std::string& private_key) {
85 sequence_number, certificate, private_key));
  /external/chromium_org/content/renderer/media/
peer_connection_identity_service.h 34 const std::string& private_key);
webrtc_identity_service.h 25 void(const std::string& certificate, const std::string& private_key)>
84 const std::string& private_key);
  /external/chromium_org/crypto/third_party/nss/
chromium-nss.h 69 SECKEYPrivateKey** private_key,
  /external/chromium_org/net/quic/crypto/
curve25519_key_exchange.h 27 static Curve25519KeyExchange* New(const base::StringPiece& private_key);
  /external/chromium_org/remoting/base/
rsa_key_pair.h 41 crypto::RSAPrivateKey* private_key() { return key_.get(); } function in class:remoting::RsaKeyPair
  /external/wpa_supplicant_8/src/tls/
tlsv1_cred.h 33 const char *private_key,
  /external/chromium_org/net/ssl/
default_channel_id_store_unittest.cc 163 std::string private_key, cert; local
168 &private_key,
171 EXPECT_TRUE(private_key.empty());
181 &private_key,
185 EXPECT_EQ("i", private_key);
194 std::string private_key, cert; local
213 &private_key,
217 EXPECT_EQ("c", private_key);
232 std::string private_key; local
238 &private_key,
319 std::string private_key, cert; local
386 std::string private_key; local
    [all...]
  /external/chromium_org/content/browser/media/
webrtc_identity_store.cc 26 const std::string& private_key)
27 : error(error), certificate(certificate), private_key(private_key) {}
31 std::string private_key; member in struct:content::WebRTCIdentityRequestResult
65 result->private_key =
110 it->second.Run(result.error, result.certificate, result.private_key);
159 const std::string& private_key) {
163 base::ResetAndReturn(&callback_).Run(error, certificate, private_key);
243 const std::string& private_key) {
247 WebRTCIdentityRequestResult result(error, certificate, private_key);
    [all...]
webrtc_identity_store.h 41 const std::string& private_key)>
93 const std::string& private_key);
webrtc_identity_store_backend.h 35 const std::string& private_key)>
63 // |private_key| is the DER string of the private key.
69 const std::string& private_key);
webrtc_identity_store_backend.cc 33 db->DoesColumnExist(kWebRTCIdentityStoreDBName, "private_key") &&
48 "private_key BLOB NOT NULL,"
68 const std::string& private_key)
71 private_key(private_key),
76 const std::string& private_key,
80 private_key(private_key),
85 std::string private_key; member in struct:content::WebRTCIdentityStoreBackend::Identity
237 iter->second.private_key));
412 std::string cert, private_key; local
575 const std::string& private_key = (*it)->identity.private_key; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_creator.h 85 crypto::RSAPrivateKey* private_key,
90 crypto::RSAPrivateKey* private_key,
  /external/chromium_org/chromeos/dbus/
easy_unlock_client.h 34 typedef base::Callback<void(const std::string& private_key,
106 virtual void PerformECDHKeyAgreement(const std::string& private_key,
fake_easy_unlock_client_unittest.cc 153 const std::string private_key = "{\"ec_p256_private_key\": 415}"; local
158 private_key,
166 const std::string private_key = "{\"ec_p256_private_key_invalid\": 415}"; local
170 client.PerformECDHKeyAgreement(private_key,
179 const std::string private_key = "{\"ec_p256_private_key\": 415}"; local
183 client.PerformECDHKeyAgreement(private_key,
192 const std::string private_key = "invalid"; local
196 client.PerformECDHKeyAgreement(private_key,
easy_unlock_client.cc 47 virtual void PerformECDHKeyAgreement(const std::string& private_key,
56 AppendStringAsByteArray(private_key, &writer);
146 std::string private_key = PopResponseData(&reader); local
149 if (public_key.empty() || private_key.empty()) {
154 callback.Run(private_key, public_key);
  /external/chromium_org/v8/tools/testrunner/server/
signatures.py 40 private_key = "~/.ssh/v8_dtest"
42 (signature_file, private_key, filename),
  /external/chromium_org/third_party/webrtc/base/
sslidentity.cc 105 SSLIdentity* SSLIdentity::FromPEMStrings(const std::string& private_key,
124 SSLIdentity* SSLIdentity::FromPEMStrings(const std::string& private_key,
126 return OpenSSLIdentity::FromPEMStrings(private_key, certificate);
143 SSLIdentity* SSLIdentity::FromPEMStrings(const std::string& private_key,
145 return NSSIdentity::FromPEMStrings(private_key, certificate);
  /external/chromium_org/content/child/webcrypto/openssl/
rsa_ssa_openssl.cc 66 EVP_PKEY* private_key = NULL; variable
68 Status status = GetPKeyAndDigest(key, &private_key, &digest);
77 !EVP_DigestSignInit(ctx.get(), NULL, digest, NULL, private_key) ||
  /external/chromium_org/content/child/webcrypto/test/
rsa_oaep_unittest.cc 50 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull(); local
59 &private_key));
206 GetBytesFromHexString(test, "private_key");
214 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull(); local
223 &private_key));
229 private_key,
241 private_key,
356 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull(); local
365 &private_key));
377 private_key,
391 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull(); local
401 &private_key)); local
509 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull(); local
519 &private_key)); local
    [all...]
  /external/chromium_org/net/android/
network_library.h 49 const uint8* private_key,
  /external/chromium_org/chromeos/network/onc/
onc_certificate_importer_impl.cc 147 SECKEYPrivateKey* private_key = PK11_FindPrivateKeyFromCert( local
151 if (private_key) {
152 char* private_key_nickname = PK11_GetPrivateKeyNickname(private_key);
156 SECKEY_DestroyPrivateKey(private_key);
392 SECKEYPrivateKey* private_key = PK11_FindPrivateKeyFromCert( local
396 if (private_key) {
397 PK11_SetPrivateKeyNickname(private_key, const_cast<char*>(guid.c_str()));
398 SECKEY_DestroyPrivateKey(private_key);

Completed in 819 milliseconds

12 3 4 5 6