Searched refs:cipherKey (Results 1 – 3 of 3) sorted by relevance
/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/ |
D | aes256.c | 36 bool AES256_setCipherKey(uint32_t moduleInstance, const uint8_t * cipherKey, in AES256_setCipherKey() argument 65 sCipherKey = (uint16_t) (cipherKey[i]); in AES256_setCipherKey() 66 sCipherKey = sCipherKey | ((uint16_t) (cipherKey[i + 1]) << 8); in AES256_setCipherKey() 147 bool AES256_setDecipherKey(uint32_t moduleInstance, const uint8_t * cipherKey, in AES256_setDecipherKey() argument 180 tempVariable = (uint16_t) (cipherKey[i]); in AES256_setDecipherKey() 181 tempVariable = tempVariable | ((uint16_t) (cipherKey[i + 1]) << 8); in AES256_setDecipherKey() 260 const uint8_t * cipherKey, uint_fast16_t keyLength) in AES256_startSetDecipherKey() argument 291 tempVariable = (uint16_t) (cipherKey[i]); in AES256_startSetDecipherKey() 292 tempVariable = tempVariable | ((uint16_t) (cipherKey[i + 1]) << 8); in AES256_startSetDecipherKey()
|
D | aes256.h | 131 const uint8_t *cipherKey, uint_fast16_t keyLength); 192 const uint8_t *cipherKey, uint_fast16_t keyLength); 321 const uint8_t *cipherKey, uint_fast16_t keyLength);
|
D | rom.h | 242 const uint8_t *cipherKey, \ 263 const uint8_t *cipherKey, \ 287 const uint8_t *cipherKey, \
|