Home
last modified time | relevance | path

Searched refs:RSA_get0_n (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dplainrsa-gen.c95 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()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/rsa/
Drsa_ameth.c786 if (RSA_get0_n(rsa) == NULL || RSA_get0_e(rsa) == NULL) in rsa_int_export_to()
Drsa_lib.c636 const BIGNUM *RSA_get0_n(const RSA *r) in RSA_get0_n() function
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/evp/
Dctrl_params_translate.c1796 bn = RSA_get0_n(EVP_PKEY_get0_RSA(ctx->p2)); in get_rsa_payload_n()
/netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/
Dcrypto.map3783 RSA_get0_n;
Dcrypto.expsym3789 RSA_get0_n@@OPENSSL_3.0.0
/netbsd/src/crypto/external/bsd/openssl/dist/util/
Dlibcrypto.num4357 RSA_get0_n 4485 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0