HomeSort by relevance Sort by last modified time
    Searched refs:Mul_GF4 (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/aes/asm/
bsaes-armv7.pl 181 sub Mul_GF4 {
183 #;* Mul_GF4: Input x0-x1,y0-y1 Output x0-x1 Temp t0 (8) *
212 # interleaved Mul_GF4_N and Mul_GF4
240 &Mul_GF4 (@x[0], @x[1], @y[0], @y[1], @t[2..3]);
262 &Mul_GF4 (@x[4], @x[5], @y[0], @y[1], @t[2..3]);
    [all...]
bsaes-x86_64.pl 218 sub Mul_GF4 {
220 #;* Mul_GF4: Input x0-x1,y0-y1 Output x0-x1 Temp t0 (8) *
251 # interleaved Mul_GF4_N and Mul_GF4
281 &Mul_GF4 (@x[0], @x[1], @y[0], @y[1], @t[2]);
307 &Mul_GF4 (@x[4], @x[5], @y[0], @y[1], @t[3]);
    [all...]

Completed in 118 milliseconds