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

/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Drsaz_exp.c275 void rsaz_512_mul_gather4(void *ret, const void *a, const void *tbl,
322 rsaz_512_mul_gather4(temp, temp, table, m, k0, wvalue & 0xf);
328 rsaz_512_mul_gather4(temp, temp, table, m, k0, wvalue >> 4);
331 rsaz_512_mul_gather4(temp, temp, table, m, k0, wvalue & 0x0f);
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Drsaz-x86_64.pl920 .globl rsaz_512_mul_gather4
921 .type rsaz_512_mul_gather4,\@function,6
923 rsaz_512_mul_gather4: label
1366 .size rsaz_512_mul_gather4,.-rsaz_512_mul_gather4
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Drsaz-x86_64.S769 .globl rsaz_512_mul_gather4
770 .type rsaz_512_mul_gather4,@function
772 rsaz_512_mul_gather4: label
1178 .size rsaz_512_mul_gather4,.-rsaz_512_mul_gather4

Completed in 110 milliseconds