HomeSort by relevance Sort by last modified time
    Searched refs:DROPBEAR_SIGNKEY_RSA (Results 1 - 6 of 6) sorted by null

  /external/dropbear/
signkey.c 52 if (type == DROPBEAR_SIGNKEY_RSA) {
67 /* Returns DROPBEAR_SIGNKEY_RSA, DROPBEAR_SIGNKEY_DSS,
74 return DROPBEAR_SIGNKEY_RSA;
123 if (keytype == DROPBEAR_SIGNKEY_RSA) {
176 if (keytype == DROPBEAR_SIGNKEY_RSA) {
192 /* type is either DROPBEAR_SIGNKEY_DSS or DROPBEAR_SIGNKEY_RSA */
206 if (type == DROPBEAR_SIGNKEY_RSA) {
222 /* type is either DROPBEAR_SIGNKEY_DSS or DROPBEAR_SIGNKEY_RSA */
236 if (type == DROPBEAR_SIGNKEY_RSA) {
370 if (type == DROPBEAR_SIGNKEY_RSA) {
    [all...]
dropbearkey.c 168 keytype = DROPBEAR_SIGNKEY_RSA;
201 } else if (keytype == DROPBEAR_SIGNKEY_RSA) {
221 case DROPBEAR_SIGNKEY_RSA:
common-algo.c 134 {"ssh-rsa", DROPBEAR_SIGNKEY_RSA, NULL, 1},
options.h 279 #define DROPBEAR_SIGNKEY_RSA 1
svr-runopts.c 330 type = DROPBEAR_SIGNKEY_RSA;
333 disablekey(DROPBEAR_SIGNKEY_RSA, svr_opts.rsakeyfile);
keyimport.c 151 keytype = DROPBEAR_SIGNKEY_RSA;
713 keytype = DROPBEAR_SIGNKEY_RSA;
741 if (keytype == DROPBEAR_SIGNKEY_RSA) {
    [all...]

Completed in 227 milliseconds