System encryption routines implementation.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
#include <stdint.h>
#include <string.h>
#include "sysEncrypt.h"
#include "sysConfig.h"
#include "phy.h"
Functions | |
void | SYS_EncryptReq (uint32_t *text, uint32_t *key) |