Searched refs:aes_cipher_msg_auth_code (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/smp/ |
D | smp_cmac.c | 291 BOOLEAN aes_cipher_msg_auth_code(BT_OCTET16 key, UINT8 *input, UINT16 length, in aes_cipher_msg_auth_code() function 369 aes_cipher_msg_auth_code(key, M, len, 128, test_cmac_cback, 0);
|
D | smp_keys.c | 1282 aes_cipher_msg_auth_code(key, msg, msg_len, BT_OCTET16_LEN, cmac); in smp_calculate_f4() 1394 if(!aes_cipher_msg_auth_code(key, msg, msg_len, BT_OCTET16_LEN, cmac)) in smp_calculate_g2() 1640 if (!aes_cipher_msg_auth_code(key, msg, msg_len, BT_OCTET16_LEN, cmac)) in smp_calculate_f5_mackey_or_long_term_key() 1714 if (!aes_cipher_msg_auth_code(key, msg, BT_OCTET32_LEN, BT_OCTET16_LEN, cmac)) in smp_calculate_f5_key() 1881 if(!aes_cipher_msg_auth_code(key, msg, msg_len, BT_OCTET16_LEN, cmac)) in smp_calculate_f6() 2130 if (!aes_cipher_msg_auth_code(key, msg, msg_len, BT_OCTET16_LEN, cmac)) in smp_calculate_h6()
|
D | smp_int.h | 541 extern BOOLEAN aes_cipher_msg_auth_code(BT_OCTET16 key, UINT8 *input, UINT16 length,
|
/system/bt/stack/btm/ |
D | btm_ble.c | 47 extern BOOLEAN aes_cipher_msg_auth_code(BT_OCTET16 key, UINT8 *input, UINT16 length, 2216 if ((ret = aes_cipher_msg_auth_code(p_rec->ble.keys.lcsrk, p_buf, (UINT16)(len + 4), in BTM_BleDataSignature() 2271 if (aes_cipher_msg_auth_code(p_rec->ble.keys.pcsrk, p_orig, len, BTM_CMAC_TLEN_SIZE, p_mac)) in BTM_BleVerifySignature()
|