Searched refs:public_key (Results 101 - 125 of 154) sorted by relevance

1234567

/external/chromium_org/content/child/webcrypto/
H A Dalgorithm_implementation.h98 blink::WebCryptoKey* public_key,
H A Dalgorithm_dispatch.cc124 blink::WebCryptoKey* public_key,
142 public_key,
121 GenerateKeyPair(const blink::WebCryptoAlgorithm& algorithm, bool extractable, blink::WebCryptoKeyUsageMask combined_usage_mask, blink::WebCryptoKey* public_key, blink::WebCryptoKey* private_key) argument
/external/chromium_org/content/child/webcrypto/test/
H A Dtest_helpers.h130 blink::WebCryptoKey* public_key,
H A Daes_cbc_unittest.cc943 blink::WebCryptoKey public_key = blink::WebCryptoKey::createNull(); local
953 &public_key, local
960 ExportKey(blink::WebCryptoKeyFormatSpki, public_key, &public_key_spki));
975 public_key,
/external/chromium_org/net/cert/
H A Dx509_util_nss.cc87 SECKEYPublicKey* public_key,
94 SECKEY_CreateSubjectPublicKeyInfo(public_key);
262 CERTCertificate* cert = CreateCertificate(key->public_key(),
303 CERTCertificate* cert = CreateCertificate(key->public_key(),
86 CreateCertificate( SECKEYPublicKey* public_key, const std::string& subject, uint32 serial_number, base::Time not_valid_before, base::Time not_valid_after) argument
H A Dcert_verify_proc.cc512 uint8 public_key[base::kSHA1Length]; member in struct:net::PublicKeyDomainLimitation
597 memcmp(j->data(), kLimits[i].public_key, base::kSHA1Length) == 0) {
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_store_chromeos_unittest.cc77 std::vector<uint8> public_key; variable
78 ASSERT_TRUE(policy_.GetSigningKey()->ExportPublicKey(&public_key));
79 StoreUserPolicyKey(public_key); variable
127 void StoreUserPolicyKey(const std::vector<uint8>& public_key) { argument
131 reinterpret_cast<const char*>(public_key.data()),
132 public_key.size()));
/external/chromium_org/chrome/test/chromedriver/
H A Dchrome_launcher.cc580 std::string public_key;
593 public_key = decoded_extension.substr(16, key_len);
594 if (key_len != public_key.size())
605 public_key =
610 base::Base64Encode(public_key, &public_key_base64);
611 std::string id = GenerateExtensionId(public_key);
/external/chromium_org/content/child/webcrypto/nss/
H A Drsa_key_nss.cc91 crypto::ScopedSECKEYPublicKey public_key(SECKEY_ConvertToPublicKey(key));
92 if (!public_key)
95 rsa_algorithm, hash_algorithm, public_key.get(), key_algorithm);
528 blink::WebCryptoKey* public_key,
594 *public_key = blink::WebCryptoKey::create(public_key_handle.release(),
523 GenerateKeyPair( const blink::WebCryptoAlgorithm& algorithm, bool extractable, blink::WebCryptoKeyUsageMask public_usage_mask, blink::WebCryptoKeyUsageMask private_usage_mask, blink::WebCryptoKey* public_key, blink::WebCryptoKey* private_key) const argument
/external/chromium_org/chrome/browser/extensions/
H A Dsandboxed_unpacker.cc578 std::string public_key = local
580 base::Base64Encode(public_key, &public_key_);
582 extension_id_ = crx_file::id_util::GenerateId(public_key);
/external/chromium_org/chromeos/dbus/
H A Dshill_manager_client_unittest.cc325 arguments.push_back("public_key");
339 properties.public_key = arguments[1];
364 arguments.push_back("public_key");
382 properties.public_key = arguments[1];
408 arguments.push_back("public_key");
423 properties.public_key = arguments[1];
/external/chromium_org/extensions/common/
H A Dextension.cc450 std::string public_key; local
452 if (!manifest->GetString(keys::kPublicKey, &public_key) ||
453 !ParsePEMKeyBytes(public_key, &public_key_bytes)) {
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_chromeos.cc54 output.public_key = input.public_key;
H A Dnetworking_private_service_client.h64 std::string public_key; member in struct:extensions::NetworkingPrivateServiceClient::CryptoVerify::Credentials
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dt_x509.c287 if (!EVP_Digest(x->cert_info->key->public_key->data,
288 x->cert_info->key->public_key->length,
/external/openssl/crypto/asn1/
H A Dt_x509.c277 if (!EVP_Digest(x->cert_info->key->public_key->data,
278 x->cert_info->key->public_key->length,
/external/chromium_org/chrome/browser/extensions/api/autotest_private/
H A Dautotest_private_api.cc173 extension_value->SetString("publicKey", extension->public_key());
/external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/
H A Deasy_unlock_private_api.h105 void OnData(const std::string& public_key,
/external/chromium_org/crypto/
H A Drsa_private_key.h231 SECKEYPublicKey* public_key() { return public_key_; } function in class:crypto::RSAPrivateKey
/external/openssl/crypto/x509/
H A Dx509_cmp.c310 return x->cert_info->key->public_key;
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.c56 os_free(cert->public_key);
276 os_free(cert->public_key);
277 cert->public_key = os_malloc(hdr.length - 1);
278 if (cert->public_key == NULL) {
283 os_memcpy(cert->public_key, pos + 1, hdr.length - 1);
286 cert->public_key, cert->public_key_len);
1602 pk = crypto_public_key_import(issuer->public_key,
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.c56 os_free(cert->public_key);
276 os_free(cert->public_key);
277 cert->public_key = os_malloc(hdr.length - 1);
278 if (cert->public_key == NULL) {
283 os_memcpy(cert->public_key, pos + 1, hdr.length - 1);
286 cert->public_key, cert->public_key_len);
1602 pk = crypto_public_key_import(issuer->public_key,
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.c56 os_free(cert->public_key);
276 os_free(cert->public_key);
277 cert->public_key = os_malloc(hdr.length - 1);
278 if (cert->public_key == NULL) {
283 os_memcpy(cert->public_key, pos + 1, hdr.length - 1);
286 cert->public_key, cert->public_key_len);
1602 pk = crypto_public_key_import(issuer->public_key,
/external/chromium_org/chrome/common/net/
H A Dx509_certificate_model_openssl.cc1185 crypto::ScopedOpenSSL<EVP_PKEY, EVP_PKEY_free>::Type public_key(
1187 if (!public_key.get())
1189 switch (EVP_PKEY_type(public_key.get()->type)) {
1192 EVP_PKEY_get1_RSA(public_key.get()));
1204 rv = ProcessRawAsn1String(X509_get_X509_PUBKEY(cert_handle)->public_key);
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_create_keys_operation.cc155 if (!WebSafeBase64Decode(device_->public_key, &device_pub_key)) {
354 kEasyUnlockKeyMetaNamePubKey, device->public_key));

Completed in 720 milliseconds

1234567