Searched defs:smp_dev (Results 1 – 1 of 1) sorted by relevance
80 struct smp_dev { struct82 u8 local_pk[64];83 u8 local_sk[32];84 u8 local_rand[16];85 bool debug_key;87 u8 min_key_size;88 u8 max_key_size;90 struct crypto_blkcipher *tfm_aes;91 struct crypto_hash *tfm_cmac;1847 struct smp_dev *smp_dev; in sc_send_public_key() local