Home
last modified time | relevance | path

Searched defs:Input (Results 1 – 12 of 12) sorted by relevance

/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_cryp_aes.c100 uint8_t* Input, uint32_t Ilength, uint8_t* Output) in CRYP_AES_ECB()
288 uint16_t Keysize, uint8_t *Input, uint32_t Ilength, in CRYP_AES_CBC()
490 uint16_t Keysize, uint8_t *Input, uint32_t Ilength, in CRYP_AES_CTR()
665 uint8_t *Input, uint32_t ILength, in CRYP_AES_GCM()
1131 uint8_t *Input, uint32_t ILength, in CRYP_AES_CCM()
A Dstm32f4xx_hash_md5.c86 ErrorStatus HASH_MD5(uint8_t *Input, uint32_t Ilen, uint8_t Output[16]) in HASH_MD5()
161 ErrorStatus HMAC_MD5(uint8_t *Key, uint32_t Keylen, uint8_t *Input, in HMAC_MD5()
A Dstm32f4xx_hash_sha1.c86 ErrorStatus HASH_SHA1(uint8_t *Input, uint32_t Ilen, uint8_t Output[20]) in HASH_SHA1()
162 ErrorStatus HMAC_SHA1(uint8_t *Key, uint32_t Keylen, uint8_t *Input, in HMAC_SHA1()
A Dstm32f4xx_cryp_des.c92 ErrorStatus CRYP_DES_ECB(uint8_t Mode, uint8_t Key[8], uint8_t *Input, in CRYP_DES_ECB()
196 uint8_t *Input, uint32_t Ilength, uint8_t *Output) in CRYP_DES_CBC()
A Dstm32f4xx_cryp_tdes.c93 ErrorStatus CRYP_TDES_ECB(uint8_t Mode, uint8_t Key[24], uint8_t *Input, in CRYP_TDES_ECB()
204 uint8_t *Input, uint32_t Ilength, uint8_t *Output) in CRYP_TDES_CBC()
/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_cryp_aes.c105 uint8_t* Input, uint32_t Ilength, uint8_t* Output) in CRYP_AES_ECB()
286 uint16_t Keysize, uint8_t *Input, uint32_t Ilength, in CRYP_AES_CBC()
482 uint16_t Keysize, uint8_t *Input, uint32_t Ilength, in CRYP_AES_CTR()
A Dstm32f2xx_hash_md5.c93 ErrorStatus HASH_MD5(uint8_t *Input, uint32_t Ilen, uint8_t Output[16]) in HASH_MD5()
168 ErrorStatus HMAC_MD5(uint8_t *Key, uint32_t Keylen, uint8_t *Input, in HMAC_MD5()
A Dstm32f2xx_hash_sha1.c93 ErrorStatus HASH_SHA1(uint8_t *Input, uint32_t Ilen, uint8_t Output[20]) in HASH_SHA1()
169 ErrorStatus HMAC_SHA1(uint8_t *Key, uint32_t Keylen, uint8_t *Input, in HMAC_SHA1()
A Dstm32f2xx_cryp_des.c100 ErrorStatus CRYP_DES_ECB(uint8_t Mode, uint8_t Key[8], uint8_t *Input, in CRYP_DES_ECB()
196 uint8_t *Input, uint32_t Ilength, uint8_t *Output) in CRYP_DES_CBC()
A Dstm32f2xx_cryp_tdes.c102 ErrorStatus CRYP_TDES_ECB(uint8_t Mode, uint8_t Key[24], uint8_t *Input, in CRYP_TDES_ECB()
205 uint8_t *Input, uint32_t Ilength, uint8_t *Output) in CRYP_TDES_CBC()
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_cryp_ex.c287 static HAL_StatusTypeDef CRYPEx_GCMCCM_ProcessData(CRYP_HandleTypeDef *hcryp, uint8_t *Input, uint1… in CRYPEx_GCMCCM_ProcessData()
345 static HAL_StatusTypeDef CRYPEx_GCMCCM_SetHeaderPhase(CRYP_HandleTypeDef *hcryp, uint8_t* Input, ui… in CRYPEx_GCMCCM_SetHeaderPhase()
A Dstm32f7xx_hal_cryp.c310 static HAL_StatusTypeDef CRYP_ProcessData(CRYP_HandleTypeDef *hcryp, uint8_t* Input, uint16_t Ileng… in CRYP_ProcessData()
370 static HAL_StatusTypeDef CRYP_ProcessData2Words(CRYP_HandleTypeDef *hcryp, uint8_t* Input, uint16_t… in CRYP_ProcessData2Words()

Completed in 22 milliseconds