Searched defs:smp_dev (Results 1 – 1 of 1) sorted by relevance
77 struct smp_dev { struct79 u8 local_pk[64];80 u8 local_sk[32];81 u8 local_rand[16];82 bool debug_key;84 struct crypto_blkcipher *tfm_aes;85 struct crypto_hash *tfm_cmac;1846 struct smp_dev *smp_dev; in sc_send_public_key() local