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

Name

Description

b

Blinding object whose thread id is updated to the current thread.

Created with MrDocs