[#BN_BLINDING_is_current_thread] = BN_BLINDING_is_current_thread :mrdocs: Report whether `b` is marked as owned by the calling thread. == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int BN_BLINDING_is_current_thread(xref:BN_BLINDING.adoc[BN_BLINDING]* b); ---- == Return Value 1 if owned by this thread, or 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *b* | Blinding state to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#