Searched refs:rsa_e (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/rsa/ |
H A D | rsa_backend.c | 263 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() 275 || !ossl_param_build_set_bn(bld, params, OSSL_PKEY_PARAM_RSA_E, rsa_e)) in DEFINE_SPECIAL_STACK_OF_CONST()
|
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 637 const BIGNUM *rsa_d = NULL, *rsa_n = NULL, *rsa_e = NULL; in rsa_to_text() local 669 RSA_get0_key(rsa, &rsa_n, &rsa_e, &rsa_d); in rsa_to_text() 685 if (!print_labeled_bignum(out, exponent_label, rsa_e)) in rsa_to_text()
|
/openssl/doc/man3/ |
H A D | EVP_PKEY_fromdata.pod | 117 unsigned long rsa_e = 0x10001; 121 OSSL_PARAM_ulong("e", &rsa_e),
|
/openssl/providers/fips/ |
H A D | self_test_data.inc | 1119 static const unsigned char rsa_e[] = { 0x01, 0x00, 0x01 }; 1247 ST_KAT_PARAM_BIGNUM(OSSL_PKEY_PARAM_RSA_E, rsa_e), 1259 ST_KAT_PARAM_BIGNUM(OSSL_PKEY_PARAM_RSA_E, rsa_e), 1265 ST_KAT_PARAM_BIGNUM(OSSL_PKEY_PARAM_RSA_E, rsa_e),
|
Completed in 19 milliseconds