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

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
cert.c 3528 hx509_env envhash = NULL; local
3552 ret = hx509_env_add(context, &envhash, "sha1", buf);
3557 ret = hx509_env_add_binding(context, &envcert, "hash", envhash);
3559 hx509_env_free(&envhash);
cert.c 3528 hx509_env envhash = NULL; local
3552 ret = hx509_env_add(context, &envhash, "sha1", buf);
3557 ret = hx509_env_add_binding(context, &envcert, "hash", envhash);
3559 hx509_env_free(&envhash);

Completed in 50 milliseconds