Searched refs:bn_sqr_normal (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/bn/ |
D | mul.c | 663 static void bn_sqr_normal(BN_ULONG *r, const BN_ULONG *a, int n, BN_ULONG *tmp) { in bn_sqr_normal() function 720 bn_sqr_normal(r, a, n2, t); in bn_sqr_recursive() 833 bn_sqr_normal(rr->d, a->d, al, t); in BN_sqr() 849 bn_sqr_normal(rr->d, a->d, al, tmp->d); in BN_sqr()
|