Return the bit length of the DSA prime modulus p (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
int
DSA_bits(DSA const* d);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Bit length of p, or ‐1 if parameters are unavailable.

Parameters

Name

Description

d

DSA key whose parameters are queried.

Created with MrDocs