Searched defs:bn_cmp_words (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_lib.c779 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n) function
796 /* Here follows a specialised variants of bn_cmp_words(). It has the
825 return bn_cmp_words(a,b,cl);

Completed in 55 milliseconds