Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 8 of 8) sorted by relevance

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_cryp_aes.c106 ErrorStatus CRYP_AES_ECB(uint8_t Mode, uint8_t* Key, uint16_t Keysize, in CRYP_AES_ECB()
294 ErrorStatus CRYP_AES_CBC(uint8_t Mode, uint8_t InitVectors[16], uint8_t *Key, in CRYP_AES_CBC()
496 ErrorStatus CRYP_AES_CTR(uint8_t Mode, uint8_t InitVectors[16], uint8_t *Key, in CRYP_AES_CTR()
671 uint8_t *Key, uint16_t Keysize, in CRYP_AES_GCM()
1137 uint8_t *Key, uint16_t Keysize, in CRYP_AES_CCM()
A Dstm32f4xx_hash_md5.c168 ErrorStatus HMAC_MD5(uint8_t *Key, uint32_t Keylen, uint8_t *Input, in HMAC_MD5()
A Dstm32f4xx_hash_sha1.c169 ErrorStatus HMAC_SHA1(uint8_t *Key, uint32_t Keylen, uint8_t *Input, in HMAC_SHA1()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_cryp_aes.c104 ErrorStatus CRYP_AES_ECB(uint8_t Mode, uint8_t* Key, uint16_t Keysize, in CRYP_AES_ECB()
285 ErrorStatus CRYP_AES_CBC(uint8_t Mode, uint8_t InitVectors[16], uint8_t *Key, in CRYP_AES_CBC()
481 ErrorStatus CRYP_AES_CTR(uint8_t Mode, uint8_t InitVectors[16], uint8_t *Key, in CRYP_AES_CTR()
A Dstm32f2xx_hash_md5.c168 ErrorStatus HMAC_MD5(uint8_t *Key, uint32_t Keylen, uint8_t *Input, in HMAC_MD5()
A Dstm32f2xx_hash_sha1.c169 ErrorStatus HMAC_SHA1(uint8_t *Key, uint32_t Keylen, uint8_t *Input, in HMAC_SHA1()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_cryp_ex.c207 static void CRYPEx_GCMCCM_SetKey(CRYP_HandleTypeDef *hcryp, uint8_t *Key, uint32_t KeySize) in CRYPEx_GCMCCM_SetKey()
A Dstm32f7xx_hal_cryp.c212 static void CRYP_SetKey(CRYP_HandleTypeDef *hcryp, uint8_t *Key, uint32_t KeySize) in CRYP_SetKey()

Completed in 14 milliseconds