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

/external/openssl/crypto/bn/
H A Dbn_word.c224 int BN_mul_word(BIGNUM *a, BN_ULONG w) function
H A Dbn_print.c280 BN_mul_word(ret,BN_DEC_CONV);
H A Dbn_gcd.c446 if (!BN_mul_word(tmp,D->d[0])) goto err;
H A Dbn_exp.c735 (BN_mul_word(r, (w)) && \
H A Dbn.h467 int BN_mul_word(BIGNUM *a, BN_ULONG w);
H A Dbntest.c534 BN_mul_word(&b,s);
/external/openssl/crypto/asn1/
H A Da_object.c152 if (!BN_mul_word(bl, 10L)
/external/openssl/include/openssl/
H A Dbn.h467 int BN_mul_word(BIGNUM *a, BN_ULONG w);
/external/openssl/crypto/ec/
H A Decp_smpl.c330 if (!BN_mul_word(tmp_2, 27)) goto err;

Completed in 138 milliseconds