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.c260 static int bn_from_montgomery_in_place(BN_ULONG *r, size_t num_r, BN_ULONG *a, in bn_from_montgomery_in_place() function
322 if (!bn_from_montgomery_in_place(ret->d, ret->top, r->d, r->top, mont)) { in BN_from_montgomery_word()
464 int ret = bn_from_montgomery_in_place(r, num_r, tmp, num_tmp, mont); in bn_from_montgomery_small()
529 int ret = bn_from_montgomery_in_place(r, num_r, tmp, num_tmp, mont); in bn_mod_mul_montgomery_small()