Searched refs:bn_cmp_words_consttime (Results 1 – 1 of 1) sorted by relevance
66 static int bn_cmp_words_consttime(const BN_ULONG *a, size_t a_len, in bn_cmp_words_consttime() function99 return bn_cmp_words_consttime(a->d, a->width, b->d, b->width); in BN_ucmp()127 return bn_cmp_words_consttime(a, len, b, len) < 0; in bn_less_than_words()