Home | History | Annotate | Download | only in smp

Lines Matching refs:er

348     BT_OCTET16  er;
357 BTM_GetDeviceEncRoot(er);
358 /* CSRK = d1(ER, DIV, 1) */
362 if (!SMP_Encrypt(er, BT_OCTET16_LEN, buffer, 4, &output))
763 ** Description This function is to calculate LTK = d1(ER, DIV, 0)= e(ER, DIV)
770 BT_OCTET16 er;
776 BTM_GetDeviceEncRoot(er);
778 /* LTK = d1(ER, DIV, 0)= e(ER, DIV)*/
779 if (!SMP_Encrypt(er, BT_OCTET16_LEN, (UINT8 *)&p_cb->div,