Home
last modified time | relevance | path

Searched refs:hx509_keyset_ops (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/hx509/
Dhx_locl.h76 struct hx509_keyset_ops;
156 struct hx509_keyset_ops { struct
183 struct hx509_keyset_ops **ks_ops; argument
Dkeyset.c64 struct hx509_keyset_ops *ops;
68 static struct hx509_keyset_ops *
81 _hx509_ks_register(hx509_context context, struct hx509_keyset_ops *ops) in _hx509_ks_register()
83 struct hx509_keyset_ops **val; in _hx509_ks_register()
118 struct hx509_keyset_ops *ops; in hx509_certs_init()
Dks_null.c80 struct hx509_keyset_ops keyset_null = {
Dks_file.c635 static struct hx509_keyset_ops keyset_file = {
651 static struct hx509_keyset_ops keyset_pemfile = {
667 static struct hx509_keyset_ops keyset_derfile = {
Dks_dir.c204 static struct hx509_keyset_ops keyset_dir = {
Dks_mem.c203 static struct hx509_keyset_ops keyset_mem = {
Dhx509-private.h249 struct hx509_keyset_ops */*ops*/);
Dks_keychain.c579 struct hx509_keyset_ops keyset_keychain = {
Dks_p12.c690 static struct hx509_keyset_ops keyset_pkcs12 = {
Dks_p11.c1168 static struct hx509_keyset_ops keyset_pkcs11 = {
DChangeLog1623 * hx_locl.h (hx509_keyset_ops): add printinfo