Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c116 static Encryptions encryptions[] = { variable
139 Encryptions *ep = encryptions; in findencryption()
150 Encryptions *ep = encryptions; in finddecryption()
177 Encryptions *ep = encryptions; in encrypt_init()
213 Encryptions *ep = encryptions; in encrypt_list_types()
249 } else if ((ep = (Encryptions *)genget(type, (char **)encryptions, in EncryptDisable()
284 } else if ((ep = (Encryptions *)genget(type, (char **)encryptions, in EncryptType()
669 Encryptions *ep = encryptions; in encrypt_session_key()
962 for (ep = encryptions; ep->type && ep->type != type; ep++) in encrypt_printsub()