OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipher_by_name
(Results
1 - 5
of
5
) sorted by null
/external/openssh/
cipher.h
72
Cipher *
cipher_by_name
(const char *);
cipher.c
135
cipher_by_name
(const char *name)
function
167
c =
cipher_by_name
(p);
kex.c
292
if ((enc->cipher =
cipher_by_name
(name)) == NULL)
monitor_wrap.c
501
if (enc->name == NULL ||
cipher_by_name
(enc->name) != enc->cipher)
[
all
...]
packet.c
218
Cipher *none =
cipher_by_name
("none");
[
all
...]
Completed in 1535 milliseconds