Function sgx_crypto_sys::sgx_sm2_compute_shared_dhkey
source · [−]pub unsafe extern "C" fn sgx_sm2_compute_shared_dhkey(
p_private_b: *const Ec256PrivateKey,
p_public_ga: *const Ec256PublicKey,
p_shared_key: *mut Ec256SharedKey,
ecc_handle: EccHandle
) -> SgxStatus