Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dgssapi.c189 struct gssapi_ph1_state *gps; in gssapi_init()
195 gps = racoon_calloc(1, sizeof (struct gssapi_ph1_state)); in gssapi_init()
277 struct gssapi_ph1_state *gps; in gssapi_get_itoken()
348 struct gssapi_ph1_state *gps; in gssapi_get_rtoken()
403 struct gssapi_ph1_state *gps; in gssapi_save_received_token()
425 struct gssapi_ph1_state *gps; in gssapi_get_token_to_send()
446 struct gssapi_ph1_state *gps; in gssapi_get_itokens()
481 struct gssapi_ph1_state *gps; in gssapi_get_rtokens()
519 struct gssapi_ph1_state *gps; in gssapi_wraphash()
579 struct gssapi_ph1_state *gps; in gssapi_unwraphash()
[all …]
Dgssapi.h48 struct gssapi_ph1_state { struct
69 ((struct gssapi_ph1_state *)((ph)->gssapi_state)) argument