Lines Matching refs:link_key
119 u8 *link_key;
758 kfree_sensitive(smp->link_key);
1104 if (smp->link_key) {
1105 struct link_key *key;
1116 smp->link_key, type, 0, &persistent);
1159 smp->link_key = kzalloc(16, GFP_KERNEL);
1160 if (!smp->link_key)
1167 if (smp_h7(smp->tfm_cmac, smp->tk, salt, smp->link_key)) {
1168 kfree_sensitive(smp->link_key);
1169 smp->link_key = NULL;
1176 if (smp_h6(smp->tfm_cmac, smp->tk, tmp1, smp->link_key)) {
1177 kfree_sensitive(smp->link_key);
1178 smp->link_key = NULL;
1183 if (smp_h6(smp->tfm_cmac, smp->link_key, lebr, smp->link_key)) {
1184 kfree_sensitive(smp->link_key);
1185 smp->link_key = NULL;
1210 struct link_key *key;