Searched refs:xb (Results 1 – 2 of 2) sorted by relevance
/openssl-master/crypto/chacha/asm/ |
A D | chacha-x86.pl | 417 &pxor ($xb,$xc); 420 &pslld ($xb,12); 422 &por ($xb,$xa_); 435 &pslld ($xb,7); 438 &por ($xb,$xa); 441 ($xb,$xb_)=($xb_,$xb); 831 &vpxor ($xb,$i!=0?$xb:$xb_,$xc); 833 &vprotd ($xb,$xb,12); 843 &vpxor ($xb,$xb,$xc); 845 &vprotd ($xb,$xb,7); [all …]
|
/openssl-master/crypto/sha/ |
A D | sha_local.h | 90 Xupdate(f,xi,xa,xb,xc,xd); \ 95 Xupdate(f,xi,xa,xb,xc,xd); \ 100 Xupdate(f,xa,xa,xb,xc,xd); \ 105 Xupdate(f,xa,xa,xb,xc,xd); \ 110 Xupdate(f,xa,xa,xb,xc,xd); \ 341 # define BODY_16_19(xa,xb,xc,xd) do { \ argument 342 Xupdate(T,xa,xa,xb,xc,xd); \ 347 # define BODY_20_39(xa,xb,xc,xd) do { \ argument 348 Xupdate(T,xa,xa,xb,xc,xd); \ 354 Xupdate(T,xa,xa,xb,xc,xd); \ [all …]
|
Completed in 7 milliseconds