Lines Matching defs:salt
237 /* The btle, salt and length "magic" values are as defined in
239 * the btle value ends up being 'btle'. The salt is just a
244 const u8 salt[16] = { 0xbe, 0x83, 0x60, 0x5a, 0xdb, 0x0b, 0x37, 0x60,
254 err = aes_cmac(tfm_cmac, salt, w, 32, t);
357 const u8 salt[16], u8 res[16])
361 SMP_DBG("w %16phN salt %16phN", w, salt);
363 err = aes_cmac(tfm_cmac, salt, w, 16, res);
1171 const u8 salt[16] = { 0x31, 0x70, 0x6d, 0x74 };
1173 if (smp_h7(smp->tfm_cmac, smp->tk, salt, smp->link_key)) {
1229 const u8 salt[16] = { 0x32, 0x70, 0x6d, 0x74 };
1231 if (smp_h7(smp->tfm_cmac, key->val, salt, smp->tk))