ble_gatt_client
|
Data Fields | |
int | ref_count |
int | ecb_aes |
int | urandom |
int | cmac_aes |
int bt_crypto::cmac_aes |
Definition at line 91 of file crypto.c.
Referenced by aes_cmac(), bt_crypto_new(), bt_crypto_sign_att(), and bt_crypto_unref().
int bt_crypto::ecb_aes |
Definition at line 89 of file crypto.c.
Referenced by bt_crypto_e(), bt_crypto_new(), and bt_crypto_unref().
int bt_crypto::ref_count |
Definition at line 88 of file crypto.c.
Referenced by bt_crypto_ref(), and bt_crypto_unref().
int bt_crypto::urandom |
Definition at line 90 of file crypto.c.
Referenced by bt_crypto_new(), bt_crypto_random_bytes(), and bt_crypto_unref().