Home | History | Annotate | Download | only in pae

Lines Matching defs:icv

54 		/* 128-bit CAK, KEK, ICK, ICV */
940 "KaY: MKA Peer Packet Body Length (%d bytes) is less than the Parameter Set Header Length (%d bytes) + the Parameter Set Body Length (%d bytes) + %d bytes of ICV",
1777 return body->icv;
1908 /* icv parameter set */
2875 u8 icv[MAX_ICV_LEN];
2905 /* EAPOL-MKA body should comprise basic parameter set and ICV */
2908 "KaY: Received EAPOL-MKA Packet Body Length (%d bytes) is less than the Basic Parameter Set Header Length (%d bytes) + the Basic Parameter Set Body Length (%d bytes) + %d bytes of ICV",
2929 /* ICV check */
2931 * The ICV will comprise the final octets of the packet body, whatever
2937 buf, len - mka_alg_tbl[kay->mka_algindex].icv_len, icv)) {
2945 if (os_memcmp_const(msg_icv, icv,
2949 "KaY: Computed ICV is not equal to Received ICV");
2953 wpa_printf(MSG_ERROR, "KaY: No ICV");
3037 "KaY: MKA Peer Packet Body Length (%d bytes) is less than the Parameter Set Header Length (%d bytes) + the Parameter Set Body Length (%d bytes) + %d bytes of ICV",