Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dssh-gss.h65 void (*storecreds) (ssh_gssapi_client *); member
H A Dgss-serv.c330 if (gssapi_client.mech && gssapi_client.mech->storecreds) { in ssh_gssapi_storecreds()
331 (*gssapi_client.mech->storecreds)(&gssapi_client); in ssh_gssapi_storecreds()