Home
last modified time | relevance | path

Searched refs:RSA_get0_key (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A Dadb_libssl_11.diff3 fix that by accessing rsa->n (and e) directly, using RSA_get0_key instead.
32 + RSA_get0_key(rsa, &n, &e, NULL);
/openbmc/u-boot/lib/rsa/
H A Drsa-sign.c25 static void RSA_get0_key(const RSA *r, in RSA_get0_key() function
548 RSA_get0_key(key, NULL, &key_e, NULL); in rsa_get_exponent()
611 RSA_get0_key(key, &key_n, NULL, NULL); in rsa_get_params()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/
H A Dandroid-tools_5.1.1.r37.bb198 …/system/core/adb/adb_auth_host.c:86:23: error: passing argument 2 of 'RSA_get0_key' from incompati…
199 …/system/core/adb/adb_auth_host.c:86:27: error: passing argument 3 of 'RSA_get0_key' from incompati…
/openbmc/u-boot/tools/
H A Dkwbimage.c28 static void RSA_get0_key(const RSA *r, in RSA_get0_key() function
524 RSA_get0_key(key, NULL, &key_e, NULL); in kwb_export_pubkey()
525 RSA_get0_key(key, &key_n, NULL, NULL); in kwb_export_pubkey()
/openbmc/linux/tools/testing/selftests/sgx/
H A Dsigstruct.c157 RSA_get0_key(key, &n, NULL, NULL); in get_modulus()