Function sgx_types::sgx_create_rsa_pub1_key[][src]

pub unsafe extern "C" fn sgx_create_rsa_pub1_key(
    mod_size: int32_t,
    exp_size: int32_t,
    le_n: *const uint8_t,
    le_e: *const uint8_t,
    new_pub_key1: *mut *mut c_void
) -> sgx_status_t