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

  man pages->Tru64 Unix man pages -> CSSM_CSP_CreateAsymmetricContext (3)              
Title
Content
Arch
Section
 

Contents


CSSM_CSP_CreateAsymmetricConteCSSM_CSP_CreateAsymmetricContext(3)


NAME    [Toc]    [Back]

       CSSM_CSP_CreateAsymmetricContext  -  Create  an asymmetric
       encryption cryptographic context (CDSA)

SYNOPSIS    [Toc]    [Back]

       # include <cdsa/cssm.h>

       CSSM_RETURN    CSSMAPI    CSSM_CSP_CreateAsymmetricContext
       (CSSM_CSP_HANDLE  CSPHandle,  CSSM_ALGORITHMS AlgorithmID,
       const CSSM_ACCESS_CREDENTIALS *AccessCred, const  CSSM_KEY
       *Key,  CSSM_PADDING  Padding,  CSSM_CC_HANDLE  *NewContextHandle)


LIBRARY    [Toc]    [Back]

       Common Security Services Manager library (libcssm.so)

PARAMETERS    [Toc]    [Back]

       The handle that describes the add-in cryptographic service
       provider  module  used to perform this function. If a NULL
       handle is specified, CSSM returns an error.  The algorithm
       identification  number for the algorithm used for asymmetric
 encryption.  A pointer to the set of one or more  credentials
  required  to unlock the private key. The credentials
 structure can contain an  immediate  value  for  the
       credential,  such as a passphrase, or the caller can specify
 a callback function the CSP can use to obtain  one  or
       more  credentials. Credentials can be required for encryption
 and decryption operations.  The key used for asymmetric
  encryption. The caller passes a pointer to a CSSM_KEY
       structure containing the key. When the context is used for
       a  sign operation, AccessCredentials is required to access
       the private key used for signing. When the context is used
       for  a  verify operation, the public key is used to verify
       the signature. When the context  is  used  for  a  wrapkey
       operation, the public key can be used as the wrapping key.
       When the context is used for an unwrap operation,  AccessCredentials
  is required to access the private key used to
       perform the unwrapping.  The method for padding. Typically
       specified  for  ciphers  that  pad.  Cryptographic context
       handle.

DESCRIPTION    [Toc]    [Back]

       This function creates  an  asymmetric  encryption  cryptographic
  context,  given  a  handle of a CSP, an algorithm
       identification number, a key, and  padding.   The  cryptographic
 context handle is returned. The cryptographic context
 handle can be  used  to  call  asymmetric  encryption
       functions and cryptographic wrap or unwrap functions.

RETURN VALUE    [Toc]    [Back]

       A  CSSM_RETURN  value  indicating  success or specifying a
       particular error condition. The  value  CSSM_OK  indicates
       success. All other values represent an error condition.








SEE ALSO    [Toc]    [Back]

      
      
       Books

       Intel    CDSA    Application    Developer's   Guide   (see
       CDSA_intro(3))

       Reference Pages    [Toc]    [Back]

       Functions:  CSSM_DecryptData(3),  CSSM_DecryptDataInit(3),
       CSSM_DecryptDataUpdate(3),       CSSM_DecryptDataFinal(3),
       CSSM_DeleteContext(3), CSSM_EncryptData(3),  CSSM_EncryptDataInit(3),  CSSM_EncryptDataUpdate(3), CSSM_EncryptDataFinal(3), CSSM_GetContext(3), CSSM_GetContextAttribute(3),
       CSSM_QuerySize(3),  CSSM_SetContext(3), CSSM_UpdateContextAttributes(3)



                              CSSM_CSP_CreateAsymmetricContext(3)
[ Back ]
 Similar pages
Name OS Title
CSSM_CSP_CreateSymmetricContext Tru64 Create a symmetric encryption cryptographic context (CDSA)
CSSM_CSP_CreateSignatureContext Tru64 Create a signature cryptographic context (CDSA)
CSSM_CSP_CreateDigestContext Tru64 Create a digest cryptographic context (CDSA)
CSSM_CSP_CreateKeyGenContext Tru64 Create a key generation cryptographic context (CDSA)
CSSM_CSP_CreatePassThroughContext Tru64 Create a custom cryptographic context (CDSA)
CSSM_CSP_CreateDeriveKeyContext Tru64 Create a cryptographic context to derive a symmetric key (CDSA)
CSSM_CSP_CreateRandomGenContext Tru64 Create a random number generation cryptographic context (CDSA)
CSSM_CSP_CreateMacContext Tru64 Create a message authentication code cryptographic context (CDSA)
RSA_padding_add_PKCS1_type_2 Tru64 Asymmetric encryption padding
RSA_padding_add_PKCS1_type_1 Tru64 Asymmetric encryption padding
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service