Function sgx_crypto_sys::sgx_create_rsa_key_pair
source · pub unsafe extern "C" fn sgx_create_rsa_key_pair(
n_byte_size: i32,
e_byte_size: i32,
p_n: *mut u8,
p_d: *mut u8,
p_e: *mut u8,
p_p: *mut u8,
p_q: *mut u8,
p_dmp1: *mut u8,
p_dmq1: *mut u8,
p_iqmp: *mut u8
) -> SgxStatus