Home
last modified time | relevance | path

Searched refs:bn_from_montgomery_in_place (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
Dmontgomery.c288 static int bn_from_montgomery_in_place(BN_ULONG *r, size_t num_r, BN_ULONG *a, in bn_from_montgomery_in_place() function
340 return bn_from_montgomery_in_place(ret->d, ret->width, r->d, r->width, mont); in BN_from_montgomery_word()
466 if (!bn_from_montgomery_in_place(r, num, tmp, 2 * num, mont)) { in bn_from_montgomery_small()
498 if (!bn_from_montgomery_in_place(r, num, tmp, 2 * num, mont)) { in bn_mod_mul_montgomery_small()