Searched refs:hash_alg (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/tools/
H A Dnsec3hash.c70 unsigned int hash_alg; local
89 hash_alg = atoi(argv[2]);
90 if (hash_alg > 255U)
104 length = isc_iterated_hash(hash, hash_alg, iterations, salt,
113 (int)isc_buffer_usedlength(&buffer), text, argv[1], hash_alg, iterations);

Completed in 9 milliseconds