Home
last modified time | relevance | path

Searched refs:Mul_GF4 (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl186 sub Mul_GF4 { subroutine
188 #;* Mul_GF4: Input x0-x1,y0-y1 Output x0-x1 Temp t0 (8) *
217 # interleaved Mul_GF4_N and Mul_GF4
245 &Mul_GF4 (@x[0], @x[1], @y[0], @y[1], @t[2..3]);
267 &Mul_GF4 (@x[4], @x[5], @y[0], @y[1], @t[2..3]);
H A Dbsaes-x86_64.pl229 sub Mul_GF4 { subroutine
231 #;* Mul_GF4: Input x0-x1,y0-y1 Output x0-x1 Temp t0 (8) *
262 # interleaved Mul_GF4_N and Mul_GF4
292 &Mul_GF4 (@x[0], @x[1], @y[0], @y[1], @t[2]);
318 &Mul_GF4 (@x[4], @x[5], @y[0], @y[1], @t[3]);
/third_party/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl186 sub Mul_GF4 { subroutine
188 #;* Mul_GF4: Input x0-x1,y0-y1 Output x0-x1 Temp t0 (8) *
217 # interleaved Mul_GF4_N and Mul_GF4
245 &Mul_GF4 (@x[0], @x[1], @y[0], @y[1], @t[2..3]);
267 &Mul_GF4 (@x[4], @x[5], @y[0], @y[1], @t[2..3]);
H A Dbsaes-x86_64.pl229 sub Mul_GF4 { subroutine
231 #;* Mul_GF4: Input x0-x1,y0-y1 Output x0-x1 Temp t0 (8) *
262 # interleaved Mul_GF4_N and Mul_GF4
292 &Mul_GF4 (@x[0], @x[1], @y[0], @y[1], @t[2]);
318 &Mul_GF4 (@x[4], @x[5], @y[0], @y[1], @t[3]);

Completed in 10 milliseconds