Home
last modified time | relevance | path

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

/external/openssh/
Dgss-serv.c335 if (gssapi_client.mech && gssapi_client.mech->storecreds) { in ssh_gssapi_storecreds()
336 (*gssapi_client.mech->storecreds)(&gssapi_client); in ssh_gssapi_storecreds()
Dssh-gss.h86 void (*storecreds) (ssh_gssapi_client *); member