Searched refs:block_word_len (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | sha_ll.h | 110 static inline void sha_ll_fill_text_block(const void *input_text, size_t block_word_len) in sha_ll_fill_text_block() argument 115 for (size_t i = 0; i < block_word_len; i++) { in sha_ll_fill_text_block()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | sha_ll.h | 110 static inline void sha_ll_fill_text_block(const void *input_text, size_t block_word_len) in sha_ll_fill_text_block() argument 115 for (size_t i = 0; i < block_word_len; i++) { in sha_ll_fill_text_block()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | sha_ll.h | 101 static inline void sha_ll_fill_text_block(const void *input_text, size_t block_word_len) in sha_ll_fill_text_block() argument 106 for (int i = 0; i < block_word_len; i++) { in sha_ll_fill_text_block()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | sha_ll.h | 101 static inline void sha_ll_fill_text_block(const void *input_text, size_t block_word_len) in sha_ll_fill_text_block() argument 106 for (int i = 0; i < block_word_len; i++) { in sha_ll_fill_text_block()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | sha_ll.h | 109 static inline void sha_ll_fill_text_block(const void *input_text, size_t block_word_len) in sha_ll_fill_text_block() argument 114 for (int i = 0; i < block_word_len; i++) { in sha_ll_fill_text_block()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | sha_ll.h | 101 static inline void sha_ll_fill_text_block(const void *input_text, size_t block_word_len) in sha_ll_fill_text_block() argument 106 for (int i = 0; i < block_word_len; i++) { in sha_ll_fill_text_block()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | sha_ll.h | 112 static inline void sha_ll_fill_text_block(const void *input_text, size_t block_word_len) in sha_ll_fill_text_block() argument 118 for (size_t i = 0; i < block_word_len; i++) { in sha_ll_fill_text_block()
|
/hal_espressif-latest/components/hal/ |
D | sha_hal.c | 79 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() argument 83 sha_ll_fill_text_block(data_block, block_word_len); in sha_hal_hash_block()
|
/hal_espressif-latest/components/hal/include/hal/ |
D | sha_hal.h | 41 void sha_hal_hash_block(esp_sha_type sha_type, const void *data_block, size_t block_word_len, bool …
|