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

  /external/openssl/crypto/bn/
bn_exp.c 688 void bn_scatter5(const BN_ULONG *inp,size_t num,
700 bn_scatter5(tmp.d,top,powerbuf,0);
701 bn_scatter5(am.d,am.top,powerbuf,1);
703 bn_scatter5(tmp.d,top,powerbuf,2);
710 bn_scatter5(tmp.d,top,powerbuf,i);
717 bn_scatter5(tmp.d,top,powerbuf,i);
723 bn_scatter5(tmp.d,top,powerbuf,i);
727 bn_scatter5(tmp.d,top,powerbuf,j);
733 bn_scatter5(tmp.d,top,powerbuf,i);
735 bn_scatter5(tmp.d,top,powerbuf,2*i)
    [all...]
  /external/openssl/crypto/bn/asm/
x86_64-mont5.pl 839 .globl bn_scatter5
840 .type bn_scatter5,\@abi-omnipotent
842 bn_scatter5: label
855 .size bn_scatter5,.-bn_scatter5

Completed in 1065 milliseconds