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
Name |
Description |
b |
Blinding state to query. |
Created with MrDocs