Searched refs:storecreds (Results 1 – 2 of 2) sorted by relevance
334 if (gssapi_client.mech && gssapi_client.mech->storecreds) { in ssh_gssapi_storecreds()335 (*gssapi_client.mech->storecreds)(&gssapi_client); in ssh_gssapi_storecreds()
86 void (*storecreds) (ssh_gssapi_client *); member