HomeSort by relevance Sort by last modified time
    Searched refs:idi (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/rc4/asm/
rc4-586.pl 298 $idi="ebp";
305 &mov ($idi,&wparam(1)); # load len
310 &lea ($inp,&DWP(0,$inp,$idi)); # $inp to point at the end
311 &neg ($idi);
313 &mov (&DWP(-4,$out),$idi); # borrow key->y
328 &add (&LB($idx),&BP(0,$inp,$idi));
330 &add ($idi,1);
333 &mov ($idi,&DWP(-4,$out));
363 &add (&LB($idx),&BP(0,$inp,$idi));
365 &add ($idi,1)
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.cpp 392 InstructionDisassembler idi(saveStream);
401 assert(idi.get_opnd(0).kind == InstructionDisassembler::Kind_Imm);
403 assert(idi.get_type() == InstructionDisassembler::RELATIVE_CALL);
406 assert(idi.get_type() == InstructionDisassembler::RELATIVE_JUMP);
409 assert(idi.get_type() == InstructionDisassembler::RET);
412 assert(idi.get_type() == InstructionDisassembler::RELATIVE_COND_JUMP);
420 assert(idi.get_opnd(0).kind == InstructionDisassembler::Kind_Mem);
422 assert(idi.get_type() == InstructionDisassembler::INDIRECT_CALL);
425 assert(idi.get_type() == InstructionDisassembler::INDIRECT_JUMP);
434 assert(idi.get_opnd(0).kind == InstructionDisassembler::Kind_Reg)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.c 22 os_free(data->IDi);
492 const u8 *idi, size_t idi_len)
496 if (idi == NULL) {
497 wpa_printf(MSG_INFO, "IKEV2: No IDi received");
502 wpa_printf(MSG_INFO, "IKEV2: Too short IDi payload");
506 id_type = idi[0];
507 idi += 4;
510 wpa_printf(MSG_DEBUG, "IKEV2: IDi ID Type %d", id_type);
511 wpa_hexdump_ascii(MSG_DEBUG, "IKEV2: IDi", idi, idi_len)
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.h 304 const u8 *idi; member in struct:ikev2_payloads
ikev2_common.c 357 wpa_printf(MSG_DEBUG, "IKEV2: Payload: IDi");
358 payloads->idi = pdata;
449 /* prf(SK_pi/r,IDi/r') */
463 /* sign_data = msg | Nr/i | prf(SK_pi/r,IDi/r') */

Completed in 300 milliseconds