Lines Matching refs:link_key
120 u8 *link_key;
759 kfree_sensitive(smp->link_key);
1110 if (smp->link_key) {
1111 struct link_key *key;
1122 smp->link_key, type, 0, &persistent);
1165 smp->link_key = kzalloc(16, GFP_KERNEL);
1166 if (!smp->link_key)
1173 if (smp_h7(smp->tfm_cmac, smp->tk, salt, smp->link_key)) {
1174 kfree_sensitive(smp->link_key);
1175 smp->link_key = NULL;
1182 if (smp_h6(smp->tfm_cmac, smp->tk, tmp1, smp->link_key)) {
1183 kfree_sensitive(smp->link_key);
1184 smp->link_key = NULL;
1189 if (smp_h6(smp->tfm_cmac, smp->link_key, lebr, smp->link_key)) {
1190 kfree_sensitive(smp->link_key);
1191 smp->link_key = NULL;
1216 struct link_key *key;