Home
last modified time | relevance | path

Searched defs:public_key (Results 1 – 25 of 86) sorted by relevance

1234

/external/chromium/crypto/
Drsa_private_key_nss_unittest.cc35 std::vector<uint8> public_key; in TEST_F() local
48 std::vector<uint8> public_key; in TEST_F() local
Drsa_private_key.h216 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/
Dsignature_verifier_nss.cc32 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
Drsa_private_key_nss_unittest.cc58 std::vector<uint8> public_key; in TEST_F() local
71 std::vector<uint8> public_key; in TEST_F() local
Dcurve25519.cc30 void ScalarBaseMult(const uint8* private_key, uint8* public_key) { in ScalarBaseMult()
Dec_private_key.h95 SECKEYPublicKey* public_key() { return public_key_; } in public_key() function
/external/chromium_org/net/quic/crypto/
Dp256_key_exchange_nss.cc32 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
Dp256_key_exchange_openssl.cc18 P256KeyExchange::P256KeyExchange(EC_KEY* private_key, const uint8* public_key) in P256KeyExchange()
40 uint8 public_key[kUncompressedP256PointBytes]; in New() local
Dchannel_id_nss.cc32 SECKEYPublicKey public_key; in VerifyRaw() local
/external/chromium_org/google_apis/cup/
Dclient_update_protocol_openssl.cc11 bool ClientUpdateProtocol::LoadPublicKey(const base::StringPiece& public_key) { in LoadPublicKey()
Dclient_update_protocol_nss.cc26 bool ClientUpdateProtocol::LoadPublicKey(const base::StringPiece& public_key) { in LoadPublicKey()
/external/chromium_org/net/cert/
Dcert_database_openssl.cc43 crypto::ScopedOpenSSL<EVP_PKEY, EVP_PKEY_free> public_key( in CheckUserCert() local
Dct_log_verifier.cc14 const base::StringPiece& public_key, in Create()
Dct_log_verifier_nss.cc71 bool CTLogVerifier::Init(const base::StringPiece& public_key, in Init()
Dct_log_verifier_openssl.cc53 bool CTLogVerifier::Init(const base::StringPiece& public_key, in Init()
/external/dropbear/libtomcrypt/src/pk/ecc/
Decc_shared_secret.c34 int ecc_shared_secret(ecc_key *private_key, ecc_key *public_key, in ecc_shared_secret()
/external/dropbear/libtomcrypt/src/pk/dsa/
Ddsa_shared_secret.c30 dsa_key *public_key, in dsa_shared_secret()
/external/chromium_org/net/ssl/
Dopenssl_client_key_store.h89 EVP_PKEY* public_key; variable
/external/chromium_org/net/base/
Dopenssl_private_key_store_android.cc25 unsigned char* public_key = NULL; in StoreKeyPair() local
/external/chromium/chrome/common/remoting/
Dchromoting_host_info.h19 std::string public_key; member
/external/chromium_org/chrome/browser/extensions/api/networking_private/
Dnetworking_private_crypto.cc139 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/
Dsession_manager_operation_unittest.cc60 std::vector<uint8> public_key; in CheckPublicKeyLoaded() local
264 std::vector<uint8> public_key; in TEST_F() local
Downer_key_util_unittest.cc71 std::vector<uint8> public_key(kTestKeyData, in TEST_F() local
/external/chromium_org/remoting/host/setup/
Dservice_client.cc72 const std::string& public_key, in RegisterHost()
181 const std::string& public_key, in RegisterHost()
/external/chromium/chrome/browser/chromeos/login/
Downer_key_utils_unittest.cc54 std::vector<uint8> public_key; in TEST_F() local

1234