BN_BLINDING_set_current_thread

Record the calling thread as the owner of blinding context b.

Synopsis

Declared in <openssl/bn.h>

void
BN_BLINDING_set_current_thread(BN_BLINDING* b);

Parameters

NameDescription
bBlinding object whose thread id is updated to the current thread.