Lines Matching refs:private_key
81 hx509_private_key private_key; member
231 (*cert)->private_key = NULL; in hx509_cert_init()
310 _hx509_cert_assign_key(hx509_cert cert, hx509_private_key private_key) in _hx509_cert_assign_key() argument
312 if (cert->private_key) in _hx509_cert_assign_key()
313 hx509_private_key_free(&cert->private_key); in _hx509_cert_assign_key()
314 cert->private_key = _hx509_private_key_ref(private_key); in _hx509_cert_assign_key()
343 if (cert->private_key) in hx509_cert_free()
344 hx509_private_key_free(&cert->private_key); in hx509_cert_free()
1580 return p->private_key; in _hx509_cert_private_key()
1586 return p->private_key ? 1 : 0; in hx509_cert_have_private_key()
1593 if (p->private_key == NULL) in _hx509_cert_private_key_exportable()
1595 return _hx509_private_key_exportable(p->private_key); in _hx509_cert_private_key_exportable()
1608 if (p->private_key == NULL) { in _hx509_cert_private_decrypt()
1617 p->private_key, in _hx509_cert_private_decrypt()