![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
128-bit integer utilities. More...
Go to the source code of this file.
Macros | |
#define | CALC128_LEN 16 |
128-bit integer length in bytes | |
Functions | |
void | Calc128Cpy (uint8_t *pDst, uint8_t *pSrc) |
Copy a 128-bit integer from source to destination. More... | |
void | Calc128Cpy64 (uint8_t *pDst, uint8_t *pSrc) |
Copy a 64-bit integer from source to destination. More... | |
void | Calc128Xor (uint8_t *pDst, uint8_t *pSrc) |
Exclusive-or two 128-bit integers and return the result in pDst. More... | |
Variables | |
const uint8_t | calc128Zeros [CALC128_LEN] |
128-bit zero value | |
128-bit integer utilities.
Copyright (c) 2010-2018 Arm Ltd. All Rights Reserved. ARM Ltd. confidential and proprietary.
IMPORTANT. Your use of this file is governed by a Software License Agreement ("Agreement") that must be accepted in order to download or otherwise receive a copy of this file. You may not use or copy this file for any purpose other than as described in the Agreement. If you do not agree to all of the terms of the Agreement do not use this file and delete all copies in your possession or control; if you do not have a copy of the Agreement, you must contact ARM Ltd. prior to any use, copying or further distribution of this software.
Definition in file calc128.h.