HomeSort by relevance Sort by last modified time
    Searched defs:public_key (Results 26 - 50 of 50) sorted by null

12

  /external/chromium_org/chrome/browser/extensions/
extension_creator.cc 98 std::string public_key; local
99 public_key.insert(public_key.begin(),
102 std::string extension_id = id_util::GenerateId(public_key);
251 std::vector<uint8> public_key; local
252 CHECK(private_key->ExportPublicKey(&public_key));
256 CrxFile::Create(public_key.size(), signature.size(), &error));
265 if (fwrite(&public_key.front(), sizeof(uint8), public_key.size(),
266 crx_handle.get()) != public_key.size())
    [all...]
sandboxed_unpacker.cc 570 std::string public_key = local
572 base::Base64Encode(public_key, &public_key_);
574 extension_id_ = id_util::GenerateId(public_key);
  /external/chromium_org/crypto/
rsa_private_key.h 212 SECKEYPublicKey* public_key() { return public_key_; } function in class:crypto::RSAPrivateKey
  /external/chromium_org/remoting/host/
register_support_host_request.cc 82 XmlElement* public_key = new XmlElement( local
84 public_key->AddText(key_pair_->GetPublicKey());
85 query->AddElement(public_key);
  /external/chromium/net/socket/
dns_cert_provenance_checker.cc 213 SECKEYPublicKey* public_key = SECKEY_ExtractPublicKey(spki); local
216 return public_key;
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.h 43 OwnerKey(scoped_ptr<std::vector<uint8> > public_key,
46 const std::vector<uint8>* public_key() { function in class:chromeos::OwnerKey
  /external/chromium_org/chrome/browser/devtools/adb/
android_rsa.cc 226 std::vector<uint8> public_key; local
230 key->ExportPublicKey(&public_key);
231 std::string asn1(public_key.begin(), public_key.end());
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_extension_helper.cc 262 std::string public_key; local
265 Extension::FormatPEMForFileOutput(pem, &public_key,
267 return public_key;
277 const std::string& public_key = NameToPublicKey(name); local
278 source.SetString(extension_manifest_keys::kPublicKey, public_key);
  /external/chromium_org/third_party/openssl/openssl/crypto/dh/
dh_ameth.c 79 ASN1_INTEGER *public_key = NULL; local
103 if (!(public_key=d2i_ASN1_INTEGER(NULL, &p, pklen)))
110 if (!(dh->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)))
116 ASN1_INTEGER_free(public_key);
121 if (public_key)
122 ASN1_INTEGER_free(public_key);
  /external/chromium_org/third_party/openssl/openssl/crypto/dsa/
dsa_ameth.c 77 ASN1_INTEGER *public_key = NULL; local
113 if (!(public_key=d2i_ASN1_INTEGER(NULL, &p, pklen)))
119 if (!(dsa->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)))
125 ASN1_INTEGER_free(public_key);
130 if (public_key)
131 ASN1_INTEGER_free(public_key);
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_ameth.c 436 const EC_POINT *public_key; local
454 public_key = EC_KEY_get0_public_key(x);
455 if ((pub_key = EC_POINT_point2bn(group, public_key,
  /external/openssl/crypto/dh/
dh_ameth.c 79 ASN1_INTEGER *public_key = NULL; local
103 if (!(public_key=d2i_ASN1_INTEGER(NULL, &p, pklen)))
110 if (!(dh->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)))
116 ASN1_INTEGER_free(public_key);
121 if (public_key)
122 ASN1_INTEGER_free(public_key);
  /external/openssl/crypto/dsa/
dsa_ameth.c 77 ASN1_INTEGER *public_key = NULL; local
113 if (!(public_key=d2i_ASN1_INTEGER(NULL, &p, pklen)))
119 if (!(dsa->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)))
125 ASN1_INTEGER_free(public_key);
130 if (public_key)
131 ASN1_INTEGER_free(public_key);
  /external/openssl/crypto/ec/
ec_ameth.c 436 const EC_POINT *public_key; local
454 public_key = EC_KEY_get0_public_key(x);
455 if ((pub_key = EC_POINT_point2bn(group, public_key,
  /external/wpa_supplicant_8/src/tls/
x509v3.h 58 u8 *public_key; member in struct:x509_certificate
  /external/chromium_org/chrome/common/extensions/
extension.cc 518 std::string public_key; local
520 if (!manifest->GetString(keys::kPublicKey, &public_key) ||
521 !ParsePEMKeyBytes(public_key, &public_key_bytes)) {
extension.h 281 const std::string& public_key() const { return public_key_; } function in class:extensions::Extension
  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.h 72 const u8 *public_key; member in struct:wps_parse_attr
  /external/chromium_org/third_party/openssl/openssl/ssl/
s3_clnt.c 3412 unsigned char *public_key = NULL, *derp, *der_sig = NULL; local
    [all...]
  /external/openssl/ssl/
s3_clnt.c 3434 unsigned char *public_key = NULL, *derp, *der_sig = NULL; local
    [all...]
  /external/chromium/chrome/common/extensions/
extension.h 578 const std::string& public_key() const { return public_key_; } function in class:Extension
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509.h 163 ASN1_BIT_STRING *public_key; member in struct:X509_pubkey_st
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
x509.h 163 ASN1_BIT_STRING *public_key; member in struct:X509_pubkey_st
    [all...]
  /external/openssl/crypto/x509/
x509.h 163 ASN1_BIT_STRING *public_key; member in struct:X509_pubkey_st
    [all...]
  /external/openssl/include/openssl/
x509.h 163 ASN1_BIT_STRING *public_key; member in struct:X509_pubkey_st
    [all...]

Completed in 894 milliseconds

12