Home
last modified time | relevance | path

Searched refs:sqr (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/bn/asm/
Dx86_64-gcc.c66 # undef sqr
103 # define sqr(r0,r1,a) \ macro
174 sqr(r[0], r[1], a[0]); in bn_sqr_words()
175 sqr(r[2], r[3], a[1]); in bn_sqr_words()
176 sqr(r[4], r[5], a[2]); in bn_sqr_words()
177 sqr(r[6], r[7], a[3]); in bn_sqr_words()
183 sqr(r[0], r[1], a[0]); in bn_sqr_words()
186 sqr(r[2], r[3], a[1]); in bn_sqr_words()
189 sqr(r[4], r[5], a[2]); in bn_sqr_words()
/freebsd-10-stable/crypto/openssl/crypto/bn/
Dbn_lcl.h334 # define sqr(r0,r1,a) { \ macro
363 # define sqr(r0,r1,a) { \
392 # define sqr(r0,r1,a) { \
Dbn_asm.c137 sqr(r[0], r[1], a[0]); in bn_sqr_words()
138 sqr(r[2], r[3], a[1]); in bn_sqr_words()
139 sqr(r[4], r[5], a[2]); in bn_sqr_words()
140 sqr(r[6], r[7], a[3]); in bn_sqr_words()
147 sqr(r[0], r[1], a[0]); in bn_sqr_words()
/freebsd-10-stable/crypto/openssl/doc/crypto/
Dbn_internal.pod52 void sqr(BN_ULONG r0, BN_ULONG r1, BN_ULONG a);
205 sqr(B<r0>, B<r1>, B<a>) computes B<a>*B<a> and places the low word
/freebsd-10-stable/contrib/wpa/hostapd/
Ddefconfig256 # can be configured to include faster routines for exptmod, sqr, and div to
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
Ddefconfig364 # can be configured to include faster routines for exptmod, sqr, and div to