Home
last modified time | relevance | path

Searched refs:Encryptions (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/telnet/libtelnet/
H A Dencrypt.c110 static Encryptions encryptions[] = {
140 Encryptions *
143 Encryptions *ep = encryptions; in findencryption()
152 static Encryptions *
155 Encryptions *ep = encryptions; in finddecryption()
171 Encryptions *(*getcrypt)(int);
182 Encryptions *ep = encryptions; in encrypt_init()
215 Encryptions *ep = encryptions; in encrypt_list_types()
240 Encryptions *ep; in EncryptDisable()
246 } else if ((ep = (Encryptions *)genget(type, (char **)encryptions, in EncryptDisable()
[all …]
H A Dencrypt.h92 } Encryptions; typedef
H A Denc-proto.h55 Encryptions *findencryption(int);
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c108 static Encryptions encryptions[] = {
140 Encryptions *
143 Encryptions *ep = encryptions; in findencryption()
152 Encryptions *
155 Encryptions *ep = encryptions; in finddecryption()
171 Encryptions *(*getcrypt)();
180 Encryptions *ep = encryptions; in encrypt_init()
216 Encryptions *ep = encryptions; in encrypt_list_types()
241 Encryptions *ep; in EncryptDisable()
247 } else if ((ep = (Encryptions *)genget(type, (char**)encryptions, in EncryptDisable()
[all …]
H A Denc-proto.h61 Encryptions *findencryption (int);
62 Encryptions *finddecryption(int);
H A Dencrypt.h89 } Encryptions; typedef