Encryp_u
Dependencies: BLE_API_Encryp CyaSSL-Encryp eMPL_MPU6050 mbed
Fork of Encryptulator2 by
nrf_ecb.h File Reference
ECB driver API. More...
Go to the source code of this file.
Functions | |
| bool | nrf_ecb_init (void) |
| Initialize and power on the ECB peripheral. | |
| bool | nrf_ecb_crypt (uint8_t *dst, const uint8_t *src) |
| Encrypt/decrypt 16-byte data using current key. | |
| void | nrf_ecb_set_key (const uint8_t *key) |
| Set the key to be used for encryption/decryption. | |
Detailed Description
ECB driver API.
Definition in file nrf_ecb.h.
Generated on Tue Jul 12 2022 18:43:24 by
1.7.2
