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

  /external/boringssl/src/crypto/fipsmodule/bn/
cmp.c 155 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) { function
internal.h 234 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl);
mul.c 322 c1 = bn_cmp_part_words(a, &(a[n]), tna, n - tna);
323 c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n);
441 c1 = bn_cmp_part_words(a, &(a[n]), tna, n - tna);
442 c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n);

Completed in 1338 milliseconds