Fixed typo.
This commit is contained in:
parent
dafa1d89a2
commit
1cef019e78
@ -28,7 +28,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: cc2420-aes.c,v 1.1 2008/07/02 08:46:13 adamdunkels Exp $
|
* $Id: cc2420-aes.c,v 1.2 2008/07/02 09:02:39 nifi Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -79,7 +79,7 @@ cipher16(uint8_t *data, int len)
|
|||||||
}
|
}
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
void
|
void
|
||||||
cc2420_aes_cihper(uint8_t *data, int len, int key_index)
|
cc2420_aes_cipher(uint8_t *data, int len, int key_index)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
uint16_t secctrl0;
|
uint16_t secctrl0;
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: cc2420-aes.h,v 1.1 2008/07/02 08:46:13 adamdunkels Exp $
|
* $Id: cc2420-aes.h,v 1.2 2008/07/02 09:02:39 nifi Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -70,7 +70,7 @@ void cc2420_aes_set_key(uint8_t *key, int index);
|
|||||||
* function overwrites the data with the encrypted data.
|
* function overwrites the data with the encrypted data.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
void cc2420_aes_cihper(uint8_t *data, int len, int key_index);
|
void cc2420_aes_cipher(uint8_t *data, int len, int key_index);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __CC2420_AES_H__ */
|
#endif /* __CC2420_AES_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user