Searched refs:OPAD (Results 1 – 5 of 5) sorted by relevance
40 private const val OPAD: Byte = 92 constant65 val outerKey = ByteArray(blockLength) { paddedKey[it] xor OPAD } in sha1()
22 private final static byte OPAD = (byte)0x5C; field in HMac143 xorPad(outputBuf, blockLength, OPAD); in init()
24 private final static byte OPAD = (byte)0x5C; field in HMac145 xorPad(outputBuf, blockLength, OPAD); in init()
252 const OPAD: u8 = 0x5C; in new() constant257 *b ^= IPAD ^ OPAD; in new()