Home
last modified time | relevance | path

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

/external/dropbear/
Dsignkey.c52 if (type == DROPBEAR_SIGNKEY_RSA) { in signkey_name_from_type()
74 return DROPBEAR_SIGNKEY_RSA; in signkey_type_from_name()
123 if (keytype == DROPBEAR_SIGNKEY_RSA) { in buf_get_pub_key()
176 if (keytype == DROPBEAR_SIGNKEY_RSA) { in buf_get_priv_key()
206 if (type == DROPBEAR_SIGNKEY_RSA) { in buf_put_pub_key()
236 if (type == DROPBEAR_SIGNKEY_RSA) { in buf_put_priv_key()
370 if (type == DROPBEAR_SIGNKEY_RSA) { in buf_put_sign()
Ddropbearkey.c168 keytype = DROPBEAR_SIGNKEY_RSA;
201 } else if (keytype == DROPBEAR_SIGNKEY_RSA) {
221 case DROPBEAR_SIGNKEY_RSA:
Dsvr-runopts.c330 type = DROPBEAR_SIGNKEY_RSA; in loadhostkeys()
333 disablekey(DROPBEAR_SIGNKEY_RSA, svr_opts.rsakeyfile); in loadhostkeys()
Doptions.h279 #define DROPBEAR_SIGNKEY_RSA 1 macro
Dcommon-algo.c134 {"ssh-rsa", DROPBEAR_SIGNKEY_RSA, NULL, 1},
Dkeyimport.c151 keytype = DROPBEAR_SIGNKEY_RSA; in dropbear_write()
713 keytype = DROPBEAR_SIGNKEY_RSA; in openssh_write()
741 if (keytype == DROPBEAR_SIGNKEY_RSA) { in openssh_write()