Query: setkey
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ENCRYPT(3) Linux Programmer's Manual ENCRYPT(3)NAMEencrypt - Encrypt 64 bits messagesSYNOPSIS#define _XOPEN_SOURCE #include <unistd.h> void encrypt(char block[64], int edflag); void setkey(const char *key);DESCRIPTIONThese functions encrypt and decrypt 64 bit messages. The setkey() function sets the key used by encrypt(). The key parameter used here is an array of bytes, having each byte the numerical value 1 or 0. The key[n] byte, where n=8*q-1, is ignored consisting the key used of 56 bits. The setkey() function modifies the passed buffer, encoding if edflag is 0, and decoding if 1 is being passed. These functions are not reentrant.RETURN VALUEThese functions do not return any value.CONFORMING TOSVID, SUSv2SEE ALSOcrypt(3)GNU2000-07-22 ENCRYPT(3)
Related Man Pages |
---|
encrypt(3) - linux |
encrypt_r(3) - centos |
setkey(3) - centos |
encrypt(3) - suse |
setkey(3) - suse |
Similar Topics in the Unix Linux Community |
---|
SUN Netra 240 Boot error |
T2000 Alom Upgrade |
Link array to class java |
Basic Android platform information. |
Sun Fire 4800 is not powering-on |