Home
last modified time | relevance | path

Searched refs:f (Results 1 – 5 of 5) sorted by relevance

/crypto/
A Dxor.c119 struct xor_block_template *f, *fastest; in calibrate_xor_blocks() local
148 for (f = fastest; f; f = f->next) in calibrate_xor_blocks()
149 if (f->speed > fastest->speed) in calibrate_xor_blocks()
150 fastest = f; in calibrate_xor_blocks()
A Dtestmgr.h745 be64_to_cpua(01, 48, fb, 5f, 72, 2a, d4, 8f),
747 be64_to_cpua(3f, 72, 3f, 1f, 42, d2, 3f, 1d),
1028 be64_to_cpua(f5, 0f, 24, 4c, 07, 93, 6f, 21),
1130 be64_to_cpua(3b, 1f, 07, 8f, 15, 02, fe, 1d),
1141 be64_to_cpua(71, cd, 8f, 18, 99, f0, 0f, 13),
1180 be64_to_cpua(63, f6, f0, 3d, 5f, 5f, 99, 3f),
1211 be64_to_cpua(f8, 3f, 59, 0f, 74, f0, 3f, d8),
1219 be64_to_cpua(30, 90, 0f, 1c, 8f, 78, d3, 9f),
1250 be64_to_cpua(50, 9f, 7d, 1f, ca, 8b, a8, 2d),
1327 be64_to_cpua(1f, 12, 3e, b7, 7e, 51, ff, 7f),
[all …]
A Dblake2b_generic.c89 v[14] = BLAKE2B_IV6 ^ S->f[0]; in blake2b_compress_one_generic()
90 v[15] = BLAKE2B_IV7 ^ S->f[1]; in blake2b_compress_one_generic()
A Dmd5.c35 #define MD5STEP(f, w, x, y, z, in, s) \ argument
36 (w += f(x, y, z) + in, w = (w<<s | w>>(32-s)) + x)
A Drmd160.c39 #define ROUND(a, b, c, d, e, f, k, x, s) { \ argument
40 (a) += f((b), (c), (d)) + le32_to_cpup(&(x)) + (k); \

Completed in 37 milliseconds