[][src]Function sgx_types::sgx_calculate_ecdsa_priv_key

pub unsafe extern "C" fn sgx_calculate_ecdsa_priv_key(
    hash_drg: *const uint8_t,
    hash_drg_len: int32_t,
    sgx_nistp256_r_m1: *const uint8_t,
    sgx_nistp256_r_m1_len: int32_t,
    out_key: *mut uint8_t,
    out_key_len: int32_t
) -> sgx_status_t