Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dhx_locl.h76 struct hx509_keyset_ops;
156 struct hx509_keyset_ops { struct
183 struct hx509_keyset_ops **ks_ops; argument
H A 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()
H A Dks_null.c80 struct hx509_keyset_ops keyset_null = {
H A Dks_file.c642 static struct hx509_keyset_ops keyset_file = {
658 static struct hx509_keyset_ops keyset_pemfile = {
674 static struct hx509_keyset_ops keyset_derfile = {
H A Dks_dir.c204 static struct hx509_keyset_ops keyset_dir = {
H A Dks_mem.c203 static struct hx509_keyset_ops keyset_mem = {
H A Dhx509-private.h249 struct hx509_keyset_ops */*ops*/);
H A Dks_keychain.c579 struct hx509_keyset_ops keyset_keychain = {
H A Dks_p12.c690 static struct hx509_keyset_ops keyset_pkcs12 = {
H A Dks_p11.c1206 static struct hx509_keyset_ops keyset_pkcs11 = {
H A DChangeLog1623 * hx_locl.h (hx509_keyset_ops): add printinfo