/third_party/node/deps/openssl/openssl/crypto/cast/asm/ |
H A D | cast-586.pl | 31 $tmp3="eax"; 82 &mov($tmp3,&DWP(128,$K,"",0)); 84 &push($tmp3); 86 &or($tmp3,$tmp3); 90 &xor($tmp3, $tmp3); 95 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 96 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4); 97 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3, [all...] |
/third_party/openssl/crypto/cast/asm/ |
H A D | cast-586.pl | 31 $tmp3="eax"; 82 &mov($tmp3,&DWP(128,$K,"",0)); 84 &push($tmp3); 86 &or($tmp3,$tmp3); 90 &xor($tmp3, $tmp3); 95 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 96 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4); 97 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3, [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | jrevdct.c | 217 int32_t tmp0, tmp1, tmp2, tmp3; in ff_j_rev_dct() local 278 tmp3 = z1 + MULTIPLY(d2, FIX_0_765366865); in ff_j_rev_dct() 283 tmp10 = tmp0 + tmp3; in ff_j_rev_dct() 284 tmp13 = tmp0 - tmp3; in ff_j_rev_dct() 290 tmp3 = MULTIPLY(d6, FIX_0_541196100); in ff_j_rev_dct() 295 tmp10 = tmp0 + tmp3; in ff_j_rev_dct() 296 tmp13 = tmp0 - tmp3; in ff_j_rev_dct() 304 tmp3 = MULTIPLY(d2, FIX_1_306562965); in ff_j_rev_dct() 309 tmp10 = tmp0 + tmp3; in ff_j_rev_dct() 310 tmp13 = tmp0 - tmp3; in ff_j_rev_dct() 955 int32_t tmp0, tmp1, tmp2, tmp3; ff_j_rev_dct4() local [all...] |
H A D | faandct.c | 67 FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in row_fdct() local 79 tmp3= data[3 + i] + data[4 + i]; in row_fdct() 82 tmp10= tmp0 + tmp3; in row_fdct() 83 tmp13= tmp0 - tmp3; in row_fdct() 116 FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_faandct() local 133 tmp3= temp[8*3 + i] + temp[8*4 + i]; in ff_faandct() 136 tmp10= tmp0 + tmp3; in ff_faandct() 137 tmp13= tmp0 - tmp3; in ff_faandct() 170 FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_faandct248() local 183 tmp3 in ff_faandct248() [all...] |
H A D | jfdctfst.c | 145 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in row_fdct() local 161 tmp3 = dataptr[3] + dataptr[4]; in row_fdct() 166 tmp10 = tmp0 + tmp3; /* phase 2 */ in row_fdct() 167 tmp13 = tmp0 - tmp3; in row_fdct() 209 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_fdct_ifast() local 227 tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4]; in ff_fdct_ifast() 232 tmp10 = tmp0 + tmp3; /* phase 2 */ in ff_fdct_ifast() 233 tmp13 = tmp0 - tmp3; in ff_fdct_ifast() 275 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_fdct_ifast248() local 290 tmp3 in ff_fdct_ifast248() [all...] |
H A D | hq_hqadsp.c | 37 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9, tmpA; in idct_row() local 43 tmp3 = blk[1] + blk[7]; in idct_row() 44 tmp4 = tmp3 - tmp1; in idct_row() 48 tmp8 = tmp3 + tmp1; in idct_row() 75 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9, tmpA; in idct_col() local 81 tmp3 = blk[1 * 8] * 2 + (blk[7 * 8] >> 2); in idct_col() 82 tmp4 = tmp3 - tmp1; in idct_col() 86 tmp8 = (tmp3 + tmp1) >> 1; in idct_col()
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-mips.pl | 71 ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1); 122 and $tmp3,$in1,$tmp0 126 dsll $tmp3,24 131 or $tmp3,$tmp4 141 or $tmp3,$tmp4 143 or $in1,$tmp3 145 dsrl $tmp3,$in1,32 149 or $in1,$tmp3 241 and $tmp3,$in1,$tmp0 245 dsll $tmp3,2 [all...] |
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-mips.pl | 71 ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1); 122 and $tmp3,$in1,$tmp0 126 dsll $tmp3,24 131 or $tmp3,$tmp4 141 or $tmp3,$tmp4 143 or $in1,$tmp3 145 dsrl $tmp3,$in1,32 149 or $in1,$tmp3 241 and $tmp3,$in1,$tmp0 245 dsll $tmp3,2 [all...] |
/third_party/node/deps/openssl/openssl/crypto/bf/asm/ |
H A D | bf-586.pl | 26 $tmp3="ecx"; 62 &xor( $tmp3, $tmp3); 69 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1); 73 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1); 81 &xor( $tmp3, $tmp3); 88 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0); 91 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0); 106 local($i,$L,$R,$P,$tmp1,$tmp2,$tmp3, [all...] |
/third_party/openssl/crypto/bf/asm/ |
H A D | bf-586.pl | 26 $tmp3="ecx"; 62 &xor( $tmp3, $tmp3); 69 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1); 73 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1); 81 &xor( $tmp3, $tmp3); 88 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0); 91 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0); 106 local($i,$L,$R,$P,$tmp1,$tmp2,$tmp3, [all...] |
/third_party/optimized-routines/string/aarch64/ |
H A D | strncmp-mte.S | 34 #define tmp3 x10 define 135 rev tmp3, data1 136 sub tmp1, tmp3, zeroones 137 orr tmp2, tmp3, #REP8_7f 165 neg tmp3, count, lsl #3 /* 64 - bits(bytes beyond align). */ 168 LS_FW tmp2, tmp2, tmp3 /* Shift (count & 63). */ 250 orr tmp3, data1, #REP8_7f 252 bic has_nul, has_nul, tmp3 /* Non-zero if NUL byte found in SRC1. */ 253 orr tmp3, endloop, has_nul 254 cbnz tmp3, [all...] |
H A D | strcpy.S | 36 #define tmp3 x10 define 120 sub tmp3, tmp4, zeroones 127 sub tmp3, data2, zeroones 130 bics has_nul2, tmp3, tmp4 211 sub tmp3, data2, zeroones 214 bics has_nul2, tmp3, tmp4 270 sub tmp3, data2, zeroones 273 bics has_nul2, tmp3, tmp4 291 sub tmp3, tmp4, zeroones 302 sub tmp3, data [all...] |
H A D | strncmp.S | 35 #define tmp3 x10 define 129 rev tmp3, data1 130 sub tmp1, tmp3, zeroones 131 orr tmp2, tmp3, #REP8_7f 158 neg tmp3, count, lsl #3 /* 64 - bits(bytes beyond align). */ 164 lsl tmp2, tmp2, tmp3 /* Shift (count & 63). */ 167 lsr tmp2, tmp2, tmp3 /* Shift (count & 63). */ 169 and tmp3, limit_wd, #7 173 add tmp3, tmp3, coun [all...] |
H A D | strrchr.S | 25 #define tmp3 x5 define 92 lsr tmp3, const_m1, tmp1 95 bic nul_match, nul_match, tmp3 // Mask padding bits. 96 bic chr_match, chr_match, tmp3 // Mask padding bits. 136 clz tmp3, src_offset 140 add tmp3, tmp3, #2 141 sub result, src_match, tmp3, lsr #1
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
H A D | jidctint-neon.c | 372 int32x4_t tmp3 = vmull_lane_s16(z2_s16, consts.val[1], 2); in jsimd_idct_islow_pass1_regular() local 374 tmp3 = vmlal_lane_s16(tmp3, z3_s16, consts.val[0], 1); in jsimd_idct_islow_pass1_regular() 382 int32x4_t tmp10 = vaddq_s32(tmp0, tmp3); in jsimd_idct_islow_pass1_regular() 383 int32x4_t tmp13 = vsubq_s32(tmp0, tmp3); in jsimd_idct_islow_pass1_regular() 412 * z1 = tmp0 + tmp3; z2 = tmp1 + tmp2; in jsimd_idct_islow_pass1_regular() 414 * tmp2 = tmp2 * 3.072711026; tmp3 = tmp3 * 1.501321110; in jsimd_idct_islow_pass1_regular() 417 * tmp2 += z2 + z3; tmp3 += z1 + z4; in jsimd_idct_islow_pass1_regular() 420 * tmp0 = tmp0 * (0.298631336 - 0.899976223) + tmp3 * in jsimd_idct_islow_pass1_regular() 498 int32x4_t tmp3 = vmull_lane_s16(z2_s16, consts.val[1], 2); jsimd_idct_islow_pass1_sparse() local 583 int32x4_t tmp3 = vmull_lane_s16(z2_s16, consts.val[1], 2); jsimd_idct_islow_pass2_regular() local 729 int32x4_t tmp3 = vmull_lane_s16(z2_s16, consts.val[1], 2); jsimd_idct_islow_pass2_sparse() local [all...] |
H A D | jidctfst-neon.c | 130 int16x4_t tmp3 = vmul_s16(vget_high_s16(row6), quant_row6); in jsimd_idct_ifast_neon() local 135 int16x4_t tmp13 = vadd_s16(tmp1, tmp3); /* phases 5-3 */ in jsimd_idct_ifast_neon() 136 int16x4_t tmp1_sub_tmp3 = vsub_s16(tmp1, tmp3); in jsimd_idct_ifast_neon() 142 tmp3 = vsub_s16(tmp10, tmp13); in jsimd_idct_ifast_neon() 182 row4 = vcombine_s16(dcval, vadd_s16(tmp3, tmp4)); in jsimd_idct_ifast_neon() 183 row3 = vcombine_s16(dcval, vsub_s16(tmp3, tmp4)); in jsimd_idct_ifast_neon() 205 int16x4_t tmp3 = vmul_s16(vget_low_s16(row6), quant_row6); in jsimd_idct_ifast_neon() local 210 int16x4_t tmp13 = vadd_s16(tmp1, tmp3); /* phases 5-3 */ in jsimd_idct_ifast_neon() 211 int16x4_t tmp1_sub_tmp3 = vsub_s16(tmp1, tmp3); in jsimd_idct_ifast_neon() 217 tmp3 in jsimd_idct_ifast_neon() 275 int16x8_t tmp3 = vmulq_s16(row6, quant_row6); jsimd_idct_ifast_neon() local 373 int16x8_t tmp3 = vsubq_s16(tmp10, tmp13); jsimd_idct_ifast_neon() local [all...] |
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264_deblock_lasx.c | 58 tmp3 = __lasx_xvld(mv_t, 48); \ 63 tmp3 = __lasx_xvpermi_q(tmp4, tmp3, 0x20); \ 64 tmp2 = __lasx_xvsub_h(tmp2, tmp3); \ 65 tmp5 = __lasx_xvsub_h(tmp5, tmp3); \ 84 tmp3 = __lasx_xvld(mv_t, 48); \ 85 tmp4 = __lasx_xvsub_h(tmp3, tmp2); \ 120 __m256i tmp2, tmp3, tmp4, tmp5; in ff_h264_loop_filter_strength_lasx() local 141 DUP2_ARG2(__lasx_xvilvh_d, tmp0, tmp0, tmp1, tmp1, tmp2, tmp3); in ff_h264_loop_filter_strength_lasx() 142 LASX_TRANSPOSE4x4_H(tmp0, tmp2, tmp1, tmp3, tmp in ff_h264_loop_filter_strength_lasx() [all...] |
H A D | h264dsp_lasx.c | 1013 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_biweight_h264_pixels16_8_lasx() local 1030 src, stride_3x, tmp0, tmp1, tmp2, tmp3); in ff_biweight_h264_pixels16_8_lasx() 1035 DUP4_ARG3(__lasx_xvpermi_q, tmp1, tmp0, 0x20, tmp3, tmp2, 0x20, tmp5, tmp4, in ff_biweight_h264_pixels16_8_lasx() 1038 dst, stride_3x, tmp0, tmp1, tmp2, tmp3); in ff_biweight_h264_pixels16_8_lasx() 1043 DUP4_ARG3(__lasx_xvpermi_q, tmp1, tmp0, 0x20, tmp3, tmp2, 0x20, tmp5, tmp4, in ff_biweight_h264_pixels16_8_lasx() 1056 offset, wgt, vec2, offset, wgt, vec3, tmp0, tmp1, tmp2, tmp3); in ff_biweight_h264_pixels16_8_lasx() 1063 tmp3 = __lasx_xvsra_h(tmp3, denom); in ff_biweight_h264_pixels16_8_lasx() 1069 DUP4_ARG1(__lasx_xvclip255_h, tmp0, tmp1, tmp2, tmp3, in ff_biweight_h264_pixels16_8_lasx() 1070 tmp0, tmp1, tmp2, tmp3); in ff_biweight_h264_pixels16_8_lasx() 1179 __m256i tmp0, tmp1, tmp2, tmp3, denom, offset; avc_biwgt_8x4_lasx() local 1222 __m256i tmp0, tmp1, tmp2, tmp3, denom, offset; avc_biwgt_8x8_lasx() local 1288 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, denom, offset; avc_biwgt_8x16_lasx() local 1446 __m256i tmp0, tmp1, tmp2, tmp3, denom, offset; avc_biwgt_4x4_lasx() local 1488 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, denom, offset; avc_biwgt_4x8_lasx() local 1570 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; ff_weight_h264_pixels16_8_lasx() local 1720 __m256i tmp0, tmp1, tmp2, tmp3, denom, offset; avc_wgt_8x4_lasx() local 1754 __m256i tmp0, tmp1, tmp2, tmp3, denom, offset, wgt; avc_wgt_8x8_lasx() local 1811 __m256i tmp0, tmp1, tmp2, tmp3, denom, offset, wgt; avc_wgt_8x16_lasx() local 1946 __m256i src0, tmp0, tmp1, tmp2, tmp3, denom, offset; avc_wgt_4x4_lasx() local 1977 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, denom, offset; avc_wgt_4x8_lasx() local 2065 __m256i tmp0, tmp1, tmp2, tmp3; ff_h264_add_pixels8_8_lasx() local [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jidctflt.c | 76 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in jpeg_idct_float() local 131 tmp3 = DEQUANTIZE(inptr[DCTSIZE * 6], quantptr[DCTSIZE * 6] * _0_125); in jpeg_idct_float() 136 tmp13 = tmp1 + tmp3; /* phases 5-3 */ in jpeg_idct_float() 137 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT)1.414213562) - tmp13; /* 2*c4 */ in jpeg_idct_float() 140 tmp3 = tmp10 - tmp13; in jpeg_idct_float() 173 wsptr[DCTSIZE * 3] = tmp3 + tmp4; in jpeg_idct_float() 174 wsptr[DCTSIZE * 4] = tmp3 - tmp4; in jpeg_idct_float() 203 tmp3 = tmp10 - tmp13; in jpeg_idct_float() 233 outptr[3] = range_limit[((int)(tmp3 + tmp4)) & RANGE_MASK]; in jpeg_idct_float() 234 outptr[4] = range_limit[((int)(tmp3 in jpeg_idct_float() [all...] |
H A D | jfdctflt.c | 62 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in jpeg_fdct_float() local 78 tmp3 = dataptr[3] + dataptr[4]; in jpeg_fdct_float() 83 tmp10 = tmp0 + tmp3; /* phase 2 */ in jpeg_fdct_float() 84 tmp13 = tmp0 - tmp3; in jpeg_fdct_float() 128 tmp3 = dataptr[DCTSIZE * 3] + dataptr[DCTSIZE * 4]; in jpeg_fdct_float() 133 tmp10 = tmp0 + tmp3; /* phase 2 */ in jpeg_fdct_float() 134 tmp13 = tmp0 - tmp3; in jpeg_fdct_float()
|
H A D | jfdctfst.c | 119 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in jpeg_fdct_ifast() local 136 tmp3 = dataptr[3] + dataptr[4]; in jpeg_fdct_ifast() 141 tmp10 = tmp0 + tmp3; /* phase 2 */ in jpeg_fdct_ifast() 142 tmp13 = tmp0 - tmp3; in jpeg_fdct_ifast() 186 tmp3 = dataptr[DCTSIZE * 3] + dataptr[DCTSIZE * 4]; in jpeg_fdct_ifast() 191 tmp10 = tmp0 + tmp3; /* phase 2 */ in jpeg_fdct_ifast() 192 tmp13 = tmp0 - tmp3; in jpeg_fdct_ifast()
|
H A D | jidctfst.c | 175 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in jpeg_idct_ifast() local 230 tmp3 = DEQUANTIZE(inptr[DCTSIZE * 6], quantptr[DCTSIZE * 6]); in jpeg_idct_ifast() 235 tmp13 = tmp1 + tmp3; /* phases 5-3 */ in jpeg_idct_ifast() 236 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */ in jpeg_idct_ifast() 239 tmp3 = tmp10 - tmp13; in jpeg_idct_ifast() 272 wsptr[DCTSIZE * 4] = (int)(tmp3 + tmp4); in jpeg_idct_ifast() 273 wsptr[DCTSIZE * 3] = (int)(tmp3 - tmp4); in jpeg_idct_ifast() 326 tmp3 = tmp10 - tmp13; in jpeg_idct_ifast() 363 range_limit[IDESCALE(tmp3 + tmp4, PASS1_BITS + 3) & RANGE_MASK]; in jpeg_idct_ifast() 365 range_limit[IDESCALE(tmp3 in jpeg_idct_ifast() [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc_msa.c | 84 v4i32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; in FTransform_MSA() local 106 FILL_W2_SW(1812, 937, tmp1, tmp3); in FTransform_MSA() 107 DPADD_SH2_SW(t2, t2, cnst0, cnst1, tmp3, tmp1); in FTransform_MSA() 108 SRAI_W2_SW(tmp1, tmp3, 9); in FTransform_MSA() 109 PCKEV_H2_SH(tmp1, tmp0, tmp3, tmp2, t0, t1); in FTransform_MSA() 117 FILL_W2_SW(12000, 51000, tmp1, tmp3); in FTransform_MSA() 118 DPADD_SH2_SW(t2, t2, cnst0, cnst1, tmp3, tmp1); in FTransform_MSA() 119 SRAI_W2_SW(tmp1, tmp3, 16); in FTransform_MSA() 126 PCKEV_H2_SH(tmp1, tmp0, tmp3, tmp2, t0, t1); in FTransform_MSA() 137 v8i16 tmp0, tmp1, tmp2, tmp3; in FTransformWHT_MSA() local 175 v8i16 in0, in1, tmp0, tmp1, tmp2, tmp3; TTransform_MSA() local 807 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, sign0, sign1; QuantizeBlock_MSA() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | milenage.c | 39 u8 tmp1[16], tmp2[16], tmp3[16]; in milenage_f1() local 57 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i]; in milenage_f1() 60 tmp3[i] ^= tmp1[i]; in milenage_f1() 63 /* f1 || f1* = E_K(tmp3) XOR OP_c */ in milenage_f1() 64 if (aes_128_encrypt_block(k, tmp3, tmp1)) in milenage_f1() 91 u8 tmp1[16], tmp2[16], tmp3[16]; in milenage_f2345() local 111 if (aes_128_encrypt_block(k, tmp1, tmp3)) in milenage_f2345() 114 tmp3[i] ^= opc[i]; in milenage_f2345() 116 os_memcpy(res, tmp3 + 8, 8); /* f2 */ in milenage_f2345() 118 os_memcpy(ak, tmp3, in milenage_f2345() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | milenage.c | 39 u8 tmp1[16], tmp2[16], tmp3[16]; in milenage_f1() local 57 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i]; in milenage_f1() 60 tmp3[i] ^= tmp1[i]; in milenage_f1() 63 /* f1 || f1* = E_K(tmp3) XOR OP_c */ in milenage_f1() 64 if (aes_128_encrypt_block(k, tmp3, tmp1)) in milenage_f1() 91 u8 tmp1[16], tmp2[16], tmp3[16]; in milenage_f2345() local 111 if (aes_128_encrypt_block(k, tmp1, tmp3)) in milenage_f2345() 114 tmp3[i] ^= opc[i]; in milenage_f2345() 116 os_memcpy(res, tmp3 + 8, 8); /* f2 */ in milenage_f2345() 118 os_memcpy(ak, tmp3, in milenage_f2345() [all...] |