Searched refs:BN_get_word (Results 1 – 5 of 5) sorted by relevance
23 int public_exponent = BN_get_word(key->e); in check()83 n0invout = BN_get_word(N0inv); in output()102 nout = BN_get_word(n); in output()114 rrout = BN_get_word(rr); in output()
89 n0invout = BN_get_word(N0inv); in vb_keyb_from_rsa()108 nout = BN_get_word(n); in vb_keyb_from_rsa()119 rrout = BN_get_word(rr); in vb_keyb_from_rsa()
126 BN_ULONG word = BN_get_word(ret.get()); in GetInt()238 BN_ULONG b_word = BN_get_word(b.get()); in TestSum()436 BN_ULONG b_word = BN_get_word(b.get()); in TestQuotient()438 BN_ULONG remainder_word = BN_get_word(remainder.get()); in TestQuotient()
560 BN_ULONG BN_get_word(const BIGNUM *bn) { in BN_get_word() function
306 OPENSSL_EXPORT BN_ULONG BN_get_word(const BIGNUM *bn);