Searched refs:BN_mul_word (Results 1 – 11 of 11) sorted by relevance
/openssl/doc/man3/ |
H A D | BN_add_word.pod | 5 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 D | bn_internal_test.c | 78 if (p > 3 && p <= 751 && !BN_mul_word(b, p)) in test_bn_small_factors()
|
/openssl/crypto/bn/ |
H A D | bn_word.c | 181 int BN_mul_word(BIGNUM *a, BN_ULONG w) in BN_mul_word() function
|
H A D | bn_conv.c | 245 if (!BN_mul_word(ret, BN_DEC_CONV) in BN_dec2bn()
|
H A D | bn_gcd.c | 462 if (!BN_mul_word(tmp, D->d[0])) in int_bn_mod_inverse()
|
H A D | bn_exp.c | 1173 (BN_mul_word(r, (w)) && \ in BN_mod_exp_mont_word()
|
/openssl/crypto/asn1/ |
H A D | a_object.c | 109 if (!BN_mul_word(bl, 10L) in a2d_ASN1_OBJECT()
|
/openssl/include/openssl/ |
H A D | bn.h | 298 int BN_mul_word(BIGNUM *a, BN_ULONG w);
|
/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 305 if (!BN_mul_word(tmp_2, 27)) in ossl_ec_GFp_simple_group_check_discriminant()
|
/openssl/util/ |
H A D | libcrypto.num | 3727 BN_mul_word 3811 3_0_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | CHANGES.md | 17042 * Fix BN_mul_word for the case where the word is 0. (We have to use
|
Completed in 85 milliseconds