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

  /external/chromium_org/third_party/boringssl/src/crypto/bn/
cmp.c 133 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n) { function
172 return bn_cmp_words(a, b, cl);
internal.h 200 /* bn_cmp_words returns a value less than, equal to or greater than zero if
202 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n);
204 /* bn_cmp_words returns a value less than, equal to or greater than zero if the
mul.c 738 c1 = bn_cmp_words(a, &(a[n]), n);
  /external/openssl/crypto/bn/
bn_sqr.c 240 c1=bn_cmp_words(a,&(a[n]),n);
bn_lib.c 788 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n) function
805 /* Here follows a specialised variants of bn_cmp_words(). It has the
834 return bn_cmp_words(a,b,cl);
bn_lcl.h 492 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 72 milliseconds