Searched refs:PACK32 (Results 1 – 3 of 3) sorted by relevance
/external/vboot_reference/firmware/2lib/ |
D | 2sha256.c | 61 #define PACK32(str, x) \ macro 149 PACK32(&sub_block[j << 2], &w[j]); in vb2_sha256_transform() 178 PACK32(&sub_block[ 0], &w[ 0]); PACK32(&sub_block[ 4], &w[ 1]); in vb2_sha256_transform() 179 PACK32(&sub_block[ 8], &w[ 2]); PACK32(&sub_block[12], &w[ 3]); in vb2_sha256_transform() 180 PACK32(&sub_block[16], &w[ 4]); PACK32(&sub_block[20], &w[ 5]); in vb2_sha256_transform() 181 PACK32(&sub_block[24], &w[ 6]); PACK32(&sub_block[28], &w[ 7]); in vb2_sha256_transform() 182 PACK32(&sub_block[32], &w[ 8]); PACK32(&sub_block[36], &w[ 9]); in vb2_sha256_transform() 183 PACK32(&sub_block[40], &w[10]); PACK32(&sub_block[44], &w[11]); in vb2_sha256_transform() 184 PACK32(&sub_block[48], &w[12]); PACK32(&sub_block[52], &w[13]); in vb2_sha256_transform() 185 PACK32(&sub_block[56], &w[14]); PACK32(&sub_block[60], &w[15]); in vb2_sha256_transform()
|
/external/vboot_reference/firmware/lib/cryptolib/ |
D | sha256.c | 62 #define PACK32(str, x) \ macro 146 PACK32(&sub_block[j << 2], &w[j]); in SHA256_transform() 175 PACK32(&sub_block[ 0], &w[ 0]); PACK32(&sub_block[ 4], &w[ 1]); in SHA256_transform() 176 PACK32(&sub_block[ 8], &w[ 2]); PACK32(&sub_block[12], &w[ 3]); in SHA256_transform() 177 PACK32(&sub_block[16], &w[ 4]); PACK32(&sub_block[20], &w[ 5]); in SHA256_transform() 178 PACK32(&sub_block[24], &w[ 6]); PACK32(&sub_block[28], &w[ 7]); in SHA256_transform() 179 PACK32(&sub_block[32], &w[ 8]); PACK32(&sub_block[36], &w[ 9]); in SHA256_transform() 180 PACK32(&sub_block[40], &w[10]); PACK32(&sub_block[44], &w[11]); in SHA256_transform() 181 PACK32(&sub_block[48], &w[12]); PACK32(&sub_block[52], &w[13]); in SHA256_transform() 182 PACK32(&sub_block[56], &w[14]); PACK32(&sub_block[60], &w[15]); in SHA256_transform()
|
/external/mmc-utils/3rdparty/hmac_sha/ |
D | sha2.c | 70 #define PACK32(str, x) \ macro 234 PACK32(&sub_block[j << 2], &w[j]); in sha256_transf() 263 PACK32(&sub_block[ 0], &w[ 0]); PACK32(&sub_block[ 4], &w[ 1]); in sha256_transf() 264 PACK32(&sub_block[ 8], &w[ 2]); PACK32(&sub_block[12], &w[ 3]); in sha256_transf() 265 PACK32(&sub_block[16], &w[ 4]); PACK32(&sub_block[20], &w[ 5]); in sha256_transf() 266 PACK32(&sub_block[24], &w[ 6]); PACK32(&sub_block[28], &w[ 7]); in sha256_transf() 267 PACK32(&sub_block[32], &w[ 8]); PACK32(&sub_block[36], &w[ 9]); in sha256_transf() 268 PACK32(&sub_block[40], &w[10]); PACK32(&sub_block[44], &w[11]); in sha256_transf() 269 PACK32(&sub_block[48], &w[12]); PACK32(&sub_block[52], &w[13]); in sha256_transf() 270 PACK32(&sub_block[56], &w[14]); PACK32(&sub_block[60], &w[15]); in sha256_transf()
|