Lines Matching refs:krb5_key_state
108 struct krb5_key_state *kc_tokenkey;
109 struct krb5_key_state *kc_encryptkey;
110 struct krb5_key_state *kc_checksumkey;
112 struct krb5_key_state *kc_send_seal_Ke;
113 struct krb5_key_state *kc_send_seal_Ki;
114 struct krb5_key_state *kc_send_seal_Kc;
115 struct krb5_key_state *kc_send_sign_Kc;
117 struct krb5_key_state *kc_recv_seal_Ke;
118 struct krb5_key_state *kc_recv_seal_Ki;
119 struct krb5_key_state *kc_recv_seal_Kc;
120 struct krb5_key_state *kc_recv_sign_Kc;
265 struct krb5_key_state *key; in get_keys()
314 struct krb5_key_state *ekey; in get_keys()
851 token_length(struct krb5_key_state *key) in token_length()
948 struct krb5_key_state *key = kc->kc_send_sign_Kc; in krb5_get_mic_new()
1141 struct krb5_key_state *key = kc->kc_recv_sign_Kc; in krb5_verify_mic_new()
1400 struct krb5_key_state *Ke = kc->kc_send_seal_Ke; in krb5_wrap_new()
1401 struct krb5_key_state *Ki = kc->kc_send_seal_Ki; in krb5_wrap_new()
1402 struct krb5_key_state *Kc = kc->kc_send_seal_Kc; in krb5_wrap_new()
1778 struct krb5_key_state *Ke = kc->kc_recv_seal_Ke; in krb5_unwrap_new()
1779 struct krb5_key_state *Ki = kc->kc_recv_seal_Ki; in krb5_unwrap_new()
1780 struct krb5_key_state *Kc = kc->kc_recv_seal_Kc; in krb5_unwrap_new()