Home | History | Annotate | Download | only in smp

Lines Matching refs:er

262   BT_OCTET16 er;
271 BTM_GetDeviceEncRoot(er);
272 /* CSRK = d1(ER, DIV, 1) */
276 if (!SMP_Encrypt(er, BT_OCTET16_LEN, buffer, 4, &output)) {
642 * Calculate LTK = d1(ER, DIV, 0)= e(ER, DIV)
648 BT_OCTET16 er;
649 BTM_GetDeviceEncRoot(er);
652 /* LTK = d1(ER, DIV, 0)= e(ER, DIV)*/
653 if (!SMP_Encrypt(er, BT_OCTET16_LEN, (uint8_t*)&p_cb->div, sizeof(uint16_t),