MCPcopy Index your code
hub / github.com/bcgit/bc-java / reset

Method reset

core/src/main/java/org/bouncycastle/crypto/Mac.java:70–70  ·  view source on GitHub ↗

Reset the MAC. At the end of resetting the MAC should be in the in the same state it was after the last init (if there was one).

()

Source from the content-addressed store, hash-verified

68 * in the same state it was after the last init (if there was one).
69 */
70 public void reset();
71}

Callers 15

extractMethod · 0.65
expandMethod · 0.65
applyMethod · 0.65
applyUpdateMethod · 0.65
peekMethod · 0.65
resetMethod · 0.65
performTestMethod · 0.65
checkMultiOutputMethod · 0.65
checkResetMethod · 0.65
resetForCheckMethod · 0.65
testOutputSizesMethod · 0.65
testBufferSizeChecksMethod · 0.65

Implementers 15

Poly1305Referencecore/src/test/java/org/bouncycastle/cr
DSTU7564Maccore/src/main/java/org/bouncycastle/cr
GMaccore/src/main/java/org/bouncycastle/cr
Blake3Maccore/src/main/java/org/bouncycastle/cr
BlockCipherMaccore/src/main/java/org/bouncycastle/cr
Poly1305core/src/main/java/org/bouncycastle/cr
Zuc128Maccore/src/main/java/org/bouncycastle/cr
SipHashcore/src/main/java/org/bouncycastle/cr
CFBBlockCipherMaccore/src/main/java/org/bouncycastle/cr
GOST28147Maccore/src/main/java/org/bouncycastle/cr
DSTU7624Maccore/src/main/java/org/bouncycastle/cr
CBCBlockCipherMaccore/src/main/java/org/bouncycastle/cr

Calls

no outgoing calls

Tested by 15

resetMethod · 0.52
performTestMethod · 0.52
checkMultiOutputMethod · 0.52
checkResetMethod · 0.52
resetForCheckMethod · 0.52
testOutputSizesMethod · 0.52
testBufferSizeChecksMethod · 0.52
checkResetMethod · 0.52
testExceptionsMethod · 0.52
skipTestMethod · 0.52
testWriteReadMethod · 0.52
testSkippingMethod · 0.52