Home
last modified time | relevance | path

Searched refs:_const (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/crypto/
Dcmac.c62 u64 _const[2]; in crypto_cmac_digest_setkey() local
77 _const[0] = be64_to_cpu(consts[1]); in crypto_cmac_digest_setkey()
78 _const[1] = be64_to_cpu(consts[0]); in crypto_cmac_digest_setkey()
82 msb_mask = ((s64)_const[1] >> 63) & gfmask; in crypto_cmac_digest_setkey()
83 _const[1] = (_const[1] << 1) | (_const[0] >> 63); in crypto_cmac_digest_setkey()
84 _const[0] = (_const[0] << 1) ^ msb_mask; in crypto_cmac_digest_setkey()
86 consts[i + 0] = cpu_to_be64(_const[1]); in crypto_cmac_digest_setkey()
87 consts[i + 1] = cpu_to_be64(_const[0]); in crypto_cmac_digest_setkey()
93 _const[0] = be64_to_cpu(consts[0]); in crypto_cmac_digest_setkey()
97 msb_mask = ((s64)_const[0] >> 63) & gfmask; in crypto_cmac_digest_setkey()
[all …]
/linux-4.19.296/include/math-emu/
Dop-2.h339 static const double _const[] = { \
372 _e240 *= _const[3]; \
373 _j240 *= _const[3]; \
374 _d240 *= _const[2]; \
375 _i240 *= _const[2]; \
376 _c240 *= _const[1]; \
377 _h240 *= _const[1]; \
378 _b240 *= _const[0]; \
379 _g240 *= _const[0]; \
397 _s240.d -= ((_const[10]+_s240.d)-_const[10]); \
[all …]