Searched refs:EncryptType (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | enc-proto.h | 75 int EncryptType(char*, char*);
|
H A D | encrypt.c | 233 if (EncryptType(type, mode)) in EncryptEnable() 272 EncryptType(char *type, char *mode) in EncryptType() function
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | encrypt.c | 75 int EncryptType(char *type, char *mode); 232 if (EncryptType(type, mode)) in EncryptEnable() 271 EncryptType(char *type, char *mode) in EncryptType() function
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | externs.h | 224 int EncryptType (char *, char *);
|
H A D | commands.c | 1838 EncryptType, 0, 1, 1 },
|
/freebsd/contrib/telnet/telnet/ |
H A D | commands.c | 1933 EncryptType(char *, char *), 1950 EncryptType, 0, 1, 1 },
|