Found 12 other functions taking a
tSMP_ENC
argument:
* Function SMP_Encrypt * Description This function is called to encrypt the data with the specified * key * Parameters: key - Pointer to key key[0] conatins the MSB * key_len - key length * plain_text - Pointer to data to be encrypted * plain_text[0] conatins the MSB * pt_len - plain text length * p_out - output of the encrypted texts * Returns Boolean - request is successful
* Function smp_encrypt_data * Description This function is called to encrypt data. * It uses AES-128 encryption algorithm. * Plain_text is encrypted using key, the result is at p_out. * Returns void
* Function smp_calculate_legacy_short_term_key * Description The function calculates legacy STK. * Returns FALSE if out of resources, TRUE in other cases.
* Function smp_calculate_comfirm_cont * Description This function is called when SConfirm/MConfirm is generated * proceed to send the Confirm request/response to peer device. * Returns void
* Function smp_process_confirm * Description This function is called when SConfirm/MConfirm is generated * proceed to send the Confirm request/response to peer device. * Returns void
* Function smp_process_compare * Description This function is called when Compare is generated using the * RRand and local BDA, TK information. * Returns void
* Function smp_process_stk * Description This function is called when STK is generated * proceed to send the encrypt the link using STK. * Returns void
* Function smp_process_ediv * Description This function is to calculate EDIV = Y xor DIV * Returns void
* Function btm_ble_process_irk * Description This function is called when IRK is generated, store it in * local control block. * Returns void
* Function btm_ble_process_dhk * Description This function is called when DHK is calculated, store it in * local control block, and proceed to generate ER, a 128-bits * random number. * Returns void
* Function btm_ble_proc_resolve_x * Description This function compares the X with random address 3 MSO bytes * to find a match, if not match, continue for next record. * Returns None.
* Function cmac_subkey_cont * Description This is the callback function when CIPHk(0[128]) is completed. * Returns void