TEE_BigIntComputeExtendedGcd

Function TEE_BigIntComputeExtendedGcd 

Source
pub unsafe extern "C" fn TEE_BigIntComputeExtendedGcd(
    gcd: *mut TEE_BigInt,
    u: *mut TEE_BigInt,
    v: *mut TEE_BigInt,
    op1: *const TEE_BigInt,
    op2: *const TEE_BigInt,
) -> c_void