Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dcert.c3474 hx509_env enveku = NULL; in _hx509_cert_to_env() local
3481 hx509_env_free(&enveku); in _hx509_cert_to_env()
3484 ret = hx509_env_add(context, &enveku, buf, "oid-name-here"); in _hx509_cert_to_env()
3488 hx509_env_free(&enveku); in _hx509_cert_to_env()
3494 ret = hx509_env_add_binding(context, &envcert, "eku", enveku); in _hx509_cert_to_env()
3496 hx509_env_free(&enveku); in _hx509_cert_to_env()