|
rpc_createerr(3) -- library routines for remote procedure calls
|
|
rpc_reg(3) -- library routines for registering servers
|
These routines are a part of the RPC library which allows the RPC servers to register themselves with rpcbind (see rpcbind(8)), and associate the given program and version number with the dispatch fun... |
rpc_soc(3) -- library routines for remote procedure calls
|
|
rpc_svc_calls(3) -- library routines for RPC servers
|
These routines are part of the RPC library which allows C language programs to make procedure calls on other machines across the network. These routines are associated with the server side of the RPC ... |
rpc_svc_create(3) -- library routines for the creation of server handles
|
These routines are part of the RPC library which allows C language programs to make procedure calls on servers across the network. These routines deal with the creation of service handles. Once the ha... |
rpc_svc_err(3) -- library routines for server side remote procedure call errors
|
These routines are part of the RPC library which allows C language programs to make procedure calls on other machines across the network. These routines can be called by the server side dispatch funct... |
rpc_svc_reg(3) -- library routines for registering servers
|
These routines are a part of the RPC library which allows the RPC servers to register themselves with rpcbind (see rpcbind(8)), and associate the given program and version number with the dispatch fun... |
rpc_xdr(3) -- XDR library routines for remote procedure calls
|
These routines are used for describing the RPC messages in XDR language. They should normally be used by those who do not want to use the RPC package directly. These routines return TRUE if they succe... |
rresvport(3) -- routines for returning a stream to a remote command
|
The rcmd() function is available for use by anyone to run commands on a remote system. It acts like the orcmd() command, with the exception that it makes a call out to the rcmd(1) command, or any othe... |
rresvport_af(3) -- routines for returning a stream to a remote command
|
The rcmd() function is available for use by anyone to run commands on a remote system. It acts like the orcmd() command, with the exception that it makes a call out to the rcmd(1) command, or any othe... |
RSA_blinding_on(3) -- protect the RSA operation from timing attacks
|
RSA is vulnerable to timing attacks. In a setup where attackers can measure the time of RSA decryption or signature operations, blinding must be used to protect the RSA operation from that attack. RSA... |
RSA_check_key(3) -- validate private RSA keys
|
This function validates RSA keys. It checks that p and q are in fact prime, and that n = p*q. It also checks that d*e = 1 mod (p-1*q-1), and that dmp1, dmq1 and iqmp are set correctly or are NULL. As ... |
RSA_generate_key(3) -- generate RSA key pair
|
RSA_generate_key() generates a key pair and returns it in a newly allocated RSA structure. The pseudo-random number generator must be seeded prior to calling RSA_gener- ate_key(). The modulus size wil... |