Home
last modified time | relevance | path

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

/external/dropbear/
Dcli-authpubkey.c35 static void send_msg_userauth_pubkey(sign_key *key, int type, int realsign);
121 send_msg_userauth_pubkey(keyitem->key, keytype, 1); in recv_msg_userauth_pk_ok()
130 static void send_msg_userauth_pubkey(sign_key *key, int type, int realsign) { in send_msg_userauth_pubkey() function
178 send_msg_userauth_pubkey(cli_opts.privkeys->key, in cli_auth_pubkey()