| /forgerock/opendj2/src/server/org/opends/server/backends/jeb/ |
| H A D | BackupManager.java | 157 Mac mac = null; 170 mac = cryptoManager.getMacEngine(macKeyID); 437 archiveList(zipStream, mac, digest, zipEntryName, unchangedList); 468 latestFileSize = archiveFile(zipStream, mac, digest, 589 macBytes = mac.doFinal(); 848 Mac mac = null; 857 mac = cryptoManager.getMacEngine(macKeyID); 942 if (mac != null || digest != null) 945 if (mac != null) 947 mac 1086 archiveFile(ZipOutputStream zipStream, Mac mac, MessageDigest digest, File file, BackupConfig backupConfig) argument 1152 archiveList(ZipOutputStream zipStream, Mac mac, MessageDigest digest, String fileName, List<String> list) argument [all...] |
| /forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/ |
| H A D | BackupManager.java | 164 Mac mac = null; 178 mac = cryptoManager.getMacEngine(macKeyID); 472 archiveFile(zipStream, mac, digest, f); 520 archiveList(zipStream, mac, digest, zipEntryName, unchangedList); 551 latestFileSize = archiveFile(zipStream, mac, digest, 678 macBytes = mac.doFinal(); 937 Mac mac = null; 948 mac = cryptoManager.getMacEngine(macKeyID); 1032 if (mac != null || digest != null) 1035 if (mac ! 1176 archiveFile(ZipOutputStream zipStream, Mac mac, MessageDigest digest, File file, BackupConfig backupConfig) argument 1242 archiveList(ZipOutputStream zipStream, Mac mac, MessageDigest digest, String fileName, List<String> list) argument [all...] |
| /forgerock/opendj2/ext/svnkit/lib/ |
| H A D | trilead-ssh2-1.0.0-build217.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ... |
| H A D | platform-3.5.2.jar | ... platform/ com/sun/jna/platform/dnd/ com/sun/jna/platform/mac/ com/sun/jna/platform/unix/ com/sun/jna/platform/win32 ... |
| /forgerock/opendj-b2.6/ext/svnkit/ |
| H A D | trilead.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ... |
| /forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/ |
| H A D | BackupManager.java | 164 Mac mac = null; 178 mac = cryptoManager.getMacEngine(macKeyID); 472 archiveFile(zipStream, mac, digest, f); 520 archiveList(zipStream, mac, digest, zipEntryName, unchangedList); 551 latestFileSize = archiveFile(zipStream, mac, digest, 678 macBytes = mac.doFinal(); 937 Mac mac = null; 948 mac = cryptoManager.getMacEngine(macKeyID); 1032 if (mac != null || digest != null) 1035 if (mac ! 1176 archiveFile(ZipOutputStream zipStream, Mac mac, MessageDigest digest, File file, BackupConfig backupConfig) argument 1242 archiveList(ZipOutputStream zipStream, Mac mac, MessageDigest digest, String fileName, List<String> list) argument [all...] |
| /forgerock/opendj2.6.2/ext/svnkit/ |
| H A D | trilead.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ... |
| /forgerock/opendj2-hg/ext/svnkit/lib/ |
| H A D | trilead-ssh2-1.0.0-build217.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ... |
| H A D | platform-3.5.2.jar | ... platform/ com/sun/jna/platform/dnd/ com/sun/jna/platform/mac/ com/sun/jna/platform/unix/ com/sun/jna/platform/win32 ... |
| /forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/ |
| H A D | BackupManager.java | 157 Mac mac = null; 170 mac = cryptoManager.getMacEngine(macKeyID); 437 archiveList(zipStream, mac, digest, zipEntryName, unchangedList); 468 latestFileSize = archiveFile(zipStream, mac, digest, 589 macBytes = mac.doFinal(); 848 Mac mac = null; 857 mac = cryptoManager.getMacEngine(macKeyID); 942 if (mac != null || digest != null) 945 if (mac != null) 947 mac 1086 archiveFile(ZipOutputStream zipStream, Mac mac, MessageDigest digest, File file, BackupConfig backupConfig) argument 1152 archiveList(ZipOutputStream zipStream, Mac mac, MessageDigest digest, String fileName, List<String> list) argument [all...] |
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/ |
| H A D | BackupManager.java | 164 Mac mac = null; 178 mac = cryptoManager.getMacEngine(macKeyID); 472 archiveFile(zipStream, mac, digest, f); 520 archiveList(zipStream, mac, digest, zipEntryName, unchangedList); 551 latestFileSize = archiveFile(zipStream, mac, digest, 678 macBytes = mac.doFinal(); 937 Mac mac = null; 948 mac = cryptoManager.getMacEngine(macKeyID); 1032 if (mac != null || digest != null) 1035 if (mac ! 1176 archiveFile(ZipOutputStream zipStream, Mac mac, MessageDigest digest, File file, BackupConfig backupConfig) argument 1242 archiveList(ZipOutputStream zipStream, Mac mac, MessageDigest digest, String fileName, List<String> list) argument [all...] |
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/secure/ |
| H A D | SecureLogHelper.java | 95 * @param mac the mac to be signed 99 abstract public byte[] signMAC(byte[] mac) argument 142 * @param mac : signed mac 146 abstract public boolean verifySignature(byte[] signedObject, byte[] mac) argument 353 * @param LogEntry log entry whose mac has to be verified 354 * @param mac mac with which to be verified 355 * @return true if mac fo 358 verifyMAC(String LogEntry, byte[] mac) argument [all...] |
| H A D | SecureLogHelperJCEImpl.java | 75 * @param mac the mac to be signed 76 * @return signed MAC for given mac entry 79 public byte[] signMAC(byte[] mac) argument 91 loggerSign.update(mac); 106 * @param mac mac entry for the signature 107 * @return true if signature for mac is valid 108 * @throws Exception if it fails to verify signature value for mac entry 110 public boolean verifySignature(byte[] signedObject,byte[] mac) argument [all...] |
| H A D | SecureLogHelperJSSImpl.java | 91 * @param mac the mac to be signed 92 * @return signed MAC for given mac entry 95 public byte[] signMAC(byte[] mac) argument 115 loggerSign.update(mac); 130 * @param mac mac entry for the signature 131 * @return true if signature for mac is valid 132 * @throws Exception if it fails to verify signature value for mac entry 134 public boolean verifySignature(byte[] signedObject,byte[] mac) argument [all...] |
| /forgerock/openam-v13/openam-oauth/samples/StockClient/lib/ |
| H A D | oauth-signature-1.1.5-ea-SNAPSHOT.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/jersey/ ... |
| /forgerock/openam-v13/openam-oauth/samples/StockService/lib/ |
| H A D | oauth-signature-1.1.5-ea-SNAPSHOT.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/jersey/ ... |
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/ |
| H A D | BackupManager.java | 315 private Mac mac; field in class:BackupManager.MacCryptoEngine 350 mac = cryptoManager.getMacEngine(macKeyID); 363 mac.update(getBytes(s)); 370 mac.update(buffer, offset, len); 376 return mac.doFinal(); 394 return "MacCryptoEngine [mac=" + mac + "]";
|
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/log/secure/ |
| H A D | SecureLogHelper.java | 95 * @param mac the mac to be signed 99 abstract public byte[] signMAC(byte[] mac) argument 142 * @param mac : signed mac 146 abstract public boolean verifySignature(byte[] signedObject, byte[] mac) argument 353 * @param LogEntry log entry whose mac has to be verified 354 * @param mac mac with which to be verified 355 * @return true if mac fo 358 verifyMAC(String LogEntry, byte[] mac) argument [all...] |
| H A D | SecureLogHelperJCEImpl.java | 75 * @param mac the mac to be signed 76 * @return signed MAC for given mac entry 79 public byte[] signMAC(byte[] mac) argument 91 loggerSign.update(mac); 106 * @param mac mac entry for the signature 107 * @return true if signature for mac is valid 108 * @throws Exception if it fails to verify signature value for mac entry 110 public boolean verifySignature(byte[] signedObject,byte[] mac) argument [all...] |
| /openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/ |
| H A D | MacOutputStream.java | 35 private final Mac mac; field in class:MacOutputStream 37 public MacOutputStream(Mac mac) { argument 38 this.mac = mac; 44 mac.update(arg0); 50 mac.update((byte) arg0); 56 mac.update(arg0, arg1, arg2);
|
| /openjdk7/jdk/src/solaris/native/java/net/ |
| H A D | NetworkInterface.c | 486 unsigned char mac[16]; local 507 len = getMacAddress(env, sock, name_utf, &iaddr, mac); 509 len = getMacAddress(env, sock, name_utf,NULL, mac); 517 (*env)->SetByteArrayRegion(env, ret, 0, len, (jbyte *) (mac));
|
| /openjdk7/jdk/src/share/classes/sun/security/ssl/ |
| H A D | MAC.java | 68 private final Mac mac; field in class:MAC 89 mac = null; 116 mac = JsseJce.getMac(algorithm); 117 mac.init(key); 191 return (block != null && mac != null && 211 return (block != null && mac != null && 241 mac.update(block); 247 mac.update(bb); 249 mac.update(buf, offset, len); 252 return mac [all...] |
| H A D | SSLEngineImpl.java | 1352 private boolean checkSequenceNumber(MAC mac, byte type) argument 1359 if (connectionState >= cs_ERROR || mac == MAC.NULL) { 1367 if (mac.seqNumOverflow()) { 1390 if ((type != Record.ct_handshake) && mac.seqNumIsHuge()) {
|
| H A D | SSLSocketImpl.java | 1149 private void checkSequenceNumber(MAC mac, byte type) argument 1156 if (connectionState >= cs_ERROR || mac == MAC.NULL) { 1164 if (mac.seqNumOverflow()) { 1186 if ((type != Record.ct_handshake) && mac.seqNumIsHuge()) {
|
| /openjdk7/jdk/test/javax/crypto/Mac/ |
| H A D | ByteBuffers.java | 52 Mac mac = Mac.getInstance("HmacMD5"); 53 mac.init(key); 54 byte[] macValue = mac.doFinal(t); 63 verify(mac, macValue, b2, random); 69 verify(mac, macValue, b3, random); 74 verify(mac, macValue, b4, random); 79 private static void verify(Mac mac, byte[] macValue, ByteBuffer b, Random random) throws Exception { argument 82 mac.update(b); 87 mac.update(b); 91 byte[] newMacValue = mac [all...] |