Home | History | Annotate | Download | only in smp

Lines Matching defs:er

386     BT_OCTET16  er;
394 BTM_GetDeviceEncRoot(er);
395 /* CSRK = d1(ER, DIV, 1) */
399 if (!SMP_Encrypt(er, BT_OCTET16_LEN, buffer, 4, &output))
801 ** Description This function is to calculate LTK = d1(ER, DIV, 0)= e(ER, DIV)
810 BT_OCTET16 er;
815 BTM_GetDeviceEncRoot(er);
817 /* LTK = d1(ER, DIV, 0)= e(ER, DIV)*/
818 if (!SMP_Encrypt(er, BT_OCTET16_LEN, (UINT8 *)&p_cb->div,