Home
last modified time | relevance | path

Searched refs:rsa_n (Results 1 – 4 of 4) sorted by relevance

/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c636 const BIGNUM *rsa_d = NULL, *rsa_n = NULL, *rsa_e = NULL; in rsa_to_text() local
668 RSA_get0_key(rsa, &rsa_n, &rsa_e, &rsa_d); in rsa_to_text()
674 type_label, BN_num_bits(rsa_n), primes) <= 0) in rsa_to_text()
678 type_label, BN_num_bits(rsa_n)) <= 0) in rsa_to_text()
682 if (!print_labeled_bignum(out, modulus_label, rsa_n)) in rsa_to_text()
/openssl/crypto/rsa/
H A Drsa_backend.c263 const BIGNUM *rsa_d = NULL, *rsa_n = NULL, *rsa_e = NULL; in DEFINE_SPECIAL_STACK_OF_CONST() local
271 RSA_get0_key(rsa, &rsa_n, &rsa_e, &rsa_d); in DEFINE_SPECIAL_STACK_OF_CONST()
274 if (!ossl_param_build_set_bn(bld, params, OSSL_PKEY_PARAM_RSA_N, rsa_n) in DEFINE_SPECIAL_STACK_OF_CONST()
/openssl/doc/man3/
H A DEVP_PKEY_fromdata.pod116 unsigned long rsa_n = 0xbc747fc5;
120 OSSL_PARAM_ulong("n", &rsa_n),
/openssl/providers/fips/
H A Dself_test_data.inc1081 static const unsigned char rsa_n[] = {
1242 ST_KAT_PARAM_BIGNUM(OSSL_PKEY_PARAM_RSA_N, rsa_n),
1254 ST_KAT_PARAM_BIGNUM(OSSL_PKEY_PARAM_RSA_N, rsa_n),
1260 ST_KAT_PARAM_BIGNUM(OSSL_PKEY_PARAM_RSA_N, rsa_n),

Completed in 16 milliseconds