Searched refs:krb5_kdc_dh_key_info (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | k5-int-pkinit.h | 138 } krb5_kdc_dh_key_info; typedef 211 (const krb5_kdc_dh_key_info *rep, krb5_data **code); 251 (const krb5_data *, krb5_kdc_dh_key_info **);
|
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_accessor.c | 44 DEF_FUNC_PTRS(krb5_kdc_dh_key_info); 99 SET_PTRS(krb5_kdc_dh_key_info); in pkinit_accessor_init()
|
H A D | pkinit_accessor.h | 49 DEF_EXT_FUNC_PTRS(krb5_kdc_dh_key_info);
|
H A D | pkinit.h | 324 void free_krb5_kdc_dh_key_info(krb5_kdc_dh_key_info **in);
|
H A D | pkinit_lib.c | 311 free_krb5_kdc_dh_key_info(krb5_kdc_dh_key_info **in) in free_krb5_kdc_dh_key_info()
|
H A D | pkinit_srv.c | 691 krb5_kdc_dh_key_info dhkey_info; in pkinit_server_return_padata()
|
H A D | pkinit_clnt.c | 701 krb5_kdc_dh_key_info *kdc_dh = NULL;
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_k_encode.h | 113 (asn1buf *buf, const krb5_kdc_dh_key_info *val, unsigned int *retlen);
|
H A D | krb5_encode.c | 120 krb5_error_code encode_krb5_kdc_dh_key_info(const krb5_kdc_dh_key_info *rep, krb5_data **code) in encode_krb5_kdc_dh_key_info()
|
H A D | asn1_k_decode.h | 189 (asn1buf *buf, krb5_kdc_dh_key_info *val);
|
H A D | krb5_decode.c | 1003 krb5_error_code decode_krb5_kdc_dh_key_info(const krb5_data *code, krb5_kdc_dh_key_info **rep) in decode_krb5_kdc_dh_key_info() 1006 alloc_field(*rep, krb5_kdc_dh_key_info); in decode_krb5_kdc_dh_key_info()
|
H A D | asn1_k_decode.c | 1421 asn1_error_code asn1_decode_kdc_dh_key_info (asn1buf *buf, krb5_kdc_dh_key_info *val) in asn1_decode_kdc_dh_key_info()
|
H A D | asn1_k_encode.c | 1735 asn1_error_code asn1_encode_kdc_dh_key_info(asn1buf *buf, const krb5_kdc_dh_key_info *val, unsigned… in asn1_encode_kdc_dh_key_info()
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-int.h | 2410 (const krb5_kdc_dh_key_info *rep, krb5_data **code); 2443 (const krb5_data *, krb5_kdc_dh_key_info **);
|