Searched refs:OPAD (Results 1 – 3 of 3) sorted by relevance
24 private final static byte OPAD = (byte)0x5C; field in HMac145 xorPad(outputBuf, blockLength, OPAD); in init()
22 private final static byte OPAD = (byte)0x5C; field in HMac143 xorPad(outputBuf, blockLength, OPAD); in init()
72 #define OPAD (0x5C) /* outer padding value */ macro