Home
last modified time | relevance | path

Searched refs:opc (Results 1 – 25 of 41) sorted by relevance

12

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dmilenage.c44 tmp1[i] = _rand[i] ^ opc[i]; in milenage_f1()
57 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i]; in milenage_f1()
67 tmp1[i] ^= opc[i]; in milenage_f1()
96 tmp1[i] = _rand[i] ^ opc[i]; in milenage_f2345()
108 tmp1[i] = tmp2[i] ^ opc[i]; in milenage_f2345()
114 tmp3[i] ^= opc[i]; in milenage_f2345()
129 ck[i] ^= opc[i]; in milenage_f2345()
136 tmp1[(i + 8) % 16] = tmp2[i] ^ opc[i]; in milenage_f2345()
141 ik[i] ^= opc[i]; in milenage_f2345()
148 tmp1[(i + 4) % 16] = tmp2[i] ^ opc[i]; in milenage_f2345()
[all …]
H A Dmilenage.h12 void milenage_generate(const u8 *opc, const u8 *amf, const u8 *k,
15 int milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts,
17 int gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres,
19 int milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand,
22 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand,
24 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand,
/dragonfly/contrib/gdb-7/
H A DREADME.DELETED114 bfd/cpu-ia64-opc.c
1448 opcodes/arc-opc.c
1469 opcodes/crx-opc.c
1495 opcodes/frv-opc.c
1496 opcodes/frv-opc.h
1580 opcodes/mep-opc.c
1581 opcodes/mep-opc.h
1601 opcodes/mt-opc.c
1602 opcodes/mt-opc.h
1619 opcodes/pj-opc.c
[all …]
/dragonfly/contrib/binutils-2.34/
H A DREADME.DELETED107 bfd/cpu-ia64-opc.c
1673 opcodes/arc-opc.c
1684 opcodes/bpf-opc.c
1685 opcodes/bpf-opc.h
1703 opcodes/crx-opc.c
1731 opcodes/frv-opc.c
1732 opcodes/frv-opc.h
1834 opcodes/mt-opc.c
1835 opcodes/mt-opc.h
1856 opcodes/pj-opc.c
[all …]
/dragonfly/contrib/binutils-2.27/
H A DREADME.DELETED117 bfd/cpu-ia64-opc.c
1745 opcodes/arc-opc.c
1768 opcodes/crx-opc.c
1794 opcodes/frv-opc.c
1795 opcodes/frv-opc.h
1880 opcodes/mep-opc.c
1881 opcodes/mep-opc.h
1904 opcodes/mt-opc.c
1905 opcodes/mt-opc.h
1925 opcodes/pj-opc.c
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dhsa-common.h436 hsa_insn_basic (unsigned nops, int opc);
437 hsa_insn_basic (unsigned nops, int opc, BrigType16_t t,
517 hsa_insn_br (unsigned nops, int opc, BrigType16_t t, BrigWidth8_t width,
637 hsa_insn_mem (int opc, BrigType16_t t, hsa_op_base *arg0, hsa_op_base *arg1);
654 hsa_insn_mem (unsigned nops, int opc, BrigType16_t t,
679 hsa_insn_atomic (int nops, int opc, enum BrigAtomicOperation aop,
714 hsa_insn_signal (int nops, int opc, enum BrigAtomicOperation sop,
742 hsa_insn_seg (int opc, BrigType16_t destt, BrigType16_t srct,
1391 DEBUG_FUNCTION void debug_hsa_operand (hsa_op_base *opc);
H A Dhsa-gen.c1362 hsa_insn_basic::hsa_insn_basic (unsigned nops, int opc) in hsa_insn_basic() argument
1529 : hsa_insn_basic (nops, opc, t, arg0, arg1, arg2, arg3), in hsa_insn_br()
1585 : hsa_insn_basic (2, opc, t, arg0, arg1), in hsa_insn_mem()
1588 gcc_checking_assert (opc == BRIG_OPCODE_LD || opc == BRIG_OPCODE_ST); in hsa_insn_mem()
1608 hsa_insn_atomic::hsa_insn_atomic (int nops, int opc, in hsa_insn_atomic() argument
1618 gcc_checking_assert (opc == BRIG_OPCODE_ATOMICNORET || in hsa_insn_atomic()
1619 opc == BRIG_OPCODE_ATOMIC || in hsa_insn_atomic()
1620 opc == BRIG_OPCODE_SIGNAL || in hsa_insn_atomic()
1621 opc == BRIG_OPCODE_SIGNALNORET); in hsa_insn_atomic()
1628 hsa_insn_signal::hsa_insn_signal (int nops, int opc, in hsa_insn_signal() argument
[all …]
H A Dhsa-dump.c1264 debug_hsa_operand (hsa_op_base *opc) in debug_hsa_operand() argument
1266 dump_hsa_operand (stderr, opc, true); in debug_hsa_operand()
H A Ddwarf2cfi.c713 enum dwarf_call_frame_info opc; in cfi_equal_p() local
722 opc = a->dw_cfi_opc; in cfi_equal_p()
723 if (opc != b->dw_cfi_opc) in cfi_equal_p()
728 return (cfi_oprnd_equal_p (dw_cfi_oprnd1_desc (opc), in cfi_equal_p()
730 && cfi_oprnd_equal_p (dw_cfi_oprnd2_desc (opc), in cfi_equal_p()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Ddwarfnames.c58 const char *get_DW_CFA_name (unsigned int opc) { \
59 switch (opc) { \
/dragonfly/contrib/gdb-7/libiberty/
H A Ddwarfnames.c58 const char *get_DW_CFA_name (unsigned int opc) { \
59 switch (opc) { \
/dragonfly/contrib/binutils-2.34/libiberty/
H A Ddwarfnames.c58 const char *get_DW_CFA_name (unsigned int opc) { \
59 switch (opc) { \
/dragonfly/contrib/gcc-8.0/libiberty/
H A Ddwarfnames.c58 const char *get_DW_CFA_name (unsigned int opc) { \
59 switch (opc) { \
/dragonfly/gnu/usr.bin/gdb/libopcodes/
H A DMakefile.x86_641 SRCS+= i386-dis.c i386-opc.c
/dragonfly/gnu/usr.bin/binutils227/block1/libopcodes/
H A DMakefile14 SRCS= i386-dis.c i386-opc.c dis-buf.c dis-init.c disassemble.c
/dragonfly/gnu/usr.bin/binutils234/block1/libopcodes/
H A DMakefile14 SRCS= i386-dis.c i386-opc.c dis-buf.c dis-init.c disassemble.c
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-z80.texi252 @var{opc} @var{r}
256 The operation @samp{@var{opc}} may be any of @samp{res @var{b},},
262 @item @var{opc} (iy+@var{d}), @var{r}
/dragonfly/contrib/gdb-7/include/
H A Ddwarf2.h420 extern const char *get_DW_CFA_name (unsigned int opc);
/dragonfly/contrib/binutils-2.27/include/
H A Ddwarf2.h428 extern const char *get_DW_CFA_name (unsigned int opc);
/dragonfly/contrib/binutils-2.34/include/
H A Ddwarf2.h531 extern const char *get_DW_CFA_name (unsigned int opc);
/dragonfly/contrib/gcc-8.0/include/
H A Ddwarf2.h532 extern const char *get_DW_CFA_name (unsigned int opc);
/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Deap_sim.c278 u8 opc[16], k[16]; in eap_sim_gsm_auth() local
296 if (hexstr2bin(pos, opc, 16)) in eap_sim_gsm_auth()
300 if (gsm_milenage(opc, k, data->rand[i], in eap_sim_gsm_auth()
H A Deap_aka.c276 u8 opc[16], k[16], sqn[6]; in eap_aka_umts_auth() local
293 if (hexstr2bin(pos, opc, 16)) in eap_aka_umts_auth()
303 return milenage_check(opc, k, sqn, data->rand, data->autn, in eap_aka_umts_auth()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddwarf2cfi.c644 enum dwarf_call_frame_info opc; in cfi_equal_p() local
653 opc = a->dw_cfi_opc; in cfi_equal_p()
654 if (opc != b->dw_cfi_opc) in cfi_equal_p()
659 return (cfi_oprnd_equal_p (dw_cfi_oprnd1_desc (opc), in cfi_equal_p()
661 && cfi_oprnd_equal_p (dw_cfi_oprnd2_desc (opc), in cfi_equal_p()
H A Ddwarf2out.c2369 && opc >= DW_OP_breg0 && opc <= DW_OP_breg31) in output_loc_sequence()
2377 && opc >= DW_OP_reg0 && opc <= DW_OP_reg31) in output_loc_sequence()
2379 unsigned r = (opc - DW_OP_reg0); in output_loc_sequence()
2385 dw2_asm_output_data (1, opc, in output_loc_sequence()
2547 if (opc >= DW_OP_breg0 && opc <= DW_OP_breg31) in output_loc_sequence_raw()
2554 else if (opc >= DW_OP_reg0 && opc <= DW_OP_reg31) in output_loc_sequence_raw()
9485 int opc; in output_line_info() local
9525 for (opc = 1; opc < DWARF_LINE_OPCODE_BASE; opc++) in output_line_info()
9528 switch (opc) in output_line_info()
9544 opc, n_op_args); in output_line_info()
[all …]

12