Set selected BIGNUM flag bits on b (bitwise OR with n).

Synopsis

Declared in <openssl/bn.h>

void
BN_set_flags(
    BIGNUM* b,
    int n);

Parameters

Name

Description

b

Big number whose flags are updated.

n

Combination of BN_FLG_* bits to set (for example BN_FLG_CONSTTIME).

Created with MrDocs