OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DROPBEAR_SIGNKEY_DSS
(Results
1 - 6
of
6
) sorted by null
/external/dropbear/
signkey.c
58
if (type ==
DROPBEAR_SIGNKEY_DSS
) {
67
/* Returns DROPBEAR_SIGNKEY_RSA,
DROPBEAR_SIGNKEY_DSS
,
80
return
DROPBEAR_SIGNKEY_DSS
;
113
if (keytype ==
DROPBEAR_SIGNKEY_DSS
) {
166
if (keytype ==
DROPBEAR_SIGNKEY_DSS
) {
192
/* type is either
DROPBEAR_SIGNKEY_DSS
or DROPBEAR_SIGNKEY_RSA */
201
if (type ==
DROPBEAR_SIGNKEY_DSS
) {
222
/* type is either
DROPBEAR_SIGNKEY_DSS
or DROPBEAR_SIGNKEY_RSA */
229
if (type ==
DROPBEAR_SIGNKEY_DSS
) {
365
if (type ==
DROPBEAR_SIGNKEY_DSS
) {
[
all
...]
dropbearkey.c
174
keytype =
DROPBEAR_SIGNKEY_DSS
;
199
if (keytype ==
DROPBEAR_SIGNKEY_DSS
) {
226
case
DROPBEAR_SIGNKEY_DSS
:
svr-runopts.c
316
type ==
DROPBEAR_SIGNKEY_DSS
? "DSS" : "RSA");
337
type =
DROPBEAR_SIGNKEY_DSS
;
340
disablekey(
DROPBEAR_SIGNKEY_DSS
, svr_opts.dsskeyfile);
common-algo.c
137
{"ssh-dss",
DROPBEAR_SIGNKEY_DSS
, NULL, 1},
options.h
280
#define
DROPBEAR_SIGNKEY_DSS
2
keyimport.c
156
keytype =
DROPBEAR_SIGNKEY_DSS
;
718
keytype =
DROPBEAR_SIGNKEY_DSS
;
837
if (keytype ==
DROPBEAR_SIGNKEY_DSS
) {
[
all
...]
Completed in 28 milliseconds