Home
last modified time | relevance | path

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

/optee_test-3.20.0/ta/crypt/
A Dsha2_impl.c132 sub_block = message + (i << 6); in sha256_transf()
161 PACK32(&sub_block[0], &w[0]); in sha256_transf()
162 PACK32(&sub_block[4], &w[1]); in sha256_transf()
163 PACK32(&sub_block[8], &w[2]); in sha256_transf()
164 PACK32(&sub_block[12], &w[3]); in sha256_transf()
165 PACK32(&sub_block[16], &w[4]); in sha256_transf()
166 PACK32(&sub_block[20], &w[5]); in sha256_transf()
167 PACK32(&sub_block[24], &w[6]); in sha256_transf()
168 PACK32(&sub_block[28], &w[7]); in sha256_transf()
169 PACK32(&sub_block[32], &w[8]); in sha256_transf()
[all …]

Completed in 3 milliseconds