RSA_get_multi_prime_extra_count

Return how many extra primes beyond p and q a multi-prime RSA key has (deprecated).

Synopsis

Declared in <openssl/rsa.h>

[[deprecated]]
int
RSA_get_multi_prime_extra_count(RSA const* r);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Extra prime count (>=0), or 0 if the key is two-prime / on error.

Parameters

NameDescription
rRSA key to query.