Function optee_utee_sys::TEE_BigIntSquareMod

source ยท
pub unsafe extern "C" fn TEE_BigIntSquareMod(
    dest: *mut TEE_BigInt,
    op: *const TEE_BigInt,
    n: *const TEE_BigInt
) -> c_void