Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dring.c332 ring_encrypt(ring, encryptor) in ring_encrypt() argument
334 void (*encryptor)();
347 (*encryptor)(c, ring->top - c);
348 (*encryptor)(ring->bottom, s - ring->bottom);
350 (*encryptor)(c, s - c);