OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:key_load_public
(Results
1 - 6
of
6
) sorted by null
/external/openssh/
authfile.h
21
Key *
key_load_public
(const char *, char **);
ssh-add.c
105
public =
key_load_public
(filename, &comment);
225
if ((cert =
key_load_public
(certpath, NULL)) == NULL)
ssh.c
860
sensitive_data.keys[4] =
key_load_public
(
863
sensitive_data.keys[5] =
key_load_public
(
866
sensitive_data.keys[6] =
key_load_public
(
[
all
...]
ssh-keygen.c
342
if ((k =
key_load_public
(identity_file, NULL)) == NULL) {
761
public =
key_load_public
(identity_file, &comment);
1273
public =
key_load_public
(fname, &comment);
[
all
...]
authfile.c
797
key_load_public
(const char *filename, char **commentp)
function
sshd.c
[
all
...]
Completed in 32 milliseconds