Home
last modified time | relevance | path

Searched refs:bn_sqr_recursive (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_sqr.c80 bn_sqr_recursive(rr->d, a->d, al, tmp->d); in bn_sqr_fixed_top()
156 void bn_sqr_recursive(BN_ULONG *r, const BN_ULONG *a, int n2, BN_ULONG *t) in bn_sqr_recursive() function
195 bn_sqr_recursive(&(t[n2]), t, n, p); in bn_sqr_recursive()
198 bn_sqr_recursive(r, a, n, p); in bn_sqr_recursive()
199 bn_sqr_recursive(&(r[n2]), &(a[n]), n, p); in bn_sqr_recursive()
H A DREADME.pod9 bn_mul_low_recursive, bn_sqr_normal, bn_sqr_recursive,
46 void bn_sqr_recursive(BN_ULONG *r, BN_ULONG *a, int n2, BN_ULONG *tmp);
H A Dbn_local.h653 void bn_sqr_recursive(BN_ULONG *r, const BN_ULONG *a, int n2, BN_ULONG *t);
/freebsd/
H A DObsoleteFiles.inc10751 OLD_FILES+=usr/share/openssl/man/man3/bn_sqr_recursive.3.gz