Home | History | Annotate | Download | only in racoon

Lines Matching full:ph1handle

45 struct ph1handle;
77 int gssapi_get_itoken __P((struct ph1handle *, int *));
78 int gssapi_get_rtoken __P((struct ph1handle *, int *));
79 int gssapi_save_received_token __P((struct ph1handle *, vchar_t *));
80 int gssapi_get_token_to_send __P((struct ph1handle *, vchar_t **));
81 int gssapi_get_itokens __P((struct ph1handle *, vchar_t **));
82 int gssapi_get_rtokens __P((struct ph1handle *, vchar_t **));
83 vchar_t *gssapi_wraphash __P((struct ph1handle *));
84 vchar_t *gssapi_unwraphash __P((struct ph1handle *));
85 void gssapi_set_id_sent __P((struct ph1handle *));
86 int gssapi_id_sent __P((struct ph1handle *));
87 void gssapi_set_id_rcvd __P((struct ph1handle *));
88 int gssapi_id_rcvd __P((struct ph1handle *));
89 void gssapi_free_state __P((struct ph1handle *));
90 vchar_t *gssapi_get_id __P((struct ph1handle *));