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

  /external/boringssl/src/crypto/fipsmodule/bn/
cmp.c 138 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n) { function
177 return bn_cmp_words(a, b, cl);
internal.h 282 // bn_cmp_words returns a value less than, equal to or greater than zero if
284 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n);
286 // bn_cmp_words returns a value less than, equal to or greater than zero if the
mul.c 741 c1 = bn_cmp_words(a, &(a[n]), n);

Completed in 1025 milliseconds