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

  /external/openssl/crypto/bn/
bn_sqr.c 239 c1=bn_cmp_words(a,&(a[n]),n);
bn_lib.c 779 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n) function
796 /* Here follows a specialised variants of bn_cmp_words(). It has the
825 return bn_cmp_words(a,b,cl);
bn_lcl.h 485 int bn_cmp_words(const BN_ULONG *a,const BN_ULONG *b,int n);
bn_mul.c 772 c1=bn_cmp_words(&(a[0]),&(a[n]),n);
773 c2=bn_cmp_words(&(b[n]),&(b[0]),n);

Completed in 63 milliseconds