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 D | adb_libssl_11.diff | 3 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 D | rsa-sign.c | 25 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 D | android-tools_5.1.1.r37.bb | 198 …/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 D | kwbimage.c | 28 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 D | sigstruct.c | 157 RSA_get0_key(key, &n, NULL, NULL); in get_modulus()
|