Home
last modified time | relevance | path

Searched refs:cipherKey (Results 1 – 3 of 3) sorted by relevance

/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/
H A Daes256.c36 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()
H A Daes256.h131 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);
H A Drom.h225 const uint8_t *cipherKey, \
246 const uint8_t *cipherKey, \
270 const uint8_t *cipherKey, \