OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ssh_dss_verify
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
key.h
140
int
ssh_dss_verify
(const Key *, const u_char *, u_int, const u_char *, u_int);
ssh-dss.c
109
ssh_dss_verify
(const Key *key, const u_char *signature, u_int signaturelen,
function
122
error("
ssh_dss_verify
: no DSA key");
138
error("
ssh_dss_verify
: cannot handle type %s", ktype);
148
error("
ssh_dss_verify
: "
161
fatal("
ssh_dss_verify
: DSA_SIG_new failed");
163
fatal("
ssh_dss_verify
: BN_new failed");
165
fatal("
ssh_dss_verify
: BN_new failed");
168
fatal("
ssh_dss_verify
: BN_bin2bn failed");
184
debug("
ssh_dss_verify
: signature %s",
key.c
[
all
...]
Completed in 64 milliseconds