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
commitd7d2735b3bfc925a72116d82cd0515de75328df8 (patch)
treef4fecd7ecfa8d410a74dcbae6bc89fcfc2d35975 /src/lib/libcrypto/dsa
parentbd98bb41d5e625bf39e15b2f99590f61f9496f22 (diff)
downloadopenbsd-d7d2735b3bfc925a72116d82cd0515de75328df8.tar.gz
openbsd-d7d2735b3bfc925a72116d82cd0515de75328df8.tar.bz2
openbsd-d7d2735b3bfc925a72116d82cd0515de75328df8.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