Searched refs:CKK_BLOWFISH (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyGenerator.java193 keyType = CKK_BLOWFISH;
H A DP11SecretKeyFactory.java70 addKeyType("Blowfish", CKK_BLOWFISH);
220 case (int)CKK_BLOWFISH:
H A DP11KeyStore.java1288 } else if (kType == CKK_BLOWFISH) {
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java830 addKeyType(CKK_BLOWFISH, "CKK_BLOWFISH");
H A DPKCS11Constants.java303 public static final long CKK_BLOWFISH = 0x00000020L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h393 #define CKK_BLOWFISH 0x00000020 macro

Completed in 57 milliseconds