Searched refs:clmul64x64 (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/modes/asm/ |
D | ghash-neon-armv8.pl | 83 sub clmul64x64 { subroutine 227 &clmul64x64 ($Xl, $Hlo, $INlo); # H.lo·Xi.lo 231 &clmul64x64 ($Xm, $Hhl, $INlo); # (H.lo+H.hi)·(Xi.lo+Xi.hi) 232 &clmul64x64 ($Xh, $Hhi, $INhi); # H.hi·Xi.hi
|
D | ghash-armv4.pl | 387 sub clmul64x64 { subroutine 498 &clmul64x64 ($Xl,$Hlo,"$IN#lo"); # H.lo·Xi.lo 502 &clmul64x64 ($Xm,$Hhl,"$IN#lo"); # (H.lo+H.hi)·(Xi.lo+Xi.hi) 503 &clmul64x64 ($Xh,$Hhi,"$IN#hi"); # H.hi·Xi.hi
|