Home | History | Annotate | Download | only in crypto

Lines Matching defs:len_buf

194 	u8 len_buf[16];
208 WPA_PUT_BE64(len_buf, 0);
209 WPA_PUT_BE64(len_buf + 8, iv_len * 8);
210 ghash(H, len_buf, sizeof(len_buf), J0);
232 u8 len_buf[16];
243 WPA_PUT_BE64(len_buf, aad_len * 8);
244 WPA_PUT_BE64(len_buf + 8, crypt_len * 8);
245 ghash(H, len_buf, sizeof(len_buf), S);