Searched refs:BN_get_word (Results 1 – 13 of 13) 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()
203 BN_ULONG BN_get_word(const BIGNUM *bn) { in BN_get_word() function
125 BN_ULONG word = BN_get_word(ret.get()); in GetInt()285 BN_ULONG b_word = BN_get_word(b.get()); in TestSum()586 BN_ULONG b_word = BN_get_word(b.get()); in TestQuotient()588 BN_ULONG remainder_word = BN_get_word(remainder.get()); in TestQuotient()1341 BN_ULONG word = BN_get_word(bn.get()); in TEST_F()2528 EXPECT_EQ(10u, BN_get_word(ten.get())); in TEST_F()
309 OPENSSL_EXPORT BN_ULONG BN_get_word(const BIGNUM *bn);
932 tpmPublic->publicArea.parameters.rsaDetail.exponent = BN_get_word(e); in get_rsa_tpm2b_public_from_evp()
737 BN_get_word
2289 '#define BN_get_word GRPC_SHADOW_BN_get_word',
765 #define BN_get_word GRPC_SHADOW_BN_get_word macro
916 #define BN_get_word BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_get_word) macro