Searched refs:C_SeedRandom (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11SecureRandom.java37 * C_GenerateRandom() and not C_SeedRandom(). In order not to lose an
98 token.p11.C_SeedRandom(session.id(), seed);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java1368 * C_SeedRandom mixes additional seed material into the token's
1380 public native void C_SeedRandom(long hSession, byte[] pSeed) throws PKCS11Exception; method in class:PKCS11
1693 public synchronized void C_SeedRandom(long hSession, byte[] pSeed) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1694 super.C_SeedRandom(hSession, pSeed);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_digest.c281 * Method: C_SeedRandom
303 rv = (*ckpFunctions->C_SeedRandom)(ckSessionHandle, ckpSeed, ckSeedLength);
H A Dpkcs11f.h853 /* C_SeedRandom mixes additional seed material into the token's
855 CK_PKCS11_FUNCTION_INFO(C_SeedRandom)

Completed in 28 milliseconds