Home
last modified time | relevance | path

Searched refs:icv (Results 1 – 20 of 20) sorted by relevance

/external/wpa_supplicant_8/src/eap_common/
Deap_ikev2_common.c74 u8 icv[IKEV2_MAX_HASH_LEN]; in eap_ikev2_validate_icv() local
98 wpabuf_len(msg) - icv_len, icv) < 0) { in eap_ikev2_validate_icv()
103 if (os_memcmp_const(icv, end - icv_len, icv_len) != 0) { in eap_ikev2_validate_icv()
106 icv, icv_len); in eap_ikev2_validate_icv()
Dikev2_common.c537 u8 *icv, *iv; in ikev2_build_encrypted() local
594 icv = wpabuf_put(msg, integ_alg->hash_len); in ikev2_build_encrypted()
602 wpabuf_len(msg) - integ_alg->hash_len, icv); in ikev2_build_encrypted()
Deap_eke_common.c642 u8 icv[EAP_EKE_MAX_HASH_LEN]; in eap_eke_decrypt_prot() local
661 prot_len - block_size - icv_len, icv) < 0) in eap_eke_decrypt_prot()
663 if (os_memcmp_const(icv, prot + prot_len - icv_len, icv_len) != 0) { in eap_eke_decrypt_prot()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DPass3bVerifier.java130 final Frame vanillaFrame, final InstConstraintVisitor icv, final ExecutionVisitor ev) { in circulationPump() argument
134 start.execute(vanillaFrame, new ArrayList<InstructionContext>(), icv, ev); in circulationPump()
199 if (theSuccessor.execute(u.getOutFrame(oldchain), newchain, icv, ev)) { in circulationPump()
211 if (v.execute(u.getOutFrame(oldchain), newchain, icv, ev)) { in circulationPump()
240 new ArrayList<InstructionContext>(), icv, ev)) { in circulationPump()
334 final InstConstraintVisitor icv = new InstConstraintVisitor(); in do_verify() local
335 icv.setConstantPoolGen(constantPoolGen); in do_verify()
346 icv.setMethodGen(mg); in do_verify()
378 … circulationPump(mg,cfg, cfg.contextOf(mg.getInstructionList().getStart()), f, icv, ev); in do_verify()
DControlFlowGraph.java166 …final ArrayList<InstructionContext> execPreds, final InstConstraintVisitor icv, final ExecutionVis… in execute() argument
203 icv.setFrame(workingFrame); in execute()
204 getInstruction().accept(icv); in execute()
DInstructionContext.java76 InstConstraintVisitor icv, ExecutionVisitor ev); in execute() argument
/external/scapy/scapy/contrib/
Dmacsec.py74 icv = data[-icvlen:]
77 icv = b''
79 return assoc, enc, icv
169 assoc, ct, icv = MACsecSA.split_pkt(orig_pkt, assoclen, self.icvlen)
172 modes.GCM(iv, icv),
/external/scapy/scapy/layers/
Dipsec.py374 icv = esp.data[len(esp.data) - icv_size:]
378 cipher = self.new_cipher(key, mode_iv, icv)
407 icv=icv)
542 pkt[AH].icv = mac.finalize()[:self.icv_size]
569 if len(pkt[AH].icv) != self.icv_size:
571 pkt[AH].padding = pkt[AH].icv[self.icv_size:]
572 pkt[AH].icv = pkt[AH].icv[:self.icv_size]
573 pkt_icv = pkt[AH].icv
693 pkt[AH].icv = b"\x00" * len(pkt[AH].icv)
888 icv = b"\x00" * self.auth_algo.icv_size)
Ddot11.py318 if self.icv is None:
320 icv = b""
322 icv = p[4:8]
328 return p[:4] + e.update(pay) + e.finalize() + icv
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
DBZip2CompressorOutputStream.java847 final int icv = sfmap[i]; in sendMTFValues1() local
848 cost0 += len_0[icv] & 0xff; in sendMTFValues1()
849 cost1 += len_1[icv] & 0xff; in sendMTFValues1()
850 cost2 += len_2[icv] & 0xff; in sendMTFValues1()
851 cost3 += len_3[icv] & 0xff; in sendMTFValues1()
852 cost4 += len_4[icv] & 0xff; in sendMTFValues1()
853 cost5 += len_5[icv] & 0xff; in sendMTFValues1()
869 final int icv = sfmap[i]; in sendMTFValues1() local
871 cost[t] += len[t][icv] & 0xff; in sendMTFValues1()
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_key.c180 size_t msg_bytes, u8 *icv) in ieee802_1x_icv_aes_cmac() argument
185 res = omac1_aes_128(ick, msg, msg_bytes, icv); in ieee802_1x_icv_aes_cmac()
187 res = omac1_aes_256(ick, msg, msg_bytes, icv); in ieee802_1x_icv_aes_cmac()
Dieee802_1x_kay_i.h80 const u8 *msg, size_t msg_len, u8 *icv);
422 u8 icv[0]; member
Dieee802_1x_key.h22 size_t msg_bytes, u8 *icv);
Dieee802_1x_kay.c1886 return body->icv; in ieee802_1x_mka_decode_icv_body()
3028 u8 icv[MAX_ICV_LEN]; in ieee802_1x_kay_mkpdu_sanity_check() local
3123 buf, len - mka_alg_tbl[kay->mka_algindex].icv_len, icv)) { in ieee802_1x_kay_mkpdu_sanity_check()
3137 if (os_memcmp_const(msg_icv, icv, in ieee802_1x_kay_mkpdu_sanity_check()
3142 icv, mka_alg_tbl[kay->mka_algindex].icv_len); in ieee802_1x_kay_mkpdu_sanity_check()
/external/bzip2/
Dcompress.c361 register UInt16 icv; in sendMTFValues() local
365 icv = mtfv[gs+(nn)]; \ in sendMTFValues()
366 cost01 += s->len_pack[icv][0]; \ in sendMTFValues()
367 cost23 += s->len_pack[icv][1]; \ in sendMTFValues()
368 cost45 += s->len_pack[icv][2]; \ in sendMTFValues()
390 UInt16 icv = mtfv[i]; in sendMTFValues() local
391 for (t = 0; t < nGroups; t++) cost[t] += s->len[t][icv]; in sendMTFValues()
/external/u-boot/lib/bzip2/
Dbzlib_compress.c402 register UInt16 icv; in sendMTFValues() local
406 icv = mtfv[gs+(nn)]; \ in sendMTFValues()
407 cost01 += s->len_pack[icv][0]; \ in sendMTFValues()
408 cost23 += s->len_pack[icv][1]; \ in sendMTFValues()
409 cost45 += s->len_pack[icv][2]; \ in sendMTFValues()
431 UInt16 icv = mtfv[i]; in sendMTFValues() local
432 for (t = 0; t < nGroups; t++) cost[t] += s->len[t][icv]; in sendMTFValues()
/external/wpa_supplicant_8/src/eap_peer/
Deap_pax.c340 const u8 *icv, *pos; in eap_pax_process() local
417 icv = pos + len - EAP_PAX_ICV_LEN; in eap_pax_process()
418 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", icv, EAP_PAX_ICV_LEN); in eap_pax_process()
428 if (os_memcmp_const(icv, icvbuf, EAP_PAX_ICV_LEN) != 0) { in eap_pax_process()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_pax.c190 u8 icvbuf[EAP_PAX_ICV_LEN], *icv; in eap_pax_check() local
265 icv = wpabuf_mhead_u8(respData) + mlen - EAP_PAX_ICV_LEN; in eap_pax_check()
266 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", icv, EAP_PAX_ICV_LEN); in eap_pax_check()
271 if (os_memcmp_const(icvbuf, icv, EAP_PAX_ICV_LEN) != 0) { in eap_pax_check()
/external/apache-commons-bcel/docs/verifier/
DJustIce.lyx9629 InstConstraintVisitor icv = new InstConstraintVisitor();
9655 circulationPump(cfg, f, icv, ev);
9711 ntVisitor icv, ExecutionVisitor ev) throws VerificationFailure
9747 start.execute(startFrame, EmptyInstructionList, icv, ev);
9910 if (v.execute(u.getOutFrame(oldchain), newchain,icv,ev))
/external/scapy/test/
Dregression.uts6414 assert(eapol[MKAPDU][MKAICVSet].icv == b"\xe5\xf5j\x86V\\\xb1\xcc\xa9\xb95\x04m*Cj")
6429 assert(eapol[MKAPDU][MKAICVSet].icv == b"5\x01\xdc)\xfd\xd1\xff\xd55\x9c_o\xc9\x9c\xca\xc0")
6443 assert(eapol[MKAPDU][MKAICVSet].icv == b"\xf4\xa1d\x18\tD\xa2}\x8e'\x0c/\xda,\xea\xb7")
6459 assert(eapol[MKAPDU][MKAICVSet].icv == b"OF\x84\xf1@%\x95\xe6Fw9\x1a\xfa\x03(\xae")
6477 assert(eapol[MKAPDU][MKAICVSet].icv == b"\xb0H\xcf\xe0:\xa1\x94RD'\x03\xe67\xe1Ur")
9035 assert a[Dot11QoS][Dot11WEP].icv == 942169697