Searched refs:Xupdate (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/sha/asm/ |
D | sha256-armv4.pl | 315 sub Xupdate() subroutine 524 &Xupdate(\&body_00_15); 525 &Xupdate(\&body_00_15); 526 &Xupdate(\&body_00_15); 527 &Xupdate(\&body_00_15);
|
D | sha1-armv4-large.pl | 102 sub Xupdate { subroutine 156 &Xupdate(@_,"and $t1,$b,$t1,ror#2"); 165 &Xupdate(@_,"eor $t1,$b,$t1,ror#2"); 173 &Xupdate(@_,"and $t1,$b,$t1,ror#2","and $t2,$c,$d");
|
/external/boringssl/src/crypto/sha/ |
D | sha1.c | 121 #define Xupdate(a, ix, ia, ib, ic, id) \ macro 151 Xupdate(f, xi, xa, xb, xc, xd); \ 156 Xupdate(f, xi, xa, xb, xc, xd); \ 161 Xupdate(f, xa, xa, xb, xc, xd); \ 166 Xupdate(f, xa, xa, xb, xc, xd); \ 171 Xupdate(f, xa, xa, xb, xc, xd); \
|