summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/arch/amd64/bn_arch.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide an optimised bn_subw() for amd64.jsing2024-03-261-3/+22
* Enable s2n-bignum word_clz() on amd64.jsing2023-02-161-1/+3
* Rename bn_umul_hilo() to bn_mulw().jsing2023-02-161-7/+7
* Remove bn_sqr_words() on amd64.jsing2023-02-041-2/+1
* Refactor BN_uadd() and BN_usub().jsing2023-02-021-1/+3
* Provide inline assembly versions of bn_umul_hilo() for aarch64/amd64/i386.jsing2023-01-311-1/+23
* Provide bn_div_rem_words() and make use of it.jsing2023-01-281-1/+26
* Move bn_mul_add_words() and bn_mul_words() from bn_asm.c to bn_mul.c.jsing2023-01-231-1/+3
* Move bn_sqr_words from bn_asm.c to bn_sqr.c.jsing2023-01-231-1/+2
* Move bn_div_words from bn_asm.c to bn_div.c.jsing2023-01-231-1/+3
* Move bn_add_words() and bn_sub_words from bn_asm.c to bn_add.c.jsing2023-01-231-1/+5
* Enable bn_sqr() on amd64.jsing2023-01-211-1/+2
* Move bn_{mul,sqr}_comba{4,8}() from bn_asm.c to bn_mul.c/bn_sqr.c.jsing2023-01-201-1/+7
* Provide a per machine bn_arch.h.jsing2023-01-201-0/+24