Searched refs:cert_key (Results 1 – 1 of 1) sorted by relevance
1753 hx509_private_key cert_key = NULL; in hxtool_ca() local1822 cert_key = private_key; in hxtool_ca()1857 &cert_key); in hxtool_ca()1862 ret = hx509_private_key2SPKI(context, cert_key, &spki); in hxtool_ca()1867 private_key = cert_key; in hxtool_ca()1871 ret = read_private_key(opt->certificate_private_key_string, &cert_key); in hxtool_ca()1985 if (cert_key) { in hxtool_ca()1986 ret = _hx509_cert_assign_key(cert, cert_key); in hxtool_ca()2017 if (private_key != cert_key) in hxtool_ca()2019 hx509_private_key_free(&cert_key); in hxtool_ca()