Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_sqr.c55 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 DREADME.pod9 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 Dbn_local.h644 void bn_sqr_normal(BN_ULONG *r, const BN_ULONG *a, int n, BN_ULONG *tmp);
H A Dbn_asm.c968 bn_sqr_normal(r, a, 4, t); in bn_sqr_comba4()
974 bn_sqr_normal(r, a, 8, t); in bn_sqr_comba8()
/freebsd/
H A DObsoleteFiles.inc10750 OLD_FILES+=usr/share/openssl/man/man3/bn_sqr_normal.3.gz