HomeSort by relevance Sort by last modified time
    Searched refs:keypair (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
nssidentity.h 131 NSSKeyPair* keypair() const { return keypair_.get(); } function in class:talk_base::NSSIdentity
134 NSSIdentity(NSSKeyPair* keypair, NSSCertificate* cert) :
135 keypair_(keypair), certificate_(cert) {}
nssidentity.cc 360 NSSKeyPair *keypair = NSSKeyPair::Generate(); local
374 if (!keypair) {
384 spki = SECKEY_CreateSubjectPublicKeyInfo(keypair->pubkey());
433 keypair->privkey(),
441 identity = new NSSIdentity(keypair, new NSSCertificate(certificate));
446 delete keypair;
503 scoped_ptr<NSSKeyPair> keypair(new NSSKeyPair(privkey, pubkey));
513 return new NSSIdentity(keypair.release(), cert.release());
517 NSSKeyPair *keypair = keypair_->GetReference(); local
518 if (!keypair)
    [all...]
nssstreamadapter.cc 493 identity->keypair()->privkey(),
880 *pRetKey = SECKEY_CopyPrivateKey(identity->keypair()->privkey());
  /external/chromium_org/third_party/webrtc/base/
nssidentity.h 114 NSSKeyPair* keypair() const { return keypair_.get(); } function in class:rtc::NSSIdentity
117 NSSIdentity(NSSKeyPair* keypair, NSSCertificate* cert) :
118 keypair_(keypair), certificate_(cert) {}
nssidentity.cc 342 NSSKeyPair *keypair = NSSKeyPair::Generate(); local
356 if (!keypair) {
366 spki = SECKEY_CreateSubjectPublicKeyInfo(keypair->pubkey());
415 keypair->privkey(),
423 identity = new NSSIdentity(keypair, new NSSCertificate(certificate));
428 delete keypair;
485 scoped_ptr<NSSKeyPair> keypair(new NSSKeyPair(privkey, pubkey));
495 return new NSSIdentity(keypair.release(), cert.release());
499 NSSKeyPair *keypair = keypair_->GetReference(); local
500 if (!keypair)
    [all...]
nssstreamadapter.cc 475 identity->keypair()->privkey(),
862 *pRetKey = SECKEY_CopyPrivateKey(identity->keypair()->privkey());
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
KeyAgreementThread.java 22 import java.security.KeyPair;
40 KeyPair keypair = keyGen.generateKeyPair(); local
42 privateKey = keypair.getPrivate();
43 publicKeyBytes = keypair.getPublic().getEncoded();
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils_nss.cc 121 crypto::ECPrivateKey* keypair = crypto::ECPrivateKey::Create(); local
122 if (!keypair) {
125 hostname_to_key_[hostname] = keypair;
126 return keypair;
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 

Completed in 510 milliseconds