Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-sign.c26 static void RSA_get0_key(const RSA *r, in RSA_get0_key() function
573 RSA_get0_key(key, NULL, &key_e, NULL); in rsa_get_exponent()
645 RSA_get0_key(key, &key_n, &key_e, NULL); in rsa_get_params()
/rk3399_rockchip-uboot/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()