IPnom Home • Manuals • FreeBSD

 FreeBSD Man Pages

Man Sections:Commands (1)System Calls (2)Library Functions (3)Device Drivers (4)File Formats (5)Miscellaneous (7)System Utilities (8)
Keyword Live Search (10 results max):
 Type in part of a command in the search box.
 


krb5_crypto_destroy(3)

NAME

     krb5_crypto_init, krb5_crypto_destroy -- initialize encryption context


LIBRARY

     Kerberos 5 Library (libkrb5, -lkrb5)


SYNOPSIS

     #include <krb5.h>

     krb5_error_code
     krb5_crypto_init(krb5_context context, krb5_keyblock *key,
	 krb5_enctype enctype, krb5_crypto *crypto);

     krb5_error_code
     krb5_crypto_destroy(krb5_context context, krb5_crypto crypto);


DESCRIPTION

     These functions are used to initialize an encryption context that can be
     used to encrypt or checksum data.

     The krb5_crypt_init() initializes the encrytion context crypto.  The key
     parameter is the key to use for encryption, and checksums. The encryption
     type to use is taken from the key, but can be overridden with the enctype
     parameter.

     krb5_crypto_destroy() frees a previously allocated encrypion context.


SEE ALSO

     krb5_create_checksum(3), krb5_encrypt(3)

HEIMDAL 			 April 7, 1999			       HEIMDAL

SPONSORED LINKS




Man(1) output converted with man2html , sed , awk