Home | History | Annotate | Download | only in utils

Lines Matching refs:ik

1310  * @ik: 16-byte buffer for IK
1318 * completed successfully, RES, IK, and CK values will be written into provided
1321 * buffer. In this case, RES, IK, and CK are not valid.
1326 unsigned char *ik, unsigned char *ck, unsigned char *auts)
1407 /* IK */
1409 wpa_printf(MSG_DEBUG, "SCARD: Invalid IK");
1413 os_memcpy(ik, pos, IK_LEN);
1415 wpa_hexdump(MSG_DEBUG, "SCARD: IK", ik, IK_LEN);