Home
last modified time | relevance | path

Searched refs:b1 (Results 1 – 4 of 4) sorted by relevance

/crypto/
A Daes_generic.c1179 u32 b0[4], b1[4]; in crypto_aes_encrypt() local
1198 f_nround(b1, b0, kp); in crypto_aes_encrypt()
1199 f_nround(b0, b1, kp); in crypto_aes_encrypt()
1200 f_nround(b1, b0, kp); in crypto_aes_encrypt()
1201 f_nround(b0, b1, kp); in crypto_aes_encrypt()
1202 f_nround(b1, b0, kp); in crypto_aes_encrypt()
1203 f_nround(b0, b1, kp); in crypto_aes_encrypt()
1204 f_nround(b1, b0, kp); in crypto_aes_encrypt()
1205 f_nround(b0, b1, kp); in crypto_aes_encrypt()
1206 f_nround(b1, b0, kp); in crypto_aes_encrypt()
[all …]
A Dxor.c83 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed() argument
101 tmpl->do_2(BENCH_SIZE, b1, b2); in do_xor_speed()
118 void *b1, *b2; in calibrate_xor_blocks() local
130 b1 = (void *) __get_free_pages(GFP_KERNEL, 2); in calibrate_xor_blocks()
131 if (!b1) { in calibrate_xor_blocks()
135 b2 = b1 + 2*PAGE_SIZE + BENCH_SIZE; in calibrate_xor_blocks()
142 #define xor_speed(templ) do_xor_speed((templ), b1, b2) in calibrate_xor_blocks()
157 free_pages((unsigned long)b1, 2); in calibrate_xor_blocks()
A Dtestmgr.h658 #define be64_to_cpua(b1, b2, b3, b4, b5, b6, b7, b8) \ argument
659 0x##b1, 0x##b2, 0x##b3, 0x##b4, 0x##b5, 0x##b6, 0x##b7, 0x##b8
661 #define be64_to_cpua(b1, b2, b3, b4, b5, b6, b7, b8) \ argument
662 0x##b8, 0x##b7, 0x##b6, 0x##b5, 0x##b4, 0x##b3, 0x##b2, 0x##b1
949 be64_to_cpua(f2, e4, 6c, c7, 94, b1, d5, fe),
1036 be64_to_cpua(5f, 63, b1, be, 5e, 4c, 0e, a1),
1216 be64_to_cpua(50, b1, a5, 98, 92, 2a, a5, 52),
1293 be64_to_cpua(c6, 4f, ab, 2b, 62, c1, 42, b1),
A Decc.c386 u64 b1 = right >> 32; in mul_64_64() local
388 u64 m1 = a0 * b1; in mul_64_64()
390 u64 m3 = a1 * b1; in mul_64_64()

Completed in 43 milliseconds