Home
last modified time | relevance | path

Searched refs:Xupdate (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/sha/asm/
Dsha256-armv4.pl315 sub Xupdate() subroutine
524 &Xupdate(\&body_00_15);
525 &Xupdate(\&body_00_15);
526 &Xupdate(\&body_00_15);
527 &Xupdate(\&body_00_15);
Dsha1-armv4-large.pl102 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/
Dsha1.c121 #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); \