Home
last modified time | relevance | path

Searched refs:auth_rsa (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dauth.h220 int auth_rsa(struct passwd *, BIGNUM *);
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth-rsa.c288 auth_rsa(struct passwd *pw, BIGNUM *client_n) in auth_rsa() function
H A Dauth1.c256 authenticated = auth_rsa(pw, n); in do_authloop()