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

  /external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
sha1-586.pl 557 my $_rol=sub { &rol(@_) };
765 eval(shift(@insns)) if (@insns[0] =~ /_rol/);
787 eval(shift(@insns)) if (@insns[0] =~ /_rol/);
799 eval(shift(@insns)) if (@insns[1] =~ /_rol/);
800 eval(shift(@insns)) if (@insns[0] =~ /_rol/);
915 '&$_rol ($a,5);',
934 '&$_rol ($a,5);',
956 '&$_rol ($a,5);',
    [all...]
sha1-x86_64.pl 457 my $_rol=sub { &rol(@_) };
674 eval(shift(@insns)) if (@insns[0] =~ /_rol/);# rol
682 eval(shift(@insns)) if (@insns[1] =~ /_rol/);
683 eval(shift(@insns)) if (@insns[0] =~ /_rol/);
784 '&$_rol ($a,5)',
803 '&$_rol ($a,5)',
825 '&$_rol ($a,5)',
930 my $_rol=sub { &shld(@_[0],@_) };
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 127 my $_rol=sub { &rol(@_) };
476 '&$_rol ($a,5);',
499 '&$_rol ($a,5);',
525 '&$_rol ($a,5);',
645 my $_rol=sub { &shld(@_[0],@_) };
  /external/openssl/crypto/sha/asm/
sha1-586.pl 422 my $_rol=sub { &rol(@_) };
752 '&$_rol ($a,5);',
768 '&$_rol ($a,5);',
787 '&$_rol ($a,5);',
864 my $_rol=sub { &shld(@_[0],@_) };
    [all...]
sha1-x86_64.pl 303 my $_rol=sub { &rol(@_) };
592 '&$_rol ($a,5);',
608 '&$_rol ($a,5);',
627 '&$_rol ($a,5);',
723 my $_rol=sub { &shld(@_[0],@_) };

Completed in 66 milliseconds