Searched refs:GET_UINT32_BE (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/ |
D | esp_sha1.c | 49 #ifndef GET_UINT32_BE 50 #define GET_UINT32_BE(n,b,i) \ macro 128 GET_UINT32_BE( W[ 0], data, 0 ); in mbedtls_sha1_software_process() 129 GET_UINT32_BE( W[ 1], data, 4 ); in mbedtls_sha1_software_process() 130 GET_UINT32_BE( W[ 2], data, 8 ); in mbedtls_sha1_software_process() 131 GET_UINT32_BE( W[ 3], data, 12 ); in mbedtls_sha1_software_process() 132 GET_UINT32_BE( W[ 4], data, 16 ); in mbedtls_sha1_software_process() 133 GET_UINT32_BE( W[ 5], data, 20 ); in mbedtls_sha1_software_process() 134 GET_UINT32_BE( W[ 6], data, 24 ); in mbedtls_sha1_software_process() 135 GET_UINT32_BE( W[ 7], data, 28 ); in mbedtls_sha1_software_process() [all …]
|
D | esp_sha256.c | 49 #ifndef GET_UINT32_BE 50 #define GET_UINT32_BE(n,b,i) \ macro 196 GET_UINT32_BE( W[i], data, 4 * i ); in mbedtls_sha256_software_process() 208 GET_UINT32_BE( W[i], data, 4 * i ); in mbedtls_sha256_software_process()
|
/hal_espressif-latest/components/mbedtls/port/sha/dma/ |
D | esp_sha256.c | 47 #ifndef GET_UINT32_BE 48 #define GET_UINT32_BE(n,b,i) \ macro
|
/hal_espressif-latest/components/mbedtls/port/aes/ |
D | esp_aes_gcm.c | 114 #ifndef GET_UINT32_BE 115 #define GET_UINT32_BE(n,b,i) \ macro 153 GET_UINT32_BE( hi, h, 0 ); in gcm_gen_table() 154 GET_UINT32_BE( lo, h, 4 ); in gcm_gen_table() 157 GET_UINT32_BE( hi, h, 8 ); in gcm_gen_table() 158 GET_UINT32_BE( lo, h, 12 ); in gcm_gen_table()
|
/hal_espressif-latest/components/mbedtls/port/sha/block/ |
D | esp_sha256.c | 48 #ifndef GET_UINT32_BE 49 #define GET_UINT32_BE(n,b,i) \ macro
|