Searched defs:Key (Results 1 – 8 of 8) sorted by relevance
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/ |
A D | stm32f4xx_cryp_aes.c | 106 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 D | stm32f4xx_hash_md5.c | 168 ErrorStatus HMAC_MD5(uint8_t *Key, uint32_t Keylen, uint8_t *Input, in HMAC_MD5()
|
A D | stm32f4xx_hash_sha1.c | 169 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 D | stm32f2xx_cryp_aes.c | 104 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 D | stm32f2xx_hash_md5.c | 168 ErrorStatus HMAC_MD5(uint8_t *Key, uint32_t Keylen, uint8_t *Input, in HMAC_MD5()
|
A D | stm32f2xx_hash_sha1.c | 169 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 D | stm32f7xx_hal_cryp_ex.c | 207 static void CRYPEx_GCMCCM_SetKey(CRYP_HandleTypeDef *hcryp, uint8_t *Key, uint32_t KeySize) in CRYPEx_GCMCCM_SetKey()
|
A D | stm32f7xx_hal_cryp.c | 212 static void CRYP_SetKey(CRYP_HandleTypeDef *hcryp, uint8_t *Key, uint32_t KeySize) in CRYP_SetKey()
|
Completed in 14 milliseconds