Searched refs:BN_mod_lshift1 (Results 1 - 5 of 5) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_mod.c211 int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) function
219 /* BN_mod_lshift1 variant that may be used if a is non-negative
H A Dbn.h478 int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Ddiv.c540 int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) { function
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbn.h520 /* BN_mod_lshift1 sets |r| = (|a| << 1) mod |m|, where |r| and |a| may be the
522 OPENSSL_EXPORT int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m,
525 /* BN_mod_lshift1_quick acts like |BN_mod_lshift1| but requires that |a| be
/external/openssl/include/openssl/
H A Dbn.h478 int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);

Completed in 1236 milliseconds