Searched refs:RSA_get0_n (Results 1 – 7 of 7) sorted by relevance
95 binlen = 1 + BN_num_bytes(RSA_get0_e(key)) + BN_num_bytes(RSA_get0_n(key)); in mix_b64_pubkey()99 ret = BN_bn2bin(RSA_get0_n(key), (unsigned char *) (&binbuf[binbuf[0] + 1])); in mix_b64_pubkey()133 fprintf(fp, "\t# RSA %d bits\n", BN_num_bits(RSA_get0_n(key))); in print_rsa_key()135 fprintf(fp, "\tModulus: 0x%s\n", lowercase(BN_bn2hex(RSA_get0_n(key)))); in print_rsa_key()
786 if (RSA_get0_n(rsa) == NULL || RSA_get0_e(rsa) == NULL) in rsa_int_export_to()
636 const BIGNUM *RSA_get0_n(const RSA *r) in RSA_get0_n() function
1796 bn = RSA_get0_n(EVP_PKEY_get0_RSA(ctx->p2)); in get_rsa_payload_n()
3783 RSA_get0_n;
3789 RSA_get0_n@@OPENSSL_3.0.0
4357 RSA_get0_n 4485 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0