Lines Matching defs:smp_dev
84 struct smp_dev { struct
86 bool local_oob;
87 u8 local_pk[64];
88 u8 local_rand[16];
89 bool debug_key;
91 u8 min_key_size;
92 u8 max_key_size;
94 struct crypto_cipher *tfm_aes;
95 struct crypto_shash *tfm_cmac;
96 struct crypto_kpp *tfm_ecdh;
1894 struct smp_dev *smp_dev; in sc_send_public_key() local
2725 struct smp_dev *smp_dev; in smp_cmd_public_key() local