Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth-rsa.c155 auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey) in auth_rsa_key_allowed() argument
245 if (BN_cmp(key->rsa->n, client_n) != 0) in auth_rsa_key_allowed()
288 auth_rsa(struct passwd *pw, BIGNUM *client_n) in auth_rsa() argument
297 if (!auth_rsa_key_allowed(pw, client_n, &key)) { in auth_rsa()