Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dhxtool.c784 hx509_lock inlock, outlock = NULL; in certificate_copy() local
791 hx509_lock_init(context, &outlock); in certificate_copy()
792 ret = hx509_lock_command_string(outlock, opt->out_pass_string); in certificate_copy()
811 ret = hx509_certs_store(context, certs, 0, outlock); in certificate_copy()
817 hx509_lock_free(outlock); in certificate_copy()