summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa
diff options
context:
space:
mode:
authortb <>2023-08-09 12:09:06 +0000
committertb <>2023-08-09 12:09:06 +0000
commitf6afd562e52c37d3b28855caea8e1d7b0cf643c5 (patch)
treef4fecd7ecfa8d410a74dcbae6bc89fcfc2d35975 /src/lib/libcrypto/dsa
parent5beb145459dc0be8af47bc0b606d828fbe0e0910 (diff)
downloadopenbsd-f6afd562e52c37d3b28855caea8e1d7b0cf643c5.tar.gz
openbsd-f6afd562e52c37d3b28855caea8e1d7b0cf643c5.tar.bz2
openbsd-f6afd562e52c37d3b28855caea8e1d7b0cf643c5.zip
Rework BN_BLINDING to use pthread_t directly
Instead of CRYPTO_THREADID, which passes pthread_via through unsigned long, we can use pthread_self() and pthread_equal() directly. This commit keeps using the awkward 'local' nomenclature as that is used throughout the rsa code. This will be changed after the blinding code will have been fully merged into rsa_blinding.c. ok jsing
Diffstat (limited to 'src/lib/libcrypto/dsa')
0 files changed, 0 insertions, 0 deletions