Searched refs:inputPad (Results 1 – 2 of 2) sorted by relevance
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/ |
D | HMac.java | 30 private byte[] inputPad; field in HMac 101 this.inputPad = new byte[blockLength]; in HMac() 126 digest.doFinal(inputPad, 0); in init() 132 System.arraycopy(key, 0, inputPad, 0, keyLength); in init() 135 for (int i = keyLength; i < inputPad.length; i++) in init() 137 inputPad[i] = 0; in init() 140 System.arraycopy(inputPad, 0, outputBuf, 0, blockLength); in init() 142 xorPad(inputPad, blockLength, IPAD); in init() 152 digest.update(inputPad, 0, inputPad.length); in init() 208 digest.update(inputPad, 0, inputPad.length); in doFinal() [all …]
|
/external/google-tv-pairing-protocol/java/jar/ |
D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF
META-INF/BCKEY.SF
META-INF/BCKEY ... |