[#BN_BLINDING_update] = BN_BLINDING_update :mrdocs: Refresh a BN_BLINDING object by squaring its blinding factors. == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int BN_BLINDING_update( xref:BN_BLINDING.adoc[BN_BLINDING]* b, xref:BN_CTX.adoc[BN_CTX]* ctx); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *b* | Blinding state to update. | *ctx* | BN_CTX for temporaries. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#