Return the behavioural flag mask stored on a BN_BLINDING object.
Synopsis
Declared in <openssl/bn.h>
unsigned long
BN_BLINDING_get_flags(BN_BLINDING const* b);
Return Value
Bitmask of BN_BLINDING_* flags.
Parameters
Name |
Description |
b |
Blinding object to query. |
Created with MrDocs