Searched defs:Ki (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Base.java1052 * @param Ki A non-null byte array containing the key for the digest
1061 protected byte[] getHMAC(byte[] Ki, byte[] seqnum, byte[] msg, argument
1069 SecretKey keyKi = new SecretKeySpec(Ki, "HmacMD5");
1317 /* HMAC(Ki, {SeqNum, msg})[0..9] */
1344 /* {msg, pad, HMAC(Ki, {SeqNum, msg}[0..9])} */
1354 /* CIPHER(Kc, {msg, pad, HMAC(Ki, {SeqNum, msg}[0..9])}) */
1423 /* CIPHER(Kc, {msg, pad, HMAC(Ki, {SeqNum, msg}[0..9])}) */

Completed in 31 milliseconds