Home
last modified time | relevance | path

Searched refs:KEY_IV_SIZE (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DCryptoPlugin.h29 static const size_t KEY_IV_SIZE = 16; variable
77 const hidl_array<uint8_t, KEY_IV_SIZE>& iv,
89 const hidl_array<uint8_t, KEY_IV_SIZE>& iv,
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DCryptoPlugin.cpp81 const hidl_array<uint8_t, KEY_IV_SIZE>& iv, in decrypt_1_2()