Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dversion-script.map6 _hx509_cert_private_key;
H A Dhx509-private.h81 _hx509_cert_private_key (hx509_cert /*p*/);
H A Dcms.c1206 if (_hx509_cert_private_key(cert) == NULL) { in sig_process()
1218 _hx509_cert_private_key(cert), in sig_process()
1350 _hx509_cert_private_key(cert), sigctx->peer, in sig_process()
1356 _hx509_cert_private_key(cert), in sig_process()
H A Dks_p12.c524 hx509_private_key key = _hx509_cert_private_key(c); in store_func()
539 _hx509_cert_private_key(c), in store_func()
H A Dsoftp11.c379 if (_hx509_cert_private_key(cert) == NULL) in add_pubkey_info()
383 _hx509_cert_private_key(cert), in add_pubkey_info()
401 _hx509_cert_private_key(cert), in add_pubkey_info()
1550 _hx509_cert_private_key(o->cert), in C_Sign()
H A Dcollector.c227 if (_hx509_cert_private_key(c)) { in match_keys()
H A Dks_file.c552 hx509_private_key key = _hx509_cert_private_key(c); in store_func()
H A Dhxtool.c670 _hx509_cert_private_key(cert) ? "yes" : "no"); in print_certificate()
2035 if (_hx509_cert_private_key(cert) == NULL) in test_one_cert()
H A Dcert.c1578 _hx509_cert_private_key(hx509_cert p) in _hx509_cert_private_key() function
2991 _hx509_cert_private_key(cert) == NULL) in _hx509_query_match_cert()
H A Dca.c1557 _hx509_cert_private_key(signer), in hx509_ca_sign()
H A Drevoke.c1438 signerkey = _hx509_cert_private_key(signer); in hx509_crl_sign()
H A Dcrypto.c3223 keytype = find_keytype(_hx509_cert_private_key(source)); in hx509_crypto_available()