Searched refs:hx509_private_key (Results 1 – 18 of 18) sorted by relevance
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | hx509-private.h | 49 hx509_private_key /*private_key*/); 80 hx509_private_key 102 hx509_private_key /*key*/); 107 hx509_private_key */*keys*/); 113 hx509_private_key **/*keys*/); 144 hx509_private_key **/*keys*/); 157 hx509_private_key /*private_key*/, 164 const hx509_private_key /*signer*/, 173 const hx509_private_key /*signer*/, 200 hx509_private_key */*private_key*/); [all …]
|
H A D | crypto.c | 49 int (*available)(const hx509_private_key, 52 const hx509_private_key, 55 const hx509_private_key, 60 hx509_private_key); 63 hx509_private_key); 64 BIGNUM *(*get_internal)(hx509_context, hx509_private_key, const char *); 67 struct hx509_private_key { struct 112 const hx509_private_key, 415 const hx509_private_key signer, in ecdsa_create_signature() 486 ecdsa_available(const hx509_private_key signer, in ecdsa_available() [all …]
|
H A D | hx509-protos.h | 41 hx509_private_key /*signer*/, 606 const hx509_private_key /*source*/, 846 hx509_private_key */*private_key*/); 919 hx509_private_key /*private_key*/, 924 hx509_private_key /*key*/, 928 hx509_private_key_free (hx509_private_key */*key*/); 932 hx509_private_key */*key*/, 941 hx509_private_key /*p*/,
|
H A D | ks_mem.c | 48 hx509_private_key *keys; 158 hx509_private_key **keys) in mem_getkeys() 183 hx509_private_key key) in mem_addkey()
|
H A D | hx509.h | 50 typedef struct hx509_private_key *hx509_private_key; typedef
|
H A D | hx_locl.h | 171 int (*getkeys)(hx509_context, hx509_certs, void *, hx509_private_key **); 172 int (*addkey)(hx509_context, hx509_certs, void *, hx509_private_key);
|
H A D | collector.c | 38 hx509_private_key private_key; 117 hx509_private_key private_key, in _hx509_collector_private_key_add() 288 hx509_private_key **keys) in _hx509_collector_collect_private_keys()
|
H A D | ks_file.c | 380 hx509_private_key *keys = NULL; in file_init_common() 552 hx509_private_key key = _hx509_cert_private_key(c); in store_func() 626 hx509_private_key **keys) in file_getkeys() 636 hx509_private_key key) in file_addkey()
|
H A D | keyset.c | 768 hx509_private_key **keys) in _hx509_certs_keys_get() 780 hx509_private_key key) in _hx509_certs_keys_add() 795 hx509_private_key *keys) in _hx509_certs_keys_free()
|
H A D | hxtool.c | 1198 read_private_key(const char *fn, hx509_private_key *key) in read_private_key() 1200 hx509_private_key *keys; in read_private_key() 1225 hx509_private_key *signer) in get_key() 1286 hx509_private_key signer; in request_create() 1752 hx509_private_key private_key = NULL; in hxtool_ca() 1753 hx509_private_key cert_key = NULL; in hxtool_ca()
|
H A D | req.c | 172 const hx509_private_key signer, in _hx509_request_to_pkcs10()
|
H A D | ks_keychain.c | 258 hx509_private_key key; in set_private_key()
|
H A D | ca.c | 985 hx509_private_key signer, in ca_sign() 1584 hx509_private_key signer, in hx509_ca_sign_self()
|
H A D | ks_p12.c | 524 hx509_private_key key = _hx509_cert_private_key(c); in store_func()
|
H A D | cert.c | 81 hx509_private_key private_key; 310 _hx509_cert_assign_key(hx509_cert cert, hx509_private_key private_key) in _hx509_cert_assign_key() 1577 hx509_private_key
|
H A D | ks_p11.c | 633 hx509_private_key key; in collect_private_key()
|
H A D | revoke.c | 1434 hx509_private_key signerkey; in hx509_crl_sign()
|
H A D | ChangeLog | 2440 * collector.c: Use hx509_private_key to assign private keys.
|