Function sgx_crypto_sys::sgx_create_rsa_priv1_key
source · pub unsafe extern "C" fn sgx_create_rsa_priv1_key(
n_byte_size: i32,
e_byte_size: i32,
d_byte_size: i32,
le_n: *const u8,
le_e: *const u8,
le_d: *const u8,
new_pri_key1: *mut *mut c_void
) -> SgxStatus