Lines Matching refs:signature
2146 ** signature: output parameter where data signature is going to
2153 BLE_SIGNATURE signature)
2165 UINT8 *p_mac = (UINT8 *)signature;
2199 ** Description This function is called to verify the data signature
2202 ** p_orig: original data before signature.
2205 ** p_comp: signature to be compared against.
2207 ** Returns TRUE if signature verified correctly; otherwise FALSE.
2220 BTM_TRACE_ERROR("can not verify signature for unknown device");
2224 BTM_TRACE_ERROR("signature received with out dated sign counter");
2228 BTM_TRACE_ERROR("No signature to verify");