Home
last modified time | relevance | path

Searched refs:inlock (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
787 hx509_lock_init(context, &inlock); in certificate_copy()
788 lock_strings(inlock, &opt->in_pass_strings); in certificate_copy()
799 HX509_CERTS_CREATE, inlock, &certs); in certificate_copy()
805 retx = hx509_certs_append(context, certs, inlock, argv[0]); in certificate_copy()
816 hx509_lock_free(inlock); in certificate_copy()