Searched refs:hmac_sha256 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/net/bluetooth/ |
D | amp.c | 135 static int hmac_sha256(u8 *key, u8 ksize, char *plaintext, u8 psize, u8 *output) in hmac_sha256() function 208 err = hmac_sha256(keybuf, HCI_AMP_LINK_KEY_SIZE, "gamp", 4, gamp_key); in phylink_gen_key() 221 return hmac_sha256(gamp_key, HCI_AMP_LINK_KEY_SIZE, "802b", 4, data); in phylink_gen_key()
|