Searched refs:OPAD (Results 1 – 2 of 2) sorted by relevance
44 #define OPAD 0x5C macro75 k_opad[i] ^= OPAD; in hmac_md5()
22 private final static byte OPAD = (byte)0x5C; field in HMac143 xorPad(outputBuf, blockLength, OPAD); in init()