Home
last modified time | relevance | path

Searched refs:Algorithm (Results 1 – 8 of 8) sorted by relevance

/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_hash.h603 uint32_t Timeout, uint32_t Algorithm);
604 … HASH_Accumulate(HASH_HandleTypeDef *hhash, uint8_t *pInBuffer, uint32_t Size, uint32_t Algorithm);
605 …SH_Accumulate_IT(HASH_HandleTypeDef *hhash, uint8_t *pInBuffer, uint32_t Size, uint32_t Algorithm);
607 uint32_t Algorithm);
608 …f HASH_Start_DMA(HASH_HandleTypeDef *hhash, uint8_t *pInBuffer, uint32_t Size, uint32_t Algorithm);
611 uint32_t Timeout, uint32_t Algorithm);
613 uint32_t Algorithm);
614 …f HMAC_Start_DMA(HASH_HandleTypeDef *hhash, uint8_t *pInBuffer, uint32_t Size, uint32_t Algorithm);
Dstm32f4xx_hal_cryp.h59 uint32_t Algorithm; /*!< DES/ TDES Algorithm ECB/CBC member
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/
Dsha256.cfg1 #The valid Algorithm is AES, TDES, HiCRC16, SHA1, SHA256, RSA
2 Algorithm=SHA256
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/
Dstm32f4xx_hal_cryp.c441 assert_param(IS_CRYP_ALGORITHM(hcryp->Init.Algorithm)); in HAL_CRYP_Init()
477 hcryp->Init.DataType | hcryp->Init.KeySize | hcryp->Init.Algorithm); in HAL_CRYP_Init()
482 hcryp->Init.DataType | hcryp->Init.KeySize | hcryp->Init.Algorithm); in HAL_CRYP_Init()
569 assert_param(IS_CRYP_ALGORITHM(pConf->Algorithm)); in HAL_CRYP_SetConfig()
582 hcryp->Init.Algorithm = pConf->Algorithm; in HAL_CRYP_SetConfig()
596 hcryp->Init.DataType | hcryp->Init.KeySize | hcryp->Init.Algorithm); in HAL_CRYP_SetConfig()
600 hcryp->Init.DataType | hcryp->Init.KeySize | hcryp->Init.Algorithm); in HAL_CRYP_SetConfig()
659 pConf->Algorithm = hcryp->Init.Algorithm; in HAL_CRYP_GetConfig()
993 if ((hcryp->Init.Algorithm == CRYP_TDES_ECB) || (hcryp->Init.Algorithm == CRYP_TDES_CBC)) in HAL_CRYP_Encrypt()
1002 if ((hcryp->Init.Algorithm == CRYP_DES_CBC) || (hcryp->Init.Algorithm == CRYP_TDES_CBC)) in HAL_CRYP_Encrypt()
[all …]
Dstm32f4xx_hal_hash.c2455 uint32_t Timeout, uint32_t Algorithm) in HASH_Start() argument
2482 …MODIFY_REG(HASH->CR, HASH_CR_LKEY | HASH_CR_ALGO | HASH_CR_MODE | HASH_CR_INIT, Algorithm | HASH_C… in HASH_Start()
2591 …f HASH_Accumulate(HASH_HandleTypeDef *hhash, uint8_t *pInBuffer, uint32_t Size, uint32_t Algorithm) in HASH_Accumulate() argument
2643 …MODIFY_REG(HASH->CR, HASH_CR_LKEY | HASH_CR_ALGO | HASH_CR_MODE | HASH_CR_INIT, Algorithm | HASH_C… in HASH_Accumulate()
2694 …ASH_Accumulate_IT(HASH_HandleTypeDef *hhash, uint8_t *pInBuffer, uint32_t Size, uint32_t Algorithm) in HASH_Accumulate_IT() argument
2734 …MODIFY_REG(HASH->CR, HASH_CR_LKEY | HASH_CR_ALGO | HASH_CR_MODE | HASH_CR_INIT, Algorithm | HASH_C… in HASH_Accumulate_IT()
2817 uint32_t Algorithm) in HASH_Start_IT() argument
2848 …MODIFY_REG(HASH->CR, HASH_CR_LKEY | HASH_CR_ALGO | HASH_CR_MODE | HASH_CR_INIT, Algorithm | HASH_C… in HASH_Start_IT()
2974 …ef HASH_Start_DMA(HASH_HandleTypeDef *hhash, uint8_t *pInBuffer, uint32_t Size, uint32_t Algorithm) in HASH_Start_DMA() argument
3017 …MODIFY_REG(HASH->CR, HASH_CR_LKEY | HASH_CR_ALGO | HASH_CR_MODE | HASH_CR_INIT, Algorithm | HASH_C… in HASH_Start_DMA()
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/menuconfig/
DKconfig14 prompt "Signature Algorithm for bootloader and upgrade file"
19 RSA_V15 Signature Algorithm of bootloader and upgrade file.
24 RSA_PSS Signature Algorithm of bootloader and upgrade file.
29 ECC Signature Algorithm of bootloader and upgrade file.
34 SHA256 Signature Algorithm of bootloader and upgrade file.
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/include/opencv2/
Dcalib3d.hpp2814 class CV_EXPORTS_W StereoMatcher : public Algorithm
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/
Drootfs_arm64.cpio.gz