Searched refs:bn_cmp_words (Results 1 – 3 of 3) sorted by relevance
133 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n) { in bn_cmp_words() function172 return bn_cmp_words(a, b, cl); in bn_cmp_part_words()
215 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n);
741 c1 = bn_cmp_words(a, &(a[n]), n); in bn_sqr_recursive()