Home
last modified time | relevance | path

Searched refs:BN_mul_word (Results 1 – 11 of 11) sorted by relevance

/openssl/doc/man3/
H A DBN_add_word.pod5 BN_add_word, BN_sub_word, BN_mul_word, BN_div_word, BN_mod_word - arithmetic
16 int BN_mul_word(BIGNUM *a, BN_ULONG w);
32 BN_mul_word() multiplies B<a> and B<w> (C<a*=w>).
42 BN_add_word(), BN_sub_word() and BN_mul_word() return 1 for success, 0
/openssl/test/
H A Dbn_internal_test.c78 if (p > 3 && p <= 751 && !BN_mul_word(b, p)) in test_bn_small_factors()
/openssl/crypto/bn/
H A Dbn_word.c181 int BN_mul_word(BIGNUM *a, BN_ULONG w) in BN_mul_word() function
H A Dbn_conv.c245 if (!BN_mul_word(ret, BN_DEC_CONV) in BN_dec2bn()
H A Dbn_gcd.c462 if (!BN_mul_word(tmp, D->d[0])) in int_bn_mod_inverse()
H A Dbn_exp.c1173 (BN_mul_word(r, (w)) && \ in BN_mod_exp_mont_word()
/openssl/crypto/asn1/
H A Da_object.c109 if (!BN_mul_word(bl, 10L) in a2d_ASN1_OBJECT()
/openssl/include/openssl/
H A Dbn.h298 int BN_mul_word(BIGNUM *a, BN_ULONG w);
/openssl/crypto/ec/
H A Decp_smpl.c305 if (!BN_mul_word(tmp_2, 27)) in ossl_ec_GFp_simple_group_check_discriminant()
/openssl/util/
H A Dlibcrypto.num3727 BN_mul_word 3811 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md17042 * Fix BN_mul_word for the case where the word is 0. (We have to use

Completed in 85 milliseconds