Searched defs:ex (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dopensslrsa_link.c1464 const BIGNUM *ex = NULL; local
1543 RSA_get0_key(rsa, NULL, &ex, NULL);
1544 if (BN_num_bits(ex) > RSA_MAX_PUBEXP_BITS)
1676 const BIGNUM *ex = NULL; local
1720 RSA_get0_key(rsa, NULL, &ex, NULL);
1721 if (BN_num_bits(ex) > RSA_MAX_PUBEXP_BITS)

Completed in 32 milliseconds