setkey man page on SmartOS

Man page or keyword search:  
man Server   16655 pages
apropos Keyword Search (all sections)
Output format
SmartOS logo
[printable version]

SETKEY(3C)							    SETKEY(3C)

NAME
       setkey - set encoding key

SYNOPSIS
       #include <stdlib.h>

       void setkey(const char *key);

DESCRIPTION
       The setkey() function provides (rather primitive) access to the hashing
       algorithm employed by the crypt(3C) function. The argument of  setkey()
       is an array of length 64 bytes containing only the bytes with numerical
       value of 0 and 1. If this string is divided into groups of 8, the  low-
       order  bit  in  each group is ignored; this gives a 56-bit key which is
       used by the algorithm. This is the key that will be used with the algo‐
       rithm to encode a string block passed to encrypt(3C).

RETURN VALUES
       No values are returned.

ERRORS
       The setkey() function will fail if:

       ENOSYS
		 The functionality is not supported on this implementation.

USAGE
       In some environments, decoding may not be implemented.  This is related
       to U.S.	Government restrictions on encryption and decryption routines:
       the DES decryption algorithm cannot be exported outside the U.S.A. His‐
       torical practice has been to ship a different version of the encryption
       library	without	 the decryption feature in the routines supplied. Thus
       the exported version of encrypt() does encoding but not decoding.

       Because setkey() does not return a value, applications wishing to check
       for  errors  should set errno to 0, call setkey(), then test errno and,
       if it is non-zero, assume an error has occurred.

ATTRIBUTES
       See attributes(5) for descriptions of the following attributes:

       ┌────────────────────┬─────────────────┐
       │  ATTRIBUTE TYPE    │ ATTRIBUTE VALUE │
       ├────────────────────┼─────────────────┤
       │Interface Stability │ Standard	      │
       ├────────────────────┼─────────────────┤
       │MT-Level	    │ Safe	      │
       └────────────────────┴─────────────────┘

SEE ALSO
       crypt(3C), encrypt(3C), attributes(5), standards(5)

				 Aug 14, 2002			    SETKEY(3C)
[top]

List of man pages available for SmartOS

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net