Lines Matching refs:hash
349 * hash/rand -- hashed/random field -- handy for obfuscating sensitive data
354 Cxunsigned_t hash;
382 hp->hash = h;
402 hp->hash = strtoul(details, NiL, 0);
409 h = hp->hash;
423 hp->hash = h;
443 hp->hash = strtoul(details, NiL, 0);
451 h = hp->hash;
465 hp->hash = h;
1137 { "hash_t", "Repeatable string hash.", CXH, (Cxtype_t*)"string", hash_init, hash_external, hash_internal, 0, 0, 0, 0, { 0, 0, CX_STRING } },
1141 { "rand_t", "Non-repeatable pseudo-random string hash.", CXH, (Cxtype_t*)"string", hash_init, hash_external, hash_internal, 0, 0, 0, 0, { "The format details string is an optional initial pseudo-random seed number. The default is synthesized using current process/system characteristics.", 0, CX_STRING } },