|
cpu_get_rad(3) -- Queries the RAD associated with a CPU (libnuma library)
|
The cpu_get_rad() function returns the identifier of the Resource Affinity Domain (RAD) associated with the CPU specified by the cpu argument. |
createlabel(3) -- creates a disk label structure for a disk device
|
The createlabel() function fills in the disk label structure pointed to by the disk parameter. The resulting disk label can then be written to the disk in order to label it. The function queries the d... |
create_file_securely(3) -- Create a file in the authentication database (Enhanced Security)
|
The create_file_securely() routine creates a file as specified in the file control database, /etc/auth/system/files. It is more flexible than coding the discretionary attributes of the file, and a fur... |
create_pset(3) -- Creates a processor set
|
The create_pset() function creates an empty processor set. Processes that are assigned to an empty processor set cannot run until a processor is assigned to the set. You must have root privileges. |
crypt(3) -- DES encryption
|
The crypt() subroutine is the password encryption routine. It is based on the NBS Data Encryption Standard, with variations intended to frustrate use of hardware implementations of the DES for key sea... |
crypt16(3) -- DES encryption
|
The crypt() subroutine is the password encryption routine. It is based on the NBS Data Encryption Standard, with variations intended to frustrate use of hardware implementations of the DES for key sea... |
crypto(3) -- OpenSSL cryptographic library
|
The OpenSSL crypto library implements a wide range of cryptographic algorithms used in various Internet standards. The services provided by this library are used by the OpenSSL implementations of SSL,... |
CRYPTO_destroy_dynlockid(3) -- OpenSSL thread support
|
OpenSSL can safely be used in multi-threaded applications provided that at least two callback functions are set. The locking_function(int mode, int n, const char *file, int line) is needed to perform ... |
CRYPTO_get_ex_data(3) -- Internal application specific data functions
|
Several OpenSSL structures can have application specific data attached to them. These functions are used internally by OpenSSL to manipulate application specific data attached to a specific structure.... |
CRYPTO_get_new_dynlockid(3) -- OpenSSL thread support
|
OpenSSL can safely be used in multi-threaded applications provided that at least two callback functions are set. The locking_function(int mode, int n, const char *file, int line) is needed to perform ... |
CRYPTO_lock(3) -- OpenSSL thread support
|
OpenSSL can safely be used in multi-threaded applications provided that at least two callback functions are set. The locking_function(int mode, int n, const char *file, int line) is needed to perform ... |
CRYPTO_num_locks(3) -- OpenSSL thread support
|
OpenSSL can safely be used in multi-threaded applications provided that at least two callback functions are set. The locking_function(int mode, int n, const char *file, int line) is needed to perform ... |
CRYPTO_set_dynlock_create_callback(3) -- OpenSSL thread support
|
OpenSSL can safely be used in multi-threaded applications provided that at least two callback functions are set. The locking_function(int mode, int n, const char *file, int line) is needed to perform ... |