Home
last modified time | relevance | path

Searched refs:envhash (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/heimdal/lib/hx509/
H A Dcert.c3504 hx509_env envhash = NULL; in _hx509_cert_to_env() local
3528 ret = hx509_env_add(context, &envhash, "sha1", buf); in _hx509_cert_to_env()
3533 ret = hx509_env_add_binding(context, &envcert, "hash", envhash); in _hx509_cert_to_env()
3535 hx509_env_free(&envhash); in _hx509_cert_to_env()