Searched refs:clmul64x64 (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/modes/asm/ |
D | ghash-armv4.pl | 131 sub clmul64x64 { subroutine 242 &clmul64x64 ($Xl,$Hlo,"$IN#lo"); # H.lo·Xi.lo 246 &clmul64x64 ($Xm,$Hhl,"$IN#lo"); # (H.lo+H.hi)·(Xi.lo+Xi.hi) 247 &clmul64x64 ($Xh,$Hhi,"$IN#hi"); # H.hi·Xi.hi
|
D | ghash-neon-armv8.pl | 85 sub clmul64x64 { subroutine 234 &clmul64x64 ($Xl, $Hlo, $INlo); # H.lo·Xi.lo 238 &clmul64x64 ($Xm, $Hhl, $INlo); # (H.lo+H.hi)·(Xi.lo+Xi.hi) 239 &clmul64x64 ($Xh, $Hhi, $INhi); # H.hi·Xi.hi
|
/external/rust/crates/ring/crypto/fipsmodule/modes/asm/ |
D | ghash-armv4.pl | 131 sub clmul64x64 { subroutine 242 &clmul64x64 ($Xl,$Hlo,"$IN#lo"); # H.lo·Xi.lo 246 &clmul64x64 ($Xm,$Hhl,"$IN#lo"); # (H.lo+H.hi)·(Xi.lo+Xi.hi) 247 &clmul64x64 ($Xh,$Hhi,"$IN#hi"); # H.hi·Xi.hi
|