Searched refs:client_n (Results 1 – 1 of 1) sorted by relevance
155 auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey) in auth_rsa_key_allowed() argument245 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() argument297 if (!auth_rsa_key_allowed(pw, client_n, &key)) { in auth_rsa()