Home
last modified time | relevance | path

Searched defs:rsaPrivateKey (Results 1 – 25 of 119) sorted by relevance

12345

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/subtle/
H A DRsaKemHybridDecryptTest.java56 RSAPrivateKey rsaPrivateKey = (RSAPrivateKey) keyPair.getPrivate(); in decrypt_modifiedCiphertext() local
86 RSAPrivateKey rsaPrivateKey = (RSAPrivateKey) keyPair.getPrivate(); in decrypt_modifiedContext() local
119 RSAPrivateKey rsaPrivateKey = (RSAPrivateKey) keyPair.getPrivate(); in decrypt_modifiedSalt() local
141 RSAPrivateKey rsaPrivateKey = (RSAPrivateKey) keyPair.getPrivate(); in constructor_shortKey() local
358 RSAPrivateKey rsaPrivateKey = vector.privateKey; in decryptWithTestVectors() local
H A DRsaKemHybridEncryptTest.java58 RSAPrivateKey rsaPrivateKey = (RSAPrivateKey) keyPair.getPrivate(); in encrypt_decrypt_success() local
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLSignatureRawRSA.java91 OpenSSLRSAPrivateKey rsaPrivateKey = (OpenSSLRSAPrivateKey) privateKey; in engineInitSign() local
94 RSAPrivateCrtKey rsaPrivateKey = (RSAPrivateCrtKey) privateKey; in engineInitSign() local
97 RSAPrivateKey rsaPrivateKey = (RSAPrivateKey) privateKey; in engineInitSign() local
H A DOpenSSLCipherRSA.java181 OpenSSLRSAPrivateKey rsaPrivateKey = (OpenSSLRSAPrivateKey) key; in engineInitInternal() local
185 RSAPrivateCrtKey rsaPrivateKey = (RSAPrivateCrtKey) key; in engineInitInternal() local
189 RSAPrivateKey rsaPrivateKey = (RSAPrivateKey) key; in engineInitInternal() local
H A DOpenSSLRSAPrivateKey.java99 static OpenSSLKey wrapPlatformKey(RSAPrivateKey rsaPrivateKey) { in wrapPlatformKey()
125 static OpenSSLKey getInstance(RSAPrivateKey rsaPrivateKey) throws InvalidKeyException { in getInstance()
H A DOpenSSLRSAPrivateCrtKey.java99 static OpenSSLKey getInstance(RSAPrivateCrtKey rsaPrivateKey) throws InvalidKeyException { in getInstance()
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DOpenSSLSignatureRawRSA.java93 OpenSSLRSAPrivateKey rsaPrivateKey = (OpenSSLRSAPrivateKey) privateKey; in engineInitSign() local
96 RSAPrivateCrtKey rsaPrivateKey = (RSAPrivateCrtKey) privateKey; in engineInitSign() local
99 RSAPrivateKey rsaPrivateKey = (RSAPrivateKey) privateKey; in engineInitSign() local
H A DOpenSSLCipherRSA.java185 OpenSSLRSAPrivateKey rsaPrivateKey = (OpenSSLRSAPrivateKey) key; in engineInitInternal() local
189 RSAPrivateCrtKey rsaPrivateKey = (RSAPrivateCrtKey) key; in engineInitInternal() local
193 RSAPrivateKey rsaPrivateKey = (RSAPrivateKey) key; in engineInitInternal() local
H A DOpenSSLRSAPrivateKey.java100 static OpenSSLKey wrapPlatformKey(RSAPrivateKey rsaPrivateKey) { in wrapPlatformKey()
126 static OpenSSLKey getInstance(RSAPrivateKey rsaPrivateKey) throws InvalidKeyException { in getInstance()
H A DOpenSSLRSAPrivateCrtKey.java100 static OpenSSLKey getInstance(RSAPrivateCrtKey rsaPrivateKey) throws InvalidKeyException { in getInstance()
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeAuthDigitalSignPayloadTest.java166 PrivateKey rsaPrivateKey = CertUtils.createRsaPrivateKeyFromKeyFile("end-cert-key-a.key"); in testSignAndEncodeWithAndroidKeyStoreKey() local
179 RSAPrivateKey rsaPrivateKey = in testSignAndEncodeWithRSATypePrivateKey() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/signature/
H A DKeyConversionTest.java141 RSAPrivateCrtKey rsaPrivateKey = (RSAPrivateCrtKey) privateKey; in signAndVerifyUsingJavaRSAKeys() local
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/rsa/
Dpkcs1v15_test.go281 var rsaPrivateKey = parseKey(testingKey(`-----BEGIN RSA TESTING KEY----- var
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DBCRSAPrivateKey.java33 protected transient RSAKeyParameters rsaPrivateKey; field in BCRSAPrivateKey
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DBCRSAPrivateKey.java37 protected transient RSAKeyParameters rsaPrivateKey; field in BCRSAPrivateKey
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DBCRSAPrivateKey.java37 protected transient RSAKeyParameters rsaPrivateKey; field in BCRSAPrivateKey
/aosp_15_r20/frameworks/base/core/java/android/net/
H A DIkev2VpnProfile.java152 @Nullable PrivateKey rsaPrivateKey, in Ikev2VpnProfile()
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/
Dx509_test.go214 var rsaPrivateKey = &rsa.PrivateKey{ var
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/host-exports/java/linux_glibc/
Dconscrypt-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/conscrypt/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/conscrypt/conscrypt-unbundled/linux_glibc_common/local-javac-header/
Dconscrypt-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/conscrypt/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/conscrypt/conscrypt-unbundled/linux_glibc_common/javac/
Dconscrypt-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/conscrypt/ org/ ...
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/host-exports/java/linux_bionic/
Dconscrypt-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/conscrypt/ org/ ...
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/java/
Dconscrypt.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/conscrypt/1/java/
Dconscrypt.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/out/soong/.intermediates/external/conscrypt/conscrypt/android_common_apex30/javac/
Dconscrypt.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...

12345