Searched refs:rsaz_512_sqr (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/crypto/bn/ |
H A D | rsaz_exp.c | 257 void rsaz_512_sqr(void *ret, const void *a, const void *n, BN_ULONG k, 291 rsaz_512_sqr(temp, a_inv, m, k0, 1); 301 rsaz_512_sqr(temp, temp, m, k0, 4); 307 rsaz_512_sqr(temp, temp, m, k0, 4); 310 rsaz_512_sqr(temp, temp, m, k0, 4);
|
/freebsd/sys/crypto/openssl/amd64/ |
H A D | rsaz-x86_64.S | 6 .globl rsaz_512_sqr 7 .type rsaz_512_sqr,@function 9 rsaz_512_sqr: label 707 .size rsaz_512_sqr,.-rsaz_512_sqr
|