/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/ |
D | AsymmetricKeyParameter.java | 8 boolean privateKey; field in AsymmetricKeyParameter 11 boolean privateKey) in AsymmetricKeyParameter()
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | KeyPair.cpp | 39 …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()
|
D | KeyPair.h | 50 Key* privateKey() { return m_privateKey.get(); } in privateKey() function
|
D | CryptoResultImpl.cpp | 79 …l::completeWithKeyPair(const blink::WebCryptoKey& publicKey, const blink::WebCryptoKey& privateKey) in completeWithKeyPair()
|
/external/chromium_org/third_party/tlslite/scripts/ |
D | tls.py | 854 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/ |
D | AndroidKeyStore.java | 137 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/ |
D | host_controller.js | 153 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/ |
D | PrivateKeyInfo.java | 53 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/ |
D | DigitalSignatureTest.java | 79 PrivateKey privateKey = keyFactory in test_Sign() local
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/ |
D | KeyPairTest.java | 46 PrivateKeyStub privateKey = new PrivateKeyStub("privateAlgorithm", in setUp() local
|
/external/chromium_org/third_party/tlslite/tlslite/ |
D | TLSConnection.py | 130 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/ |
D | httpsserver.py | 12 privateKey = parsePEMKey(s, private=True) variable
|
D | twistedserver.py | 17 privateKey = parsePEMKey(s, private=True) variable
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/ |
D | DSASigner.java | 92 PrivateKey privateKey, in engineInitSign() 101 PrivateKey privateKey) in engineInitSign()
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | KeyStorePrivateKeyEntryTest.java | 69 PrivateKey privateKey = keyPair.getPrivate(); in testGetCertificateChain() local
|
D | SignerTest.java | 101 PrivateKeyStub privateKey = new PrivateKeyStub("private", "fff", privateKeyData); in testGetPrivateKey() local
|
D | KeyFactory2Test.java | 111 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/ |
D | SMTP_TLS.py | 12 certChain=None, privateKey=None, argument
|
D | IntegrationHelper.py | 6 certChain=None, privateKey=None, argument
|
D | ClientHelper.py | 14 certChain=None, privateKey=None, argument
|
D | XMLRPCTransport.py | 14 certChain=None, privateKey=None, argument
|
D | POP3_TLS.py | 16 certChain=None, privateKey=None, argument
|
D | IMAP4_TLS.py | 16 certChain=None, privateKey=None, argument
|
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/ |
D | WebCrypto.cpp | 74 …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/ |
D | MySignature2.java | 50 protected void engineInitSign(PrivateKey privateKey) in engineInitSign()
|