Home
last modified time | relevance | path

Searched refs:encrypted (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvp8_decrypt_test.cc63 std::vector<uint8_t> encrypted(video.frame_size()); in TEST() local
64 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0); in TEST()
65 vp8_decrypt_init di = { test_decrypt_cb, &encrypted[0] }; in TEST()
/hardware/intel/img/psb_headers/DRM/cc54/inc/
Dwv_mod_drm_api.h348 uint8_t *encrypted,
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dpkt_stats.h105 u32 encrypted : 1; //[13] member
Dwifilogger_diag.cpp1419 if (rx_stats_rcvd->mpdu_start.encrypted) in parse_rx_stats()