Function optee_utee_sys::_utee_cryp_state_alloc

source ยท
pub unsafe extern "C" fn _utee_cryp_state_alloc(
    algo: c_ulong,
    op_mode: c_ulong,
    key1: c_ulong,
    key2: c_ulong,
    state: *mut u32
) -> TEE_Result