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

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 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...
 RSA_public_encrypt(3) -- RSA public key cryptography
    RSA_public_encrypt() encrypts the flen bytes at from (usually a session key) using the public key rsa and stores the ciphertext in to. to must point to RSA_size(rsa) bytes of memory. padding denotes o...
 RSA_set_method(3) -- select RSA method
    An RSA_METHOD specifies the functions that OpenSSL uses for RSA operations. By modifying the method, alternative implementations such as hardware accelerators may be used. Initially, the default is to...
 RSA_sign(3) -- RSA signatures
    RSA_sign() signs the message digest m of size m_len using the private key rsa as specified in PKCS #1 v2.0. It stores the signature in sigret and the signature size in siglen. sigret must point to RSA...
 RSA_sign_ASN1_OCTET_STRING(3) -- RSA signatures
    RSA_sign_ASN1_OCTET_STRING() signs the octet string m of size m_len using the private key rsa represented in DER using PKCS #1 padding. It stores the signature in sigret and the signature size in sigl...
 RSA_size(3) -- get RSA modulus size
    This function returns the RSA modulus size in bytes. It can be used to determine how much memory must be allocated for an RSA encrypted value. rsa->n must not be NULL.
 ruserok(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...
 scalb(3) -- IEEE test functions
    These functions allow users to test conformance to IEEE Std 754-1985. Their use is not otherwise recommended. logb(x) returns x's exponent n, a signed integer converted to double-precision floating-p...
 scalbf(3) -- IEEE test functions
    These functions allow users to test conformance to IEEE Std 754-1985. Their use is not otherwise recommended. logb(x) returns x's exponent n, a signed integer converted to double-precision floating-p...
 scalbn(3) -- Functions for IEEE arithmetic
    These functions are required or recommended by IEEE Std 754-1985. copysign() returns x with its sign changed to y's. finite() returns the value 1 just when -infinity < x < +infinity; otherwise a zero...
 scalbnf(3) -- Functions for IEEE arithmetic
    These functions are required or recommended by IEEE Std 754-1985. copysign() returns x with its sign changed to y's. finite() returns the value 1 just when -infinity < x < +infinity; otherwise a zero...
<<  [Prev]  52  53  54  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71  72  
73  74  75  76  77  78  79  80  81  82  83  84  85  86  87  88  89  90  91  92  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service