HomeSort by: relevance | last modified time | path
    Searched defs:outlock (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
hxtool.c 786 hx509_lock inlock, outlock = NULL; local
793 hx509_lock_init(context, &outlock);
794 ret = hx509_lock_command_string(outlock, opt->out_pass_string);
813 ret = hx509_certs_store(context, certs, 0, outlock);
819 hx509_lock_free(outlock);

Completed in 26 milliseconds