Function sgx_crypto_sys::sgx_ecdsa_verify_hash
source · [−]pub unsafe extern "C" fn sgx_ecdsa_verify_hash(
hash: *const u8,
p_public: *const Ec256PublicKey,
p_signature: *const Ec256Signature,
p_result: *mut u8,
ecc_handle: EccHandle
) -> SgxStatus