OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_n
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
auth-rsa.c
165
const BIGNUM *
client_n
, Key **rkey)
225
if (BN_cmp(key->rsa->n,
client_n
) != 0)
266
* check if there's user key matching
client_n
,
271
auth_rsa_key_allowed(struct passwd *pw, BIGNUM *
client_n
, Key **rkey)
281
allowed = rsa_key_allowed_in_file(pw, file,
client_n
, rkey);
296
auth_rsa(Authctxt *authctxt, BIGNUM *
client_n
)
306
if (!PRIVSEP(auth_rsa_key_allowed(pw,
client_n
, &key))) {
monitor.c
1545
BIGNUM *
client_n
;
local
[
all
...]
monitor_wrap.c
1083
mm_auth_rsa_key_allowed(struct passwd *pw, BIGNUM *
client_n
, Key **rkey)
1094
buffer_put_bignum2(&m,
client_n
);
[
all
...]
Completed in 61 milliseconds