Set behavioural flags on a BN_BLINDING object.

Synopsis

Declared in <openssl/bn.h>

void
BN_BLINDING_set_flags(
    BN_BLINDING* b,
    unsigned long flags);

Parameters

Name

Description

b

Blinding object to update.

flags

Bitmask of BN_BLINDING_* flags (for example BN_BLINDING_NO_UPDATE).

Created with MrDocs