Searched refs:IPAD (Results 1 – 5 of 5) sorted by relevance
39 private const val IPAD: Byte = 54 constant64 val innerKey = ByteArray(blockLength) { paddedKey[it] xor IPAD } in sha1()
239 const IPAD: u8 = 0x36; in new() constant241 let mut padded_key = [IPAD; digest::MAX_BLOCK_LEN]; in new()257 *b ^= IPAD ^ OPAD; in new()
21 private final static byte IPAD = (byte)0x36; field in HMac142 xorPad(inputPad, blockLength, IPAD); in init()
23 private final static byte IPAD = (byte)0x36; field in HMac144 xorPad(inputPad, blockLength, IPAD); in init()