Searched refs:rsaz_512_sqr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Drsaz_exp.c278 void rsaz_512_sqr(void *ret, const void *a, const void *n, BN_ULONG k,
311 rsaz_512_sqr(temp, a_inv, m, k0, 1);
321 rsaz_512_sqr(temp, temp, m, k0, 4);
327 rsaz_512_sqr(temp, temp, m, k0, 4);
330 rsaz_512_sqr(temp, temp, m, k0, 4);
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Drsaz-x86_64.pl130 .globl rsaz_512_sqr
131 .type rsaz_512_sqr,\@function,5
133 rsaz_512_sqr: # 25-29% faster than rsaz_512_mul label
818 .size rsaz_512_sqr,.-rsaz_512_sqr
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Drsaz-x86_64.S7 .globl rsaz_512_sqr
8 .type rsaz_512_sqr,@function
10 rsaz_512_sqr: label
685 .size rsaz_512_sqr,.-rsaz_512_sqr

Completed in 207 milliseconds