Searched refs:sec_len (Results 1 – 2 of 2) sorted by relevance
358 UINT16 sec_len = 0; in bta_av_proc_stream_evt() local366 sec_len = (p_data->security_ind.len < BTA_AV_SECURITY_MAX_LEN) ? in bta_av_proc_stream_evt()371 sec_len = (p_data->security_cfm.len < BTA_AV_SECURITY_MAX_LEN) ? in bta_av_proc_stream_evt()376 … && (p_msg = (tBTA_AV_STR_MSG *) GKI_getbuf((UINT16) (sizeof(tBTA_AV_STR_MSG) + sec_len))) != NULL) in bta_av_proc_stream_evt()439 memcpy(p_msg->msg.security_ind.p_data, p_data->security_ind.p_data, sec_len); in bta_av_proc_stream_evt()446 memcpy(p_msg->msg.security_cfm.p_data, p_data->security_cfm.p_data, sec_len); in bta_av_proc_stream_evt()
153 int sec_len, in tls1_P_hash() argument176 mac_key = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, sec, sec_len); in tls1_P_hash()