Release the mutex associated with a BN_BLINDING object.

Synopsis

Declared in <openssl/bn.h>

int
BN_BLINDING_unlock(BN_BLINDING* b);

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

b

Blinding object whose lock is released.

Created with MrDocs