Searched refs:BN_lshift1 (Results 1 - 8 of 8) sorted by relevance

/external/boringssl/src/crypto/bn/
H A Ddiv.c528 if (!BN_lshift1(r, r)) {
546 if (!BN_lshift1(r, a)) {
554 if (!BN_lshift1(r, a)) {
H A Dgcd.c390 if (!BN_lshift1(T, B)) {
469 if (!BN_lshift1(tmp, X)) {
H A Dshift.c104 int BN_lshift1(BIGNUM *r, const BIGNUM *a) { function
H A Dprime.c817 if (!BN_lshift1(p, q)) {
H A Dbn_test.cc200 message(bc_file.get(), "BN_lshift1");
523 if (!BN_lshift1(b.get(), a.get())) {
/external/boringssl/include/openssl/
H A Dbn.h448 /* BN_lshift1 sets |r| equal to |a| << 1, where |r| and |a| may be the same
450 OPENSSL_EXPORT int BN_lshift1(BIGNUM *r, const BIGNUM *a);
/external/boringssl/src/include/openssl/
H A Dbn.h448 /* BN_lshift1 sets |r| equal to |a| << 1, where |r| and |a| may be the same
450 OPENSSL_EXPORT int BN_lshift1(BIGNUM *r, const BIGNUM *a);
/external/boringssl/src/crypto/dsa/
H A Ddsa_impl.c632 if (!BN_lshift1(r0, q) ||

Completed in 136 milliseconds