Home
last modified time | relevance | path

Searched refs:bt_csip_sdf (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dcsip_crypto.h82 int bt_csip_sdf(const uint8_t k[BT_CSIP_CRYPTO_KEY_SIZE], const uint8_t enc_sirk[BT_CSIP_SIRK_SIZE],
Dcsip_crypto.c209 int bt_csip_sdf(const uint8_t k[BT_CSIP_CRYPTO_KEY_SIZE], const uint8_t enc_sirk[BT_CSIP_SIRK_SIZE], in bt_csip_sdf() function
Dcsip_set_coordinator.c291 err = bt_csip_sdf(k, enc_sirk, out_sirk); in sirk_decrypt()