HomeSort by relevance Sort by last modified time
    Searched refs:AES_CMAC (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/smp/
smp_cmac.c 112 ** Description clean up function for AES_CMAC algorithm.
281 ** Function AES_CMAC
294 BOOLEAN AES_CMAC ( BT_OCTET16 key, UINT8 *input, UINT16 length,
301 SMP_TRACE_EVENT0 ("AES_CMAC ");
383 AES_CMAC(key, M, len, 128, test_cmac_cback, 0);
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 36 extern BOOLEAN AES_CMAC ( BT_OCTET16 key, UINT8 *input, UINT16 length, UINT16 tlen, UINT8 *p_signature);
    [all...]

Completed in 56 milliseconds