Symbol: R1
crypto/libressl/crypto/md4/md4_dgst.c
127
R1(A,B,C,D,X( 0), 3,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
128
R1(D,A,B,C,X( 4), 5,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
129
R1(C,D,A,B,X( 8), 9,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
130
R1(B,C,D,A,X(12),13,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
131
R1(A,B,C,D,X( 1), 3,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
132
R1(D,A,B,C,X( 5), 5,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
133
R1(C,D,A,B,X( 9), 9,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
134
R1(B,C,D,A,X(13),13,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
135
R1(A,B,C,D,X( 2), 3,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
136
R1(D,A,B,C,X( 6), 5,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
137
R1(C,D,A,B,X(10), 9,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
138
R1(B,C,D,A,X(14),13,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
139
R1(A,B,C,D,X( 3), 3,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
140
R1(D,A,B,C,X( 7), 5,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
141
R1(C,D,A,B,X(11), 9,0x5A827999L);
crypto/libressl/crypto/md4/md4_dgst.c
142
R1(B,C,D,A,X(15),13,0x5A827999L);
crypto/libressl/crypto/md5/md5_dgst.c
126
R1(A,B,C,D,X( 1), 5,0xf61e2562L);
crypto/libressl/crypto/md5/md5_dgst.c
127
R1(D,A,B,C,X( 6), 9,0xc040b340L);
crypto/libressl/crypto/md5/md5_dgst.c
128
R1(C,D,A,B,X(11),14,0x265e5a51L);
crypto/libressl/crypto/md5/md5_dgst.c
129
R1(B,C,D,A,X( 0),20,0xe9b6c7aaL);
crypto/libressl/crypto/md5/md5_dgst.c
130
R1(A,B,C,D,X( 5), 5,0xd62f105dL);
crypto/libressl/crypto/md5/md5_dgst.c
131
R1(D,A,B,C,X(10), 9,0x02441453L);
crypto/libressl/crypto/md5/md5_dgst.c
132
R1(C,D,A,B,X(15),14,0xd8a1e681L);
crypto/libressl/crypto/md5/md5_dgst.c
133
R1(B,C,D,A,X( 4),20,0xe7d3fbc8L);
crypto/libressl/crypto/md5/md5_dgst.c
134
R1(A,B,C,D,X( 9), 5,0x21e1cde6L);
crypto/libressl/crypto/md5/md5_dgst.c
135
R1(D,A,B,C,X(14), 9,0xc33707d6L);
crypto/libressl/crypto/md5/md5_dgst.c
136
R1(C,D,A,B,X( 3),14,0xf4d50d87L);
crypto/libressl/crypto/md5/md5_dgst.c
137
R1(B,C,D,A,X( 8),20,0x455a14edL);
crypto/libressl/crypto/md5/md5_dgst.c
138
R1(A,B,C,D,X(13), 5,0xa9e3e905L);
crypto/libressl/crypto/md5/md5_dgst.c
139
R1(D,A,B,C,X( 2), 9,0xfcefa3f8L);
crypto/libressl/crypto/md5/md5_dgst.c
140
R1(C,D,A,B,X( 7),14,0x676f02d9L);
crypto/libressl/crypto/md5/md5_dgst.c
141
R1(B,C,D,A,X(12),20,0x8d2a4c8aL);
crypto/libressl/crypto/sm3/sm3.c
100
R1(B, C, D, A, F, G, H, E, 0x6228cbce, W11, W11 ^ W15);
crypto/libressl/crypto/sm3/sm3.c
102
R1(A, B, C, D, E, F, G, H, 0xc451979c, W12, W12 ^ W00);
crypto/libressl/crypto/sm3/sm3.c
104
R1(D, A, B, C, H, E, F, G, 0x88a32f39, W13, W13 ^ W01);
crypto/libressl/crypto/sm3/sm3.c
106
R1(C, D, A, B, G, H, E, F, 0x11465e73, W14, W14 ^ W02);
crypto/libressl/crypto/sm3/sm3.c
108
R1(B, C, D, A, F, G, H, E, 0x228cbce6, W15, W15 ^ W03);
crypto/libressl/crypto/sm3/sm3.c
78
R1(A, B, C, D, E, F, G, H, 0x79cc4519, W00, W00 ^ W04);
crypto/libressl/crypto/sm3/sm3.c
80
R1(D, A, B, C, H, E, F, G, 0xf3988a32, W01, W01 ^ W05);
crypto/libressl/crypto/sm3/sm3.c
82
R1(C, D, A, B, G, H, E, F, 0xe7311465, W02, W02 ^ W06);
crypto/libressl/crypto/sm3/sm3.c
84
R1(B, C, D, A, F, G, H, E, 0xce6228cb, W03, W03 ^ W07);
crypto/libressl/crypto/sm3/sm3.c
86
R1(A, B, C, D, E, F, G, H, 0x9cc45197, W04, W04 ^ W08);
crypto/libressl/crypto/sm3/sm3.c
88
R1(D, A, B, C, H, E, F, G, 0x3988a32f, W05, W05 ^ W09);
crypto/libressl/crypto/sm3/sm3.c
90
R1(C, D, A, B, G, H, E, F, 0x7311465e, W06, W06 ^ W10);
crypto/libressl/crypto/sm3/sm3.c
92
R1(B, C, D, A, F, G, H, E, 0xe6228cbc, W07, W07 ^ W11);
crypto/libressl/crypto/sm3/sm3.c
94
R1(A, B, C, D, E, F, G, H, 0xcc451979, W08, W08 ^ W12);
crypto/libressl/crypto/sm3/sm3.c
96
R1(D, A, B, C, H, E, F, G, 0x988a32f3, W09, W09 ^ W13);
crypto/libressl/crypto/sm3/sm3.c
98
R1(C, D, A, B, G, H, E, F, 0x311465e7, W10, W10 ^ W14);
lib/libcrypt/crypt-sha256.c
110
W[t] = R1 (W[t - 2]) + W[t - 7] + R0 (W[t - 15]) + W[t - 16];
lib/libcrypt/crypt-sha512.c
141
W[t] = R1 (W[t - 2]) + W[t - 7] + R0 (W[t - 15]) + W[t - 16];