Searched refs:k4 (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/arch/sh/kernel/cpu/sh3/ |
H A D | entry.S | 75 #define k4 r4 define 89 * k4 scratch 198 mov k4, r15 216 ! k4 returns original stack pointer 242 mov.l @r15+, k4 ! original stack pointer 277 mov k4, r15 363 mov.l 1f, k4 ! SR bits to clear in k4 390 ! k4 passes SR bitmask 420 ! k4 passes bits to clear in SR 425 and k4, r8 451 mov.l 1f, k4 ! SR bits to clear in k4
|
H A D | swsusp.S | 20 #define k4 r4 define 117 mov.l 3f, k4 ! SR bits to clear in k4
|
/linux-4.1.27/drivers/staging/skein/ |
H A D | threefish_block.c | 10 k4 = key_ctx->key[4]; threefish_encrypt_256() local 44 b3 += k4 + 1; threefish_encrypt_256() 72 b2 += b3 + k4 + t0; threefish_encrypt_256() 93 b1 += k4 + t0; threefish_encrypt_256() 121 b0 += b1 + k4; threefish_encrypt_256() 177 b3 += k4 + 6; threefish_encrypt_256() 204 b2 += b3 + k4 + t2; threefish_encrypt_256() 226 b1 += k4 + t2; threefish_encrypt_256() 253 b0 += b1 + k4; threefish_encrypt_256() 309 b3 += k4 + 11; threefish_encrypt_256() 337 b2 += b3 + k4 + t1; threefish_encrypt_256() 358 b1 += k4 + t1; threefish_encrypt_256() 386 b0 += b1 + k4; threefish_encrypt_256() 442 b3 += k4 + 16; threefish_encrypt_256() 469 b2 += b3 + k4 + t0; threefish_encrypt_256() 491 output[1] = b1 + k4 + t0; threefish_encrypt_256() 503 k4 = key_ctx->key[4]; threefish_decrypt_256() local 510 b1 -= k4 + t0; threefish_decrypt_256() 544 b2 -= b3 + k4 + t0; threefish_decrypt_256() 579 b3 -= k4 + 16; threefish_decrypt_256() 642 b0 -= b1 + k4; threefish_decrypt_256() 678 b1 -= k4 + t1; threefish_decrypt_256() 716 b2 -= b3 + k4 + t1; threefish_decrypt_256() 752 b3 -= k4 + 11; threefish_decrypt_256() 815 b0 -= b1 + k4; threefish_decrypt_256() 850 b1 -= k4 + t2; threefish_decrypt_256() 889 b2 -= b3 + k4 + t2; threefish_decrypt_256() 924 b3 -= k4 + 6; threefish_decrypt_256() 987 b0 -= b1 + k4; threefish_decrypt_256() 1023 b1 -= k4 + t0; threefish_decrypt_256() 1061 b2 -= b3 + k4 + t0; threefish_decrypt_256() 1097 b3 -= k4 + 1; threefish_decrypt_256() 1148 k4 = key_ctx->key[4], k5 = key_ctx->key[5], threefish_encrypt_512() local 1163 b4 += b5 + k4; threefish_encrypt_512() 1210 b3 += k4; threefish_encrypt_512() 1263 b2 += b3 + k4; threefish_encrypt_512() 1310 b1 += k4; threefish_encrypt_512() 1363 b0 += b1 + k4; threefish_encrypt_512() 1478 b7 += k4 + 6; threefish_encrypt_512() 1531 b6 += b7 + k4 + t2; threefish_encrypt_512() 1578 b5 += k4 + t2; threefish_encrypt_512() 1631 b4 += b5 + k4; threefish_encrypt_512() 1678 b3 += k4; threefish_encrypt_512() 1731 b2 += b3 + k4; threefish_encrypt_512() 1778 b1 += k4; threefish_encrypt_512() 1831 b0 += b1 + k4; threefish_encrypt_512() 1946 b7 += k4 + 15; threefish_encrypt_512() 1999 b6 += b7 + k4 + t2; threefish_encrypt_512() 2046 b5 += k4 + t2; threefish_encrypt_512() 2094 output[4] = b4 + k4; threefish_encrypt_512() 2109 k4 = key_ctx->key[4], k5 = key_ctx->key[5], threefish_decrypt_512() local 2121 b4 -= k4; threefish_decrypt_512() 2182 b5 -= k4 + t2; threefish_decrypt_512() 2244 b6 -= b7 + k4 + t2; threefish_decrypt_512() 2313 b7 -= k4 + 15; threefish_decrypt_512() 2463 b0 -= b1 + k4; threefish_decrypt_512() 2532 b1 -= k4; threefish_decrypt_512() 2594 b2 -= b3 + k4; threefish_decrypt_512() 2663 b3 -= k4; threefish_decrypt_512() 2725 b4 -= b5 + k4; threefish_decrypt_512() 2794 b5 -= k4 + t2; threefish_decrypt_512() 2856 b6 -= b7 + k4 + t2; threefish_decrypt_512() 2925 b7 -= k4 + 6; threefish_decrypt_512() 3075 b0 -= b1 + k4; threefish_decrypt_512() 3144 b1 -= k4; threefish_decrypt_512() 3206 b2 -= b3 + k4; threefish_decrypt_512() 3275 b3 -= k4; threefish_decrypt_512() 3337 b4 -= b5 + k4; threefish_decrypt_512() 3374 k4 = key_ctx->key[4], k5 = key_ctx->key[5], threefish_encrypt_1024() local 3393 b4 += b5 + k4; threefish_encrypt_1024() 3492 b3 += k4; threefish_encrypt_1024() 3597 b2 += b3 + k4; threefish_encrypt_1024() 3696 b1 += k4; threefish_encrypt_1024() 3801 b0 += b1 + k4; threefish_encrypt_1024() 4036 b15 += k4 + 6; threefish_encrypt_1024() 4141 b14 += b15 + k4 + t2; threefish_encrypt_1024() 4240 b13 += k4 + t2; threefish_encrypt_1024() 4345 b12 += b13 + k4; threefish_encrypt_1024() 4444 b11 += k4; threefish_encrypt_1024() 4549 b10 += b11 + k4; threefish_encrypt_1024() 4648 b9 += k4; threefish_encrypt_1024() 4753 b8 += b9 + k4; threefish_encrypt_1024() 4852 b7 += k4; threefish_encrypt_1024() 4957 b6 += b7 + k4; threefish_encrypt_1024() 5056 b5 += k4; threefish_encrypt_1024() 5161 b4 += b5 + k4; threefish_encrypt_1024() 5260 b3 += k4; threefish_encrypt_1024() 5365 b2 += b3 + k4; threefish_encrypt_1024() 5465 output[1] = b1 + k4; threefish_encrypt_1024() 5495 k4 = key_ctx->key[4], k5 = key_ctx->key[5], threefish_decrypt_1024() local 5507 b1 -= k4; threefish_decrypt_1024() 5650 b2 -= b3 + k4; threefish_decrypt_1024() 5787 b3 -= k4; threefish_decrypt_1024() 5917 b4 -= b5 + k4; threefish_decrypt_1024() 6054 b5 -= k4; threefish_decrypt_1024() 6184 b6 -= b7 + k4; threefish_decrypt_1024() 6321 b7 -= k4; threefish_decrypt_1024() 6451 b8 -= b9 + k4; threefish_decrypt_1024() 6588 b9 -= k4; threefish_decrypt_1024() 6718 b10 -= b11 + k4; threefish_decrypt_1024() 6855 b11 -= k4; threefish_decrypt_1024() 6985 b12 -= b13 + k4; threefish_decrypt_1024() 7122 b13 -= k4 + t2; threefish_decrypt_1024() 7252 b14 -= b15 + k4 + t2; threefish_decrypt_1024() 7389 b15 -= k4 + 6; threefish_decrypt_1024() 7695 b0 -= b1 + k4; threefish_decrypt_1024() 7832 b1 -= k4; threefish_decrypt_1024() 7962 b2 -= b3 + k4; threefish_decrypt_1024() 8099 b3 -= k4; threefish_decrypt_1024() 8229 b4 -= b5 + k4; threefish_decrypt_1024()
|
/linux-4.1.27/net/ipv4/ |
H A D | tcp_illinois.c | 210 * k4 = ------------- beta() 213 * b = k3 + k4 da beta()
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | kregs.h | 18 #define IA64_KR_CURRENT_STACK 4 /* ar.k4: what's mapped in IA64_TR_CURRENT_STACK */
|
/linux-4.1.27/drivers/video/fbdev/msm/ |
H A D | mdp_ppp.c | 218 int64_t k1, k2, k3, k4, tmp; scale_params() local 245 k4 = (k3 - ONE) >> 1; scale_params() 256 od = (((k3 * os) >> 1) + k4); scale_params()
|
/linux-4.1.27/crypto/ |
H A D | camellia_generic.c | 582 /* k4 */ camellia_setup128() 715 /* k4 */ camellia_setup256()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | mux34xx.c | 1147 _OMAP3_BALLENTRY(GPMC_A1, "k4", NULL), 1468 _OMAP3_BALLENTRY(GPMC_A4, "k4", "ab16"), 1897 _OMAP3_BALLENTRY(GPMC_A4, "k4", "ab16"),
|
/linux-4.1.27/arch/x86/crypto/ |
H A D | camellia_glue.c | 1020 /* k4 */ camellia_setup128() 1149 /* k4 */ camellia_setup256()
|
Completed in 337 milliseconds