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

/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Base.java83 private static final String DI_CLASS_NAME = DigestIntegrity.class.getName(); field in class:DigestMD5Base
907 traceOutput(DI_CLASS_NAME, "generateIntegrityKeyPair",
909 traceOutput(DI_CLASS_NAME, "generateIntegrityKeyPair",
953 traceOutput(DI_CLASS_NAME, "wrap", "DIGEST14:outgoing: ",
955 traceOutput(DI_CLASS_NAME, "wrap", "DIGEST15:seqNum: ",
957 traceOutput(DI_CLASS_NAME, "wrap", "DIGEST16:MAC: ", mac);
969 traceOutput(DI_CLASS_NAME, "wrap", "DIGEST17:wrapped: ", wrapped);
1012 traceOutput(DI_CLASS_NAME, "unwrap", "DIGEST18:incoming: ",
1014 traceOutput(DI_CLASS_NAME, "unwrap", "DIGEST19:MAC: ",
1016 traceOutput(DI_CLASS_NAME, "unwra
[all...]

Completed in 1576 milliseconds