Home
last modified time | relevance | path

Searched refs:hx509_private_key (Results 1 – 18 of 18) sorted by relevance

/freebsd/crypto/heimdal/lib/hx509/
H A Dhx509-private.h49 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 Dcrypto.c49 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 Dhx509-protos.h41 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 Dks_mem.c48 hx509_private_key *keys;
158 hx509_private_key **keys) in mem_getkeys()
183 hx509_private_key key) in mem_addkey()
H A Dhx509.h50 typedef struct hx509_private_key *hx509_private_key; typedef
H A Dhx_locl.h171 int (*getkeys)(hx509_context, hx509_certs, void *, hx509_private_key **);
172 int (*addkey)(hx509_context, hx509_certs, void *, hx509_private_key);
H A Dcollector.c38 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 Dks_file.c380 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 Dkeyset.c768 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 Dhxtool.c1198 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 Dreq.c172 const hx509_private_key signer, in _hx509_request_to_pkcs10()
H A Dks_keychain.c258 hx509_private_key key; in set_private_key()
H A Dca.c985 hx509_private_key signer, in ca_sign()
1584 hx509_private_key signer, in hx509_ca_sign_self()
H A Dks_p12.c524 hx509_private_key key = _hx509_cert_private_key(c); in store_func()
H A Dcert.c81 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 Dks_p11.c633 hx509_private_key key; in collect_private_key()
H A Drevoke.c1434 hx509_private_key signerkey; in hx509_crl_sign()
H A DChangeLog2440 * collector.c: Use hx509_private_key to assign private keys.