Home
last modified time | relevance | path

Searched defs:privateKey (Results 1 – 25 of 43) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DAsymmetricKeyParameter.java8 boolean privateKey; field in AsymmetricKeyParameter
11 boolean privateKey) in AsymmetricKeyParameter()
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DKeyPair.cpp39 …yPair> KeyPair::create(const blink::WebCryptoKey& publicKey, const blink::WebCryptoKey& privateKey) in create()
46 KeyPair::KeyPair(const PassRefPtr<Key>& publicKey, const PassRefPtr<Key>& privateKey) in KeyPair()
DKeyPair.h50 Key* privateKey() { return m_privateKey.get(); } in privateKey() function
DCryptoResultImpl.cpp79 …l::completeWithKeyPair(const blink::WebCryptoKey& publicKey, const blink::WebCryptoKey& privateKey) in completeWithKeyPair()
/external/chromium_org/third_party/tlslite/scripts/
Dtls.py854 privateKey = None variable
866 privateKey = parsePrivateKey(s2) variable
869 privateKey = None variable
876 privateKey = parsePrivateKey(s2) variable
977 privateKey = None variable
986 privateKey = parsePrivateKey(s2) variable
989 privateKey = None variable
996 privateKey = parsePrivateKey(s2) variable
/external/chromium_org/net/android/java/src/org/chromium/net/
DAndroidKeyStore.java137 public static byte[] rawSignDigestWithPrivateKey(PrivateKey privateKey, in rawSignDigestWithPrivateKey()
183 public static int getPrivateKeyType(PrivateKey privateKey) { in getPrivateKeyType()
226 public static int getOpenSSLHandleForPrivateKey(PrivateKey privateKey) { in getOpenSSLHandleForPrivateKey()
/external/chromium_org/remoting/webapp/
Dhost_controller.js153 function startHostWithHash(hostName, publicKey, privateKey, argument
180 hostName, publicKey, privateKey, email, refreshToken) { argument
195 hostName, publicKey, privateKey, xhr) { argument
230 hostName, privateKey, publicKey, hostClientId, oauthToken) { argument
264 hostName, privateKey, publicKey, hostClientId) { argument
277 hostName, privateKey, publicKey, hasFeature) { argument
293 function onKeyGenerated(hostName, privateKey, publicKey) { argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DPrivateKeyInfo.java53 ASN1Encodable privateKey) in PrivateKeyInfo()
61 ASN1Encodable privateKey, in PrivateKeyInfo()
/external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
DDigitalSignatureTest.java79 PrivateKey privateKey = keyFactory in test_Sign() local
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
DKeyPairTest.java46 PrivateKeyStub privateKey = new PrivateKeyStub("privateAlgorithm", in setUp() local
/external/chromium_org/third_party/tlslite/tlslite/
DTLSConnection.py130 def handshakeClientCert(self, certChain=None, privateKey=None, argument
937 certChain=None, privateKey=None, reqCert=False, argument
1055 certChain=None, privateKey=None, reqCert=False, argument
1086 certChain, privateKey, reqCert, argument
/external/chromium_org/third_party/tlslite/test/
Dhttpsserver.py12 privateKey = parsePEMKey(s, private=True) variable
Dtwistedserver.py17 privateKey = parsePEMKey(s, private=True) variable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
DDSASigner.java92 PrivateKey privateKey, in engineInitSign()
101 PrivateKey privateKey) in engineInitSign()
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DKeyStorePrivateKeyEntryTest.java69 PrivateKey privateKey = keyPair.getPrivate(); in testGetCertificateChain() local
DSignerTest.java101 PrivateKeyStub privateKey = new PrivateKeyStub("private", "fff", privateKeyData); in testGetPrivateKey() local
DKeyFactory2Test.java111 PrivateKey privateKey = fact.generatePrivate(privateKeySpec); in test_generatePrivateLjava_security_spec_KeySpec() local
262 PrivateKey privateKey = fact.generatePrivate(privateKeySpec); in test_getKeySpecLjava_security_KeyLjava_lang_Class() local
/external/chromium_org/third_party/tlslite/tlslite/integration/
DSMTP_TLS.py12 certChain=None, privateKey=None, argument
DIntegrationHelper.py6 certChain=None, privateKey=None, argument
DClientHelper.py14 certChain=None, privateKey=None, argument
DXMLRPCTransport.py14 certChain=None, privateKey=None, argument
DPOP3_TLS.py16 certChain=None, privateKey=None, argument
DIMAP4_TLS.py16 certChain=None, privateKey=None, argument
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
DWebCrypto.cpp74 …WebCryptoResult::completeWithKeyPair(const WebCryptoKey& publicKey, const WebCryptoKey& privateKey) in completeWithKeyPair()
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
DMySignature2.java50 protected void engineInitSign(PrivateKey privateKey) in engineInitSign()

12