Lines Matching refs:ctx
19 $ctx = hash_init("murmur3a");
20 hash_update($ctx, "hello");
21 hash_update($ctx, " there");
22 $h0 = hash_final($ctx);
26 $ctx = hash_init("murmur3c");
27 hash_update($ctx, "hello");
28 hash_update($ctx, " there");
29 $h0 = hash_final($ctx);
33 $ctx = hash_init("murmur3f");
34 hash_update($ctx, "hello");
35 hash_update($ctx, " there");
36 $h0 = hash_final($ctx);