Searched refs:bn_sqr_normal (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_sqr.c | 55 bn_sqr_normal(rr->d, a->d, 4, t); in bn_sqr_fixed_top() 62 bn_sqr_normal(rr->d, a->d, 8, t); in bn_sqr_fixed_top() 70 bn_sqr_normal(rr->d, a->d, al, t); in bn_sqr_fixed_top() 84 bn_sqr_normal(rr->d, a->d, al, tmp->d); in bn_sqr_fixed_top() 90 bn_sqr_normal(rr->d, a->d, al, tmp->d); in bn_sqr_fixed_top() 109 void bn_sqr_normal(BN_ULONG *r, const BN_ULONG *a, int n, BN_ULONG *tmp) in bn_sqr_normal() function 164 bn_sqr_normal(r, a, 4, t); in bn_sqr_recursive() 171 bn_sqr_normal(r, a, 8, t); in bn_sqr_recursive() 178 bn_sqr_normal(r, a, n2, t); in bn_sqr_recursive()
|
H A D | README.pod | 9 bn_mul_low_recursive, bn_sqr_normal, bn_sqr_recursive, 45 void bn_sqr_normal(BN_ULONG *r, BN_ULONG *a, int n, BN_ULONG *tmp); 186 bn_sqr_normal(B<r>, B<a>, B<n>, B<tmp>) operates on the B<n> word array
|
H A D | bn_local.h | 647 void bn_sqr_normal(BN_ULONG *r, const BN_ULONG *a, int n, BN_ULONG *tmp);
|
H A D | bn_asm.c | 961 bn_sqr_normal(r, a, 4, t); in bn_sqr_comba4() 967 bn_sqr_normal(r, a, 8, t); in bn_sqr_comba8()
|
Completed in 11 milliseconds