Lines Matching full:encrypt
32 static const char sccsid[] = "@(#)encrypt.c 8.2 (Berkeley) 5/30/95";
65 #include "encrypt.h"
228 printf("Usage: encrypt enable <type> [input|output]\n"); in EncryptEnable()
244 printf("Usage: encrypt disable <type> [input|output]\n"); in EncryptDisable()
277 printf("Usage: encrypt type <type> [input|output]\n"); in EncryptType()
311 printf("Usage: encrypt start [input|output]\n"); in EncryptStart()
314 printf("%s: invalid encryption mode 'encrypt start ?' for help\n", mode); in EncryptStart()
354 printf("Usage: encrypt stop [input|output]\n"); in EncryptStop()
357 printf("%s: invalid encryption mode 'encrypt stop ?' for help\n", mode); in EncryptStop()
472 * Called when ENCRYPT SUPPORT is received.
604 * Called when a ENCRYPT START command is received.
657 * Called when ENCRYPT END is received.
670 * Called when ENCRYPT REQUEST-END is received.
679 * Called when ENCRYPT REQUEST-START is received. If we receive
803 printf(">>>%s: Can't encrypt with type %s (%d)\r\n", in encrypt_start_output()
814 printf(">>>%s: Encrypt start: %s (%d) %s\r\n", in encrypt_start_output()
836 * encrypt the ring (which includes our request) in in encrypt_start_output()
843 printf(">>>%s: Started to encrypt output with type %s\r\n", in encrypt_start_output()
861 * Encrypt the output buffer now because it will not be done by in encrypt_send_end()