Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dhxtool.c1554 struct cert_type_opt { struct
1560 https_server(hx509_context contextp, hx509_ca_tbs tbs, struct cert_type_opt *opt) in https_server() argument
1566 https_client(hx509_context contextp, hx509_ca_tbs tbs, struct cert_type_opt *opt) in https_client()
1572 peap_server(hx509_context contextp, hx509_ca_tbs tbs, struct cert_type_opt *opt) in peap_server()
1578 pkinit_kdc(hx509_context contextp, hx509_ca_tbs tbs, struct cert_type_opt *opt) in pkinit_kdc()
1585 pkinit_client(hx509_context contextp, hx509_ca_tbs tbs, struct cert_type_opt *opt) in pkinit_client()
1603 email_client(hx509_context contextp, hx509_ca_tbs tbs, struct cert_type_opt *opt) in email_client()
1611 int (*eval)(hx509_context, hx509_ca_tbs, struct cert_type_opt *);
1669 struct cert_type_opt ctopt; in eval_types()