Home
last modified time | relevance | path

Searched refs:RSA_bits (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DRSA_size.pod5 RSA_size, RSA_bits, RSA_security_bits - get RSA modulus size or security bits
11 int RSA_bits(const RSA *rsa);
23 RSA_bits() returns the number of significant bits.
40 RSA_bits() returns the number of bits in the key.
54 The RSA_bits() function was added in OpenSSL 1.1.0.
/freebsd/contrib/libfido2/src/
H A Drs256.c182 if (RSA_bits(rsa) != 2048) { in rs256_pk_to_EVP_PKEY()
219 if (RSA_bits(rsa) != 2048) { in rs256_pk_from_RSA()
/freebsd/crypto/openssl/providers/common/
H A Dsecuritycheck.c62 int sz = RSA_bits(rsa); in ossl_rsa_check_key()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_crpt.c23 int RSA_bits(const RSA *r) in RSA_bits() function
H A Drsa_chk.c250 return ossl_rsa_sp800_56b_check_keypair(key, NULL, -1, RSA_bits(key)); in ossl_rsa_validate_pairwise()
H A Drsa_pmeth.c852 if ((RSA_bits(rsa) & 0x7) == 1) in pkey_pss_init()
/freebsd/crypto/openssl/crypto/pem/
H A Dpvkfmt.c632 bitlen = RSA_bits(rsa); in check_bitlen_rsa()
670 hnbyte = (RSA_bits(rsa) + 15) >> 4; in write_rsa()
/freebsd/crypto/openssl/providers/implementations/signature/
H A Drsa_sig.c162 if ((RSA_bits(prsactx->rsa) & 0x7) == 1) in rsa_check_parameters()
206 if ((RSA_bits(ctx->rsa) & 0x7) == 1) in rsa_pss_compute_saltlen()
/freebsd/crypto/openssl/include/openssl/
H A Drsa.h203 OSSL_DEPRECATEDIN_3_0 int RSA_bits(const RSA *rsa);
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c339 && (empty || !OSSL_PARAM_set_int(p, RSA_bits(rsa)))) in rsa_get_params()
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c118 static int RSA_bits(const RSA *r) in RSA_bits() function
2539 len = RSA_bits(rsa); in tls_verify_cb()
/freebsd/secure/lib/libcrypto/
H A DVersion.map2431 RSA_bits;
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod2025 RSA_bits(), RSA_security_bits(), RSA_size()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3594 MLINKS+= RSA_size.3 RSA_bits.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2587 RSA_bits 2645 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0