Searched refs:sourceLtk (Results 1 – 2 of 2) sorted by relevance
187 void SMP_LongTermKeyCopy(uint8_t *destLtk, const uint8_t *sourceLtk, uint8_t encKeySize);
963 void SMP_LongTermKeyCopy(uint8_t *destLtk, const uint8_t *sourceLtk, uint8_t encKeySize) in SMP_LongTermKeyCopy() argument965 if (destLtk != sourceLtk) { in SMP_LongTermKeyCopy()966 (void)memcpy_s(destLtk, SMP_LTK_LEN, sourceLtk, SMP_LTK_LEN); in SMP_LongTermKeyCopy()