Home
last modified time | relevance | path

Searched defs:sha_type (Results 1 – 4 of 4) sorted by relevance

/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dsha_ll.h33 inline static uint32_t SHA_LOAD_REG(esp_sha_type sha_type) in SHA_LOAD_REG()
44 inline static uint32_t SHA_BUSY_REG(esp_sha_type sha_type) in SHA_BUSY_REG()
55 inline static uint32_t SHA_START_REG(esp_sha_type sha_type) in SHA_START_REG()
66 inline static uint32_t SHA_CONTINUE_REG(esp_sha_type sha_type) in SHA_CONTINUE_REG()
76 static inline void sha_ll_start_block(esp_sha_type sha_type) in sha_ll_start_block()
86 static inline void sha_ll_continue_block(esp_sha_type sha_type) in sha_ll_continue_block()
96 static inline void sha_ll_load(esp_sha_type sha_type) in sha_ll_load()
137 static inline void sha_ll_read_digest(esp_sha_type sha_type, void *digest_state, size_t digest_word… in sha_ll_read_digest()
/device/soc/esp/esp32/components/hal/
Dsha_hal.c79 void sha_hal_hash_block(esp_sha_type sha_type, const void *data_block, size_t block_word_len, bool … in sha_hal_hash_block()
96 void sha_hal_hash_dma(esp_sha_type sha_type, size_t num_blocks, bool first_block) in sha_hal_hash_dma()
119 void sha_hal_read_digest(esp_sha_type sha_type, void *digest_state) in sha_hal_read_digest()
142 void sha_hal_write_digest(esp_sha_type sha_type, void *digest_state) in sha_hal_write_digest()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_cipher.h242 hi_cipher_hash_type sha_type; /**< sha_type, hash or hmac type. */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/include/
Dhi_cipher_compat.h298 hi_cipher_hash_type sha_type; member