• Main Page
  • Modules
  • Index
  • File List
  • Globals

lib/crypt/lib_crypt.h

Go to the documentation of this file.
00001 /* Copyright (c) 2009 Nordic Semiconductor. All Rights Reserved.
00002  *
00003  * The information contained herein is confidential property of Nordic
00004  * Semiconductor ASA.Terms and conditions of usage are described in detail
00005  * in NORDIC SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
00006  *
00007  * Licensees are granted free, non-transferable use of the information. NO
00008  * WARRENTY of ANY KIND is provided. This heading must NOT be removed from
00009  * the file.
00010  *
00011  * $LastChangedRevision: 151 $
00012  */
00013 
00055 #ifndef LIB_CRYPT_H__
00056 #define LIB_CRYPT_H__
00057 
00058 #include <stdint.h>
00059 
00067 void lib_crypt_init(uint8_t * key,const uint8_t * init_counter);
00068 
00077 void lib_crypt_set_counter(const uint8_t * counter);
00078 
00103 void lib_crypt(uint8_t * dest_buf,const uint8_t * src_buf, uint8_t length,const uint8_t * ls5b_value);
00104 
00113 void lib_crypt_generate_ls5b(uint8_t * dest_buf);
00114 
00115 #endif  // LIB_CRYPT_H__
00116 

Generated on Fri Apr 20 2012 14:11:45 for nRFGo SDK by  doxygen 1.7.2