Searched defs:hCryptProv (Results 1 - 8 of 8) sorted by relevance

/openjdk9/jdk/src/java.base/windows/native/libjava/
H A DWinCAPISeedGenerator.c47 HCRYPTPROV hCryptProv; local
/openjdk9/jdk/src/jdk.crypto.mscapi/windows/classes/sun/security/mscapi/
H A DRSAPrivateKey.java43 RSAPrivateKey(long hCryptProv, long hCryptKey, int keyLength) argument
H A DRSAKeyPair.java42 RSAKeyPair(long hCryptProv, long hCryptKey, int keyLength) argument
H A DKey.java44 long hCryptProv = 0; field in class:Key.NativeHandles
47 public NativeHandles(long hCryptProv, long hCryptKey) { argument
89 private native static void cleanUp(long hCryptProv, long hCryptKey); argument
163 protected native static String getContainerName(long hCryptProv); argument
H A DRSAPublicKey.java52 RSAPublicKey(long hCryptProv, long hCryptKey, int keyLength) argument
H A DRSASignature.java415 signHash(boolean noHashOID, byte[] hash, int hashSize, String hashAlgorithm, long hCryptProv, long hCryptKey) argument
422 verifySignedHash(byte[] hash, int hashSize, String hashAlgorithm, byte[] signature, int signatureSize, long hCryptProv, long hCryptKey) argument
H A DKeyStore.java784 generateRSAKeyAndCertificateChain(String alias, long hCryptProv, long hCryptKey, int keyLength, Collection<? extends Certificate> certCollection) argument
/openjdk9/jdk/src/jdk.crypto.mscapi/windows/native/libsunmscapi/
H A Dsecurity.cpp191 HCRYPTPROV hCryptProv = NULL; local
381 HCRYPTPROV hCryptProv = NULL; local
548 Java_sun_security_mscapi_Key_cleanUp(JNIEnv *env, jclass clazz, jlong hCryptProv, jlong hCryptKey) argument
564 Java_sun_security_mscapi_RSASignature_signHash(JNIEnv *env, jclass clazz, jboolean noHashOID, jbyteArray jHash, jint jHashSize, jstring jHashAlgorithm, jlong hCryptProv, jlong hCryptKey) argument
694 Java_sun_security_mscapi_RSASignature_verifySignedHash(JNIEnv *env, jclass clazz, jbyteArray jHash, jint jHashSize, jstring jHashAlgorithm, jbyteArray jSignedHash, jint jSignedHashSize, jlong hCryptProv, jlong hCryptKey) argument
802 HCRYPTPROV hCryptProv = NULL; local
885 Java_sun_security_mscapi_Key_getContainerName(JNIEnv *env, jclass jclazz, jlong hCryptProv) argument
937 Java_sun_security_mscapi_KeyStore_storeCertificate(JNIEnv *env, jobject obj, jstring jCertStoreName, jstring jCertAliasName, jbyteArray jCertEncoding, jint jCertEncodingSize, jlong hCryptProv, jlong hCryptKey) argument
1318 HCRYPTPROV hCryptProv = NULL; local
1450 HCRYPTPROV hCryptProv = NULL; local
2055 HCRYPTPROV hCryptProv = NULL; local
2141 HCRYPTPROV hCryptProv = NULL; local
[all...]

Completed in 94 milliseconds