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

  /external/chromium_org/third_party/boringssl/src/crypto/modes/asm/
ghash-armv4.pl 329 sub clmul64x64 { subroutine
442 &clmul64x64 ($Xl,$Hlo,"$IN#lo"); # H.lo?Xi.lo
446 &clmul64x64 ($Xm,$Hhl,"$IN#lo"); # (H.lo+H.hi)?(Xi.lo+Xi.hi)
447 &clmul64x64 ($Xh,$Hhi,"$IN#hi"); # H.hi?Xi.hi
  /external/openssl/crypto/modes/asm/
ghash-armv4.pl 324 sub clmul64x64 { subroutine
434 &clmul64x64 ($Xl,$Hlo,"$IN#lo"); # H.lo·Xi.lo
438 &clmul64x64 ($Xm,$Hhl,"$IN#lo"); # (H.lo+H.hi)·(Xi.lo+Xi.hi)
439 &clmul64x64 ($Xh,$Hhi,"$IN#hi"); # H.hi·Xi.hi

Completed in 187 milliseconds