微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 无线和射频 > TI蓝牙设计交流 > 大神求助,cc2541 如何其 AES加密硬件 给应用层数据加密?

大神求助,cc2541 如何其 AES加密硬件 给应用层数据加密?

时间:10-02 整理:3721RD 点击:

如题。有个项目需要对应用层的数据进行加密。不知道 调用什么函数,调用有些什么规则。

/******************************************************************************* * @fn LL_Encrypt API * * @brief This API is called by the HCI to request the LL to encrypt the * data in the command using the key given in the command. * * Note: The parameters are byte ordered MSO to LSO. * * input parameters * * @param *key - A 128 bit key to be used to calculate the * session key. * @param *plaintextData - A 128 bit block that is to be encrypted. * * output parameters * * @param *encryptedData - A 128 bit block that is encrypted. * * @param None. * * @return LL_STATUS_SUCCESS */ extern llStatus_t LL_Encrypt( uint8 *key, uint8 *plaintextData, uint8 *encryptedData );


具体可以参考 ll.h

HI,Susan!

    请教一下,如果我的程序中用了LL_Encrypt(),这个函数对程序中的数据加密,那么手机端中的APP是否也要进行相应的解密,那么它是如何解密的,有什么算法要求吗?

同问,在APP如何解密?有没有LL_Encrypt的实现介绍?

请问APP的话,如果解密CC2540用AES加密的数据呢?

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top