Searched refs:bn_mod_sub_words (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | felem.c | 59 bn_mod_sub_words(out->words, a->words, b->words, group->field.d, tmp.words, in ec_felem_sub()
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | div.c | 444 void bn_mod_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, in bn_mod_sub_words() function 615 bn_mod_sub_words(r->d, a->d, b->d, m->d, tmp->d, m->width); in bn_mod_sub_consttime()
|
D | internal.h | 540 void bn_mod_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, in OPENSSL_MSVC_PRAGMA()
|