Home
last modified time | relevance | path

Searched defs:rsaKey (Results 1 – 5 of 5) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLRSAKeyFactory.java92 RSAPublicKey rsaKey = (RSAPublicKey) key; in engineGetKeySpec() local
101 RSAPublicKey rsaKey = in engineGetKeySpec() local
108 RSAPrivateCrtKey rsaKey = (RSAPrivateCrtKey) key; in engineGetKeySpec() local
117 RSAPrivateCrtKey rsaKey = (RSAPrivateCrtKey) key; in engineGetKeySpec() local
123 RSAPrivateKey rsaKey = (RSAPrivateKey) key; in engineGetKeySpec() local
136 RSAPrivateCrtKey rsaKey = (RSAPrivateCrtKey) privKey; in engineGetKeySpec() local
151 RSAPrivateKey rsaKey = in engineGetKeySpec() local
192 RSAPublicKey rsaKey = (RSAPublicKey) key; in engineTranslateKey() local
201 RSAPrivateCrtKey rsaKey = (RSAPrivateCrtKey) key; in engineTranslateKey() local
219 RSAPrivateKey rsaKey = (RSAPrivateKey) key; in engineTranslateKey() local
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLRSAKeyFactory.java95 RSAPublicKey rsaKey = (RSAPublicKey) key; in engineGetKeySpec() local
104 RSAPublicKey rsaKey = in engineGetKeySpec() local
111 RSAPrivateCrtKey rsaKey = (RSAPrivateCrtKey) key; in engineGetKeySpec() local
120 RSAPrivateCrtKey rsaKey = (RSAPrivateCrtKey) key; in engineGetKeySpec() local
126 RSAPrivateKey rsaKey = (RSAPrivateKey) key; in engineGetKeySpec() local
139 RSAPrivateCrtKey rsaKey = (RSAPrivateCrtKey) privKey; in engineGetKeySpec() local
154 RSAPrivateKey rsaKey = in engineGetKeySpec() local
195 RSAPublicKey rsaKey = (RSAPublicKey) key; in engineTranslateKey() local
204 RSAPrivateCrtKey rsaKey = (RSAPrivateCrtKey) key; in engineTranslateKey() local
222 RSAPrivateKey rsaKey = (RSAPrivateKey) key; in engineTranslateKey() local
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Asymmetric/
DRSA_Decrypt.c66 OBJECT *rsaKey; in TPM2_RSA_Decrypt() local
DRSA_Encrypt.c60 OBJECT *rsaKey; in TPM2_RSA_Encrypt() local
/external/tpm2-tss/src/tss2-fapi/
Dfapi_crypto.c914 RSA *rsaKey = EVP_PKEY_get1_RSA(publicKey); in get_rsa_tpm2b_public_from_evp() local