Symbol: MD32_REG_T
crypto/openssl/crypto/md4/md4_dgst.c
46
register unsigned MD32_REG_T A, B, C, D, l;
crypto/openssl/crypto/md4/md4_dgst.c
49
unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
crypto/openssl/crypto/md5/md5_dgst.c
46
register unsigned MD32_REG_T A, B, C, D, l;
crypto/openssl/crypto/md5/md5_dgst.c
49
unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
crypto/openssl/crypto/ripemd/rmd_dgst.c
45
register unsigned MD32_REG_T A, B, C, D, E;
crypto/openssl/crypto/ripemd/rmd_dgst.c
46
unsigned MD32_REG_T a, b, c, d, e, l;
crypto/openssl/crypto/ripemd/rmd_dgst.c
49
unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
crypto/openssl/crypto/sha/sha256.c
160
#define Sigma0(x) ({ MD32_REG_T ret; \
crypto/openssl/crypto/sha/sha256.c
164
#define Sigma1(x) ({ MD32_REG_T ret; \
crypto/openssl/crypto/sha/sha256.c
168
#define sigma0(x) ({ MD32_REG_T ret; \
crypto/openssl/crypto/sha/sha256.c
172
#define sigma1(x) ({ MD32_REG_T ret; \
crypto/openssl/crypto/sha/sha256.c
178
#define Ch(x, y, z) ({ MD32_REG_T ret; \
crypto/openssl/crypto/sha/sha256.c
182
#define Maj(x, y, z) ({ MD32_REG_T ret; \
crypto/openssl/crypto/sha/sha256.c
219
unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1, T2;
crypto/openssl/crypto/sha/sha256.c
307
unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1;
crypto/openssl/crypto/sha/sha_local.h
145
register unsigned MD32_REG_T A, B, C, D, E, T, l;
crypto/openssl/crypto/sha/sha_local.h
147
unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
crypto/openssl/crypto/sha/sha_local.h
383
register unsigned MD32_REG_T A, B, C, D, E, T, l;
crypto/openssl/crypto/sm3/sm3.c
32
register unsigned MD32_REG_T A, B, C, D, E, F, G, H;
crypto/openssl/crypto/sm3/sm3.c
34
unsigned MD32_REG_T W00, W01, W02, W03, W04, W05, W06, W07,
crypto/openssl/crypto/sm3/sm3_local.h
72
#define P0(x) ({ MD32_REG_T ret; \
crypto/openssl/crypto/sm3/sm3_local.h
76
#define P1(x) ({ MD32_REG_T ret; \
crypto/openssl/include/crypto/md32_common.h
107
#define ROTATE(x, n) ({ MD32_REG_T ret; \
crypto/openssl/include/crypto/md32_common.h
114
#define ROTATE(x, n) ({ MD32_REG_T ret; \
crypto/openssl/include/crypto/md32_common.h
253
#ifndef MD32_REG_T