/external/chromium/crypto/ |
D | rsa_private_key_nss_unittest.cc | 35 std::vector<uint8> public_key; in TEST_F() local 48 std::vector<uint8> public_key; in TEST_F() local
|
D | rsa_private_key.h | 216 SECKEYPublicKeyStr* public_key() { return public_key_; } in public_key() function 222 CSSM_KEY_PTR public_key() { return &public_key_; } in public_key() function
|
/external/chromium_org/crypto/ |
D | signature_verifier_nss.cc | 32 SECStatus VerifyRSAPSS_End(SECKEYPublicKey* public_key, in VerifyRSAPSS_End() 87 SECKEYPublicKey* public_key = DecodePublicKeyInfo(public_key_info, in VerifyInit() local 150 SECKEYPublicKey* public_key = DecodePublicKeyInfo(public_key_info, in VerifyInitRSAPSS() local 205 SECKEYPublicKey* public_key = SECKEY_ExtractPublicKey(spki); in DecodePublicKeyInfo() local
|
D | rsa_private_key_nss_unittest.cc | 58 std::vector<uint8> public_key; in TEST_F() local 71 std::vector<uint8> public_key; in TEST_F() local
|
D | curve25519.cc | 30 void ScalarBaseMult(const uint8* private_key, uint8* public_key) { in ScalarBaseMult()
|
D | ec_private_key.h | 95 SECKEYPublicKey* public_key() { return public_key_; } in public_key() function
|
/external/chromium_org/net/quic/crypto/ |
D | p256_key_exchange_nss.cc | 32 const uint8* public_key) in P256KeyExchange() 78 SECKEYPublicKey* public_key = key_pair->public_key(); in New() local 127 vector<uint8> public_key; in NewPrivateKey() local
|
D | p256_key_exchange_openssl.cc | 18 P256KeyExchange::P256KeyExchange(EC_KEY* private_key, const uint8* public_key) in P256KeyExchange() 40 uint8 public_key[kUncompressedP256PointBytes]; in New() local
|
D | channel_id_nss.cc | 32 SECKEYPublicKey public_key; in VerifyRaw() local
|
/external/chromium_org/google_apis/cup/ |
D | client_update_protocol_openssl.cc | 11 bool ClientUpdateProtocol::LoadPublicKey(const base::StringPiece& public_key) { in LoadPublicKey()
|
D | client_update_protocol_nss.cc | 26 bool ClientUpdateProtocol::LoadPublicKey(const base::StringPiece& public_key) { in LoadPublicKey()
|
/external/chromium_org/net/cert/ |
D | cert_database_openssl.cc | 43 crypto::ScopedOpenSSL<EVP_PKEY, EVP_PKEY_free> public_key( in CheckUserCert() local
|
D | ct_log_verifier.cc | 14 const base::StringPiece& public_key, in Create()
|
D | ct_log_verifier_nss.cc | 71 bool CTLogVerifier::Init(const base::StringPiece& public_key, in Init()
|
D | ct_log_verifier_openssl.cc | 53 bool CTLogVerifier::Init(const base::StringPiece& public_key, in Init()
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
D | ecc_shared_secret.c | 34 int ecc_shared_secret(ecc_key *private_key, ecc_key *public_key, in ecc_shared_secret()
|
/external/dropbear/libtomcrypt/src/pk/dsa/ |
D | dsa_shared_secret.c | 30 dsa_key *public_key, in dsa_shared_secret()
|
/external/chromium_org/net/ssl/ |
D | openssl_client_key_store.h | 89 EVP_PKEY* public_key; variable
|
/external/chromium_org/net/base/ |
D | openssl_private_key_store_android.cc | 25 unsigned char* public_key = NULL; in StoreKeyPair() local
|
/external/chromium/chrome/common/remoting/ |
D | chromoting_host_info.h | 19 std::string public_key; member
|
/external/chromium_org/chrome/browser/extensions/api/networking_private/ |
D | networking_private_crypto.cc | 139 crypto::ScopedSECKEYPublicKey public_key(CERT_ExtractPublicKey(cert.get())); in VerifyCredentials() local 171 crypto::ScopedSECKEYPublicKey public_key(SECKEY_ImportDERPublicKey( in EncryptByteString() local
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
D | session_manager_operation_unittest.cc | 60 std::vector<uint8> public_key; in CheckPublicKeyLoaded() local 264 std::vector<uint8> public_key; in TEST_F() local
|
D | owner_key_util_unittest.cc | 71 std::vector<uint8> public_key(kTestKeyData, in TEST_F() local
|
/external/chromium_org/remoting/host/setup/ |
D | service_client.cc | 72 const std::string& public_key, in RegisterHost() 181 const std::string& public_key, in RegisterHost()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | owner_key_utils_unittest.cc | 54 std::vector<uint8> public_key; in TEST_F() local
|