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

/freebsd-10.1-release/crypto/openssl/crypto/bn/
H A Dbn_word.c207 int BN_mul_word(BIGNUM *a, BN_ULONG w) function
H A Dbn_print.c307 BN_mul_word(ret, BN_DEC_CONV);
H A Dbn_gcd.c483 if (!BN_mul_word(tmp, D->d[0]))
H A Dbn.h504 int BN_mul_word(BIGNUM *a, BN_ULONG w);
H A Dbn_exp.c911 (BN_mul_word(r, (w)) && \
H A Dbntest.c544 BN_mul_word(&b, s);
/freebsd-10.1-release/usr.bin/dc/
H A Dinout.c218 bn_check(BN_mul_word(n->number, base));
367 bn_check(BN_mul_word(&mult, base));
H A Dbcode.c351 bn_check(BN_mul_word(n, factors[abs_scale]));
/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Da_object.c146 if (!BN_mul_word(bl, 10L)
/freebsd-10.1-release/crypto/openssl/crypto/ec/
H A Decp_smpl.c342 if (!BN_mul_word(tmp_2, 27))
/freebsd-10.1-release/secure/lib/libcrypto/
H A DMakefile.man347 MLINKS+= BN_add_word.3 BN_mul_word.3

Completed in 64 milliseconds