Home
last modified time | relevance | path

Searched refs:ROL32 (Results 1 – 25 of 44) sorted by relevance

12

/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dhash_sm3.c229 #define P0(x) ((x) ^ ROL32((x), 9) ^ ROL32((x),17))
230 #define P1(x) ((x) ^ ROL32((x),15) ^ ROL32((x),23))
238 SS1 = ROL32((ROL32(A, 12) + E + K[j]), 7); \
239 SS2 = SS1 ^ ROL32(A, 12); \
242 B = ROL32(B, 9); \
244 F = ROL32(F, 19); \
438 W[j] = P1(W[j - 16] ^ W[j - 9] ^ ROL32(W[j - 3], 15)) in sm3_compress_blocks()
439 ^ ROL32(W[j - 13], 7) ^ W[j - 6]; in sm3_compress_blocks()
457 SS1 = ROL32((ROL32(A, 12) + E + K(j)), 7); in sm3_compress_blocks()
458 SS2 = SS1 ^ ROL32(A, 12); in sm3_compress_blocks()
[all …]
/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Dmodes_lcl.h107 #ifndef ROL32
108 # define ROL32(a,n) (((a)<<(n))|(((a)&0xffffffff)>>(32-(n)))) macro
/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Drtl871x_security.h188 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) macro
189 #define ROR32(A, n) ROL32((A), 32 - (n))
H A Drtl871x_security.c293 pmicdata->R ^= ROL32(pmicdata->L, 17); in secmicappendbyte()
298 pmicdata->R ^= ROL32(pmicdata->L, 3); in secmicappendbyte()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Drtw_security.h221 #define ROL32(A, n) (((A) << (n)) | (((A) >> (32 - (n))) & ((1UL << (n)) - 1))) macro
222 #define ROR32(A, n) ROL32((A), 32 - (n))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Drtw_security.h347 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) macro
348 #define ROR32(A, n) ROL32((A), 32-(n))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Drtw_security.h346 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) macro
347 #define ROR32(A, n) ROL32((A), 32-(n))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Drtw_security.h349 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) macro
350 #define ROR32(A, n) ROL32((A), 32-(n))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Drtw_security.h349 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) macro
350 #define ROR32(A, n) ROL32((A), 32-(n))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Drtw_security.h347 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) macro
348 #define ROR32(A, n) ROL32((A), 32-(n))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Drtw_security.h349 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) macro
350 #define ROR32(A, n) ROL32((A), 32-(n))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Drtw_security.h346 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) macro
347 #define ROR32(A, n) ROL32((A), 32-(n))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Drtw_security.h349 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) macro
350 #define ROR32(A, n) ROL32((A), 32-(n))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_security.h350 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) macro
351 #define ROR32(A, n) ROL32((A), 32-(n))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_security.h353 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) macro
354 #define ROR32(A, n) ROL32((A), 32-(n))
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Drtw_security.h271 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) macro
272 #define ROR32(A, n) ROL32((A), 32-(n))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Drtw_security.h313 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) macro
314 #define ROR32(A, n) ROL32((A), 32-(n))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Drtw_security.h310 #define ROL32( A, n ) ( ((A) << (n)) | ( ((A)>>(32-(n))) & ( (1UL << (n)) - 1 ) ) ) macro
311 #define ROR32( A, n ) ROL32( (A), 32-(n) )
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Drtw_security.h310 #define ROL32( A, n ) ( ((A) << (n)) | ( ((A)>>(32-(n))) & ( (1UL << (n)) - 1 ) ) ) macro
311 #define ROR32( A, n ) ROL32( (A), 32-(n) )
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Drtw_security.h312 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) macro
313 #define ROR32(A, n) ROL32((A), 32-(n))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Drtw_security.h321 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) macro
322 #define ROR32(A, n) ROL32((A), 32-(n))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Drtw_security.h320 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) macro
321 #define ROR32(A, n) ROL32((A), 32-(n))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Drtw_security.h317 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) macro
318 #define ROR32(A, n) ROL32((A), 32-(n))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Drtw_security.h322 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) macro
323 #define ROR32(A, n) ROL32((A), 32-(n))
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_security.c304 pmicdata->R ^= ROL32(pmicdata->L, 17); in rtw_secmicappendbyte()
308 pmicdata->R ^= ROL32(pmicdata->L, 3); in rtw_secmicappendbyte()

12