HomeSort by relevance Sort by last modified time
    Searched refs:sec_len (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c 380 UINT16 sec_len = 0; local
388 sec_len = (p_data->security_ind.len < BTA_AV_SECURITY_MAX_LEN) ?
393 sec_len = (p_data->security_cfm.len < BTA_AV_SECURITY_MAX_LEN) ?
398 if (p_scb && (p_msg = (tBTA_AV_STR_MSG *) GKI_getbuf((UINT16) (sizeof(tBTA_AV_STR_MSG) + sec_len))) != NULL)
461 memcpy(p_msg->msg.security_ind.p_data, p_data->security_ind.p_data, sec_len);
468 memcpy(p_msg->msg.security_cfm.p_data, p_data->security_cfm.p_data, sec_len);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_enc.c 153 int sec_len,
176 mac_key = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, sec, sec_len);
    [all...]
  /external/openssl/ssl/
t1_enc.c 153 int sec_len,
176 mac_key = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, sec, sec_len);
    [all...]

Completed in 110 milliseconds