HomeSort by: relevance | last modified time | path
    Searched defs:iterated_hash (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/nsd/dist/
iterated_hash.c 2 * iterated_hash.c -- nsec3 hash calculation.
20 #include "iterated_hash.h"
24 iterated_hash(unsigned char out[SHA_DIGEST_LENGTH], function
39 log_msg(LOG_ERR, "out of memory in iterated_hash");
54 log_msg(LOG_ERR, "iterated_hash could not EVP_DigestInit");
57 log_msg(LOG_ERR, "iterated_hash could not EVP_DigestUpdate");
60 log_msg(LOG_ERR, "iterated_hash could not EVP_DigestUpdate salt");
63 log_msg(LOG_ERR, "iterated_hash could not EVP_DigestFinal_ex");

Completed in 18 milliseconds