Home
last modified time | relevance | path

Searched defs:pk_client_params (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/kdc/
H A Dpkinit.c48 struct pk_client_params { struct
49 enum krb5_pk_type type;
50 enum { USE_RSA, USE_DH, USE_ECDH } keyex;
51 union {
62 } u;
63 hx509_cert cert;
64 unsigned nonce;
65 EncryptionKey reply_key;
66 char *dh_group_name;
67 hx509_peer_info peer;
[all …]
H A Dkdc_locl.h43 typedef struct pk_client_params pk_client_params; typedef
H A Ddigest-service.c44 typedef struct pk_client_params pk_client_params; typedef