AES

功能要求:简单ENC_BLOCK

Wed, 2016-02-10 13:46--oren

Hi,
I am now looking on the app_easy_timer api in SDK5. This is a very great tool - no need to think of messages, just pass a callback that you want to be called when the timer expires (Are there any javascript developers here?).
In our app we are using GAPM_USE_ENC_BLOCK_CMD and GAPM_USER_ENC_BLOCK_IND directly to encrypt some user data.
一个类似的api外壳d be implemented for encrypting blocks. Unlike the timers, two encryption requests cannot run in parallel. Therefore, there should be a queue of encryption requests & callbacks (with push, pop and peek).

Activate/Deactivate AES encryption

Tue, 2016-01-26 11:21--mabraun

Hi Dialog Team,

I'm afraid I haven't fully understood the BLE encryption process yet, so this might be a bit of a silly question.

I've been working off the SDK5 peripheral template, and I'm wondering whether the AES encryption is activated or not. I found the #define CFG_APP_SECURITY in the header file "da1458x_config_basic.h".

Is this the #define used to activate and deactive AES encryption?? Couldn't find anything about this in the user manuals...

Thanks for your help!

Subscribe to RSS - AES