HomeSort by: relevance | last modified time | path
    Searched defs:s7 (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/crypto/aes/arch/x86/
aes_sse2_dec.c 125 __m128i s0, s1, s2, s3, s4, s5, s6, s7; local in function:inv_mix_columns
153 s7 = q4 ^ q5 ^ q6 ^ r4 ^ r6 ^ r7 ^ rotr32(q4 ^ q5 ^ q7 ^ r4 ^ r7);
158 q[3] = _mm_unpacklo_epi64(s3, s7);
aes_sse2_enc.c 84 __m128i s0, s1, s2, s3, s4, s5, s6, s7; local in function:mix_columns
112 s7 = q6 ^ r6 ^ r7 ^ rotr32(q7 ^ r7);
117 q[3] = _mm_unpacklo_epi64(s3, s7);
aes_sse2.c 70 __m128i s0, s1, s2, s3, s4, s5, s6, s7; local in function:aes_sse2_bitslice_Sbox
202 s7 = t48 ^ ~t60;
213 q[0] = _mm_unpacklo_epi64(s7, s3);
  /src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
efisetjmp_arch.h 17 UINT64 s7; member in struct:__anoncf1e21b50108
  /src/sys/arch/hpcmips/stand/romboot/
romboot.S 56 #define s7 $23 macro
  /src/sys/arch/mips/include/
regdef.h 77 #define s7 $23 macro
  /src/sys/crypto/aes/
aes_ct.c 67 uint32_t s0, s1, s2, s3, s4, s5, s6, s7; local in function:br_aes_ct_bitslice_Sbox
199 s7 = t48 ^ ~t60;
214 q[0] = s7;
  /src/lib/libm/ld128/
e_lgammal_r.c 142 s7 = 3.70262021550340817867688714880797019e-03L, variable in typeref:typename:const long double
300 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*(s6+y*(s7+y*(s8+
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 1133 int64_t s7; local in function:sc25519_muladd
1183 s7 = c7 + a0 * b7 + a1 * b6 + a2 * b5 + a3 * b4 + a4 * b3 + a5 * b2 +
1221 s7 += carry6;
1257 carry7 = (s7 + (int64_t) (1L << 20)) >> 21;
1259 s7 -= carry7 * ((uint64_t) 1L << 21);
1310 s7 += s19 * 666643;
1318 s7 += s18 * 470296;
1325 s7 += carry6;
1343 carry7 = (s7 + (int64_t) (1L << 20)) >> 21;
1345 s7 -= carry7 * ((uint64_t) 1L << 21)
1580 int64_t s7 = 2097151 & (load_3(s + 18) >> 3); local in function:sc25519_reduce
    [all...]

Completed in 37 milliseconds