Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhxtool.c786 hx509_lock inlock, outlock = NULL; in certificate_copy() local
793 hx509_lock_init(context, &outlock); in certificate_copy()
794 ret = hx509_lock_command_string(outlock, opt->out_pass_string); in certificate_copy()
813 ret = hx509_certs_store(context, certs, 0, outlock); in certificate_copy()
819 hx509_lock_free(outlock); in certificate_copy()