Searched refs:RSA_MAX_PUBEXP_BITS (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dopenssl_shim.h28 #ifndef RSA_MAX_PUBEXP_BITS
29 #define RSA_MAX_PUBEXP_BITS 35 macro
30 #endif /* ifndef RSA_MAX_PUBEXP_BITS */
H A Dopensslrsa_link.c1228 if (BN_num_bits(ex) > RSA_MAX_PUBEXP_BITS) {
1403 if (BN_num_bits(e) > RSA_MAX_PUBEXP_BITS) {
1518 if (BN_num_bits(ex) > RSA_MAX_PUBEXP_BITS) {
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dopensslrsa_link.c45 #ifndef RSA_MAX_PUBEXP_BITS
46 #define RSA_MAX_PUBEXP_BITS 35 macro
47 #endif /* ifndef RSA_MAX_PUBEXP_BITS */
975 if (BN_num_bits(ex) > RSA_MAX_PUBEXP_BITS) {
1084 if (BN_num_bits(e) > RSA_MAX_PUBEXP_BITS) {
1153 if (BN_num_bits(ex) > RSA_MAX_PUBEXP_BITS) {
H A Dpkcs11rsa_link.c40 #ifndef RSA_MAX_PUBEXP_BITS
41 #define RSA_MAX_PUBEXP_BITS 35 macro
42 #endif /* ifndef RSA_MAX_PUBEXP_BITS */
302 REQUIRE(maxbits <= RSA_MAX_PUBEXP_BITS);
984 if (ret != ISC_R_SUCCESS || bits > RSA_MAX_PUBEXP_BITS)
1924 if (bits > RSA_MAX_PUBEXP_BITS) {
2050 if (bits > RSA_MAX_PUBEXP_BITS) {
/netbsd-current/crypto/external/bsd/netpgp/dist/src/librsa/
H A Drsa.c48 #define RSA_MAX_PUBEXP_BITS 64 /* exponent limit enforced for "large" modulus only */ macro
210 BN_num_bits(rsa->e) > RSA_MAX_PUBEXP_BITS) {
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Drsa.c48 #define RSA_MAX_PUBEXP_BITS 64 /* exponent limit enforced for "large" modulus only */ macro
210 PGPV_BN_num_bits(rsa->e) > RSA_MAX_PUBEXP_BITS) {
H A Dlibverify.c1887 #define RSA_MAX_PUBEXP_BITS 64 /* exponent limit enforced for "large" modulus only */ macro
1913 PGPV_BN_num_bits(rsa->e) > RSA_MAX_PUBEXP_BITS) {
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libverify/
H A Dlibverify.c1428 #define RSA_MAX_PUBEXP_BITS 64 /* exponent limit enforced for "large" modulus only */ macro
1454 BN_num_bits(rsa->e) > RSA_MAX_PUBEXP_BITS) {

Completed in 134 milliseconds