Function sgx_types::sgx_create_rsa_priv2_key[][src]

pub unsafe extern "C" fn sgx_create_rsa_priv2_key(
    mod_size: int32_t,
    exp_size: int32_t,
    p_rsa_key_e: *const uint8_t,
    p_rsa_key_p: *const uint8_t,
    p_rsa_key_q: *const uint8_t,
    p_rsa_key_dmp1: *const uint8_t,
    p_rsa_key_dmq1: *const uint8_t,
    p_rsa_key_iqmp: *const uint8_t,
    new_pri_key2: *mut *mut c_void
) -> sgx_status_t