Home | History | Annotate | Download | only in include

Lines Matching refs:signature

175 #define BTM_BLE_AUTH_SIGN_LEN       12                   /* BLE data signature length 8 Bytes + 4 bytes counter*/
1163 ** signature: output parameter where data signature is going to
1170 BLE_SIGNATURE signature);
1176 ** Description This function is called to verify the data signature
1179 ** p_orig: original data before signature.
1182 ** p_comp: signature to be compared against.
1184 ** Returns TRUE if signature verified correctly; otherwise FALSE.