请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
部件号:MSP430FR5994 工具/软件:Code Composer Studio
您好,
我想读取 从GIT集线器提取的其中一个代码中的其中一个include文件(#include <openssl/aes.h>)。 我可以从任何位置查看包含文件。 请尽早告诉我。
谢谢
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:Code Composer Studio
您好,
我想读取 从GIT集线器提取的其中一个代码中的其中一个include文件(#include <openssl/aes.h>)。 我可以从任何位置查看包含文件。 请尽早告诉我。
谢谢
TI器件加密 包含指向TI服务器上openssl下载的链接。我实际上从GitHub获得了一个CCS文件,其中包含#include <openssl/aes.h> 文件,这是我无法从任何地方访问的文件。
但是,如线程 MSP432P401R所述:计算SHA256和HMACSHA256:
我不确定从TI服务器下载的openssl是否已修改为支持TI微控制器,或者仅用于在支持Linux的TI处理器上运行(例如 ,在Build OpenSSL for Sitara中记录)。但是,请注意,OpenSSL是针对非嵌入式设备的,出于安全原因,它们使用自定义malloc()实现。 因此,要使其运行可能有点困难。
能否提供包含<openssl/AES.h>的相关代码的链接?Kinnera Chintamaneni 说:I want to read one of one of the include files(#include <openssl/AES.h>) in one of one of code extracted from GIT hub。