Searched refs:Mul_GF4 (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | bsaes-armv7.pl | 186 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 D | bsaes-x86_64.pl | 229 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 D | bsaes-armv7.pl | 186 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 D | bsaes-x86_64.pl | 229 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 13 milliseconds