BN_BLINDING_is_current_thread

Report whether b is marked as owned by the calling thread.

Synopsis

Declared in <openssl/bn.h>

int
BN_BLINDING_is_current_thread(BN_BLINDING* b);

Return Value

1 if owned by this thread, or 0 otherwise.

Parameters

NameDescription
bBlinding state to query.