*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 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...
 RSA_get_ex_new_index(3) -- add application specific data to RSA structures
    Several OpenSSL structures can have application specific data attached to them. This has several potential uses, it can be used to cache data associated with a structure (for example the hash of some ...
 RSA_new(3) -- allocate and free RSA objects
    RSA_new() allocates and initializes an RSA structure. RSA_free() frees the RSA structure and its components. The key is erased before the memory is returned to the system.
 RSA_padding_add_PKCS1_type_1(3) -- asymmetric encryption padding
    The RSA_padding_xxx_xxx() functions are called from the RSA encrypt, decrypt, sign and verify functions. Normally they should not be called from application programs. However, they can also be called ...
 RSA_print(3) -- print cryptographic parameters
    A human-readable hexadecimal output of the components of the RSA key, DSA parameters or key or DH parameters is printed to bp or fp. The output lines are indented by offset spaces.
 RSA_private_encrypt(3) -- low level signature operations
    These functions handle RSA signatures at a low level. RSA_private_encrypt() signs the flen bytes at from (usually a message digest with an algorithm identifier) using the private key rsa and stores th...
<<  [Prev]  70  71  72  73  74  75  76  77  78  79  80  81  82  83  84  85  86  87  88  89  90  
91  92  93  94  95  96  97  98  99  100  101  102  103  104  105  106  107  108  109  110  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service