Home
last modified time | relevance | path

Searched refs:encrypt_buffer (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/test/
Dvp9_decrypt_test.cc29 void encrypt_buffer(const uint8_t *src, uint8_t *dst, size_t size, in encrypt_buffer() function
38 encrypt_buffer(input, output, count, in test_decrypt_cb()
63 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0); in TEST()
Dvp8_decrypt_test.cc29 void encrypt_buffer(const uint8_t *src, uint8_t *dst, size_t size, in encrypt_buffer() function
38 encrypt_buffer(input, output, count, in test_decrypt_cb()
63 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0); in TEST()
Dvp8_boolcoder_test.cc38 void encrypt_buffer(uint8_t *buffer, size_t size) { in encrypt_buffer() function
97 encrypt_buffer(bw_buffer, kBufferSize); in TEST()