diff options
author | jsing <> | 2025-08-30 07:54:27 +0000 |
---|---|---|
committer | jsing <> | 2025-08-30 07:54:27 +0000 |
commit | 694b88dc8ad458db9997e90128806a423fec09db (patch) | |
tree | b32cfc481059f60610a60af1e8974af46557ef41 /src/lib/libc/stdlib/getopt_long.c | |
parent | 3adccdb355e2f651255227b11a6324730cb85e48 (diff) | |
download | openbsd-694b88dc8ad458db9997e90128806a423fec09db.tar.gz openbsd-694b88dc8ad458db9997e90128806a423fec09db.tar.bz2 openbsd-694b88dc8ad458db9997e90128806a423fec09db.zip |
Rename bn_mul_words()/bn_mul_add_words().
Most bn_.*_words() functions operate on two word arrays, however
bn_mul_words() and bn_mul_add_words() operate on one word array and
multiply by a single word. Rename these to bn_mulw_words() and
bn_mulw_add_words() to reflect this, following naming scheme that we use
for primitives.
This frees up bn_mul_words() to actually be used for multiplying two word
arrays. Rename bn_mul_normal() to bn_mul_words(), which will then become
one of the possible assembly integration points.
ok tb@
Diffstat (limited to 'src/lib/libc/stdlib/getopt_long.c')
0 files changed, 0 insertions, 0 deletions