Searched defs:BN_MONT_CTX_set (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dmontgomery.c170 int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx) { function
305 * BN_MONT_CTX_set. That punishes threads that are doing independent
314 if (!BN_MONT_CTX_set(ret, mod, ctx)) {
/external/openssl/crypto/bn/
H A Dbn_mont.c355 int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx) function
490 * BN_MONT_CTX_set. That punishes threads that are doing independent
498 if (!BN_MONT_CTX_set(ret, mod, ctx))

Completed in 732 milliseconds