Searched refs:Functions (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_RSA_PKCS_PSS_PARAMS.java102 buffer.append(Functions.toFullHexString(hashAlg));
107 buffer.append(Functions.toFullHexString(mgf));
H A DCK_SSL3_RANDOM_DATA.java105 buffer.append(Functions.toHexString(pClientRandom));
115 buffer.append(Functions.toHexString(pServerRandom));
H A DCK_ECDH2_DERIVE_PARAMS.java135 buffer.append(Functions.toFullHexString(kdf));
145 buffer.append(Functions.toHexString(pSharedData));
155 buffer.append(Functions.toHexString(pPublicData));
175 buffer.append(Functions.toHexString(pPublicData2));
H A DCK_X9_42_DH2_DERIVE_PARAMS.java135 buffer.append(Functions.toFullHexString(kdf));
145 buffer.append(Functions.toHexString(pOtherInfo));
155 buffer.append(Functions.toHexString(pPublicData));
175 buffer.append(Functions.toHexString(pPublicData2));
H A DCK_ECDH1_DERIVE_PARAMS.java112 buffer.append(Functions.toFullHexString(kdf));
122 buffer.append(Functions.toHexString(pSharedData));
132 buffer.append(Functions.toHexString(pPublicData));
H A DCK_SESSION_INFO.java126 buffer.append(Functions.sessionStateToString(state));
131 buffer.append(Functions.sessionInfoFlagsToString(flags));
136 buffer.append(Functions.toHexString(ulDeviceError));
H A DCK_X9_42_DH1_DERIVE_PARAMS.java106 buffer.append(Functions.toFullHexString(kdf));
116 buffer.append(Functions.toHexString(pOtherInfo));
126 buffer.append(Functions.toHexString(pPublicData));
H A DCK_AES_CTR_PARAMS.java62 buffer.append(Functions.toHexString(cb));
H A DCK_ATTRIBUTE.java211 String prefix = Functions.getAttributeName(type) + " = ";
213 return prefix + Functions.getObjectClassName(getLong());
215 return prefix + Functions.getKeyName(getLong());
221 s = Functions.toHexString((byte[])pValue);
H A DCK_PKCS5_PBKD2_PARAMS.java130 buffer.append(Functions.toHexString(pSaltSourceData));
150 buffer.append(Functions.toHexString(pPrfData));
H A DCK_SSL3_KEY_MAT_OUT.java151 buffer.append(Functions.toHexString(pIVClient));
156 buffer.append(Functions.toHexString(pIVServer));
H A DCK_MECHANISM_INFO.java122 buffer.append(Functions.mechanismInfoFlagsToString(flags));
H A DCK_RSA_PKCS_OAEP_PARAMS.java137 buffer.append(Functions.toHexString(pSourceData));
H A DCK_INFO.java148 buffer.append(Functions.toBinaryString(flags));
H A DCK_SLOT_INFO.java147 buffer.append(Functions.slotInfoFlagsToString(flags));
H A DPKCS11Exception.java279 message = "0x" + Functions.toFullHexString((int)errorCode_);
H A DCK_TOKEN_INFO.java298 buffer.append(Functions.tokenInfoFlagsToString(flags));
H A DFunctions.java63 public class Functions { class
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DTemplateManager.java179 + Functions.getObjectClassName(keyType)
180 + "," + Functions.getKeyName(keyAlgorithm) + ")";
H A DConfig.java742 System.out.print(Functions.getMechanismName(mech));
755 return Functions.getMechanismId(mech);
914 return Functions.getObjectClassId(name);
926 return Functions.getKeyId(name);
938 return Functions.getAttributeId(name);
H A DSunPKCS11.java827 Functions.getMechanismName(longMech) + ":");
1053 " (" + Functions.getMechanismName(mechanism) + ")";
H A DP11KeyStore.java1989 Functions.toHexString(cka_id) +
2164 return "0x" + Functions.toHexString(bytes);
2169 return "0x" + Functions.toHexString(bytes);
/openjdk7/jdk/src/macosx/native/sun/font/
H A DCGGlyphImages.m297 #pragma mark --- Pixel Size, Modes, and Canvas Shaping Helper Functions ---
450 #pragma mark --- GlyphInfo Creation & Copy Functions ---

Completed in 1450 milliseconds