Searched defs:encrypt_buffer (Results 1 - 3 of 3) sorted by relevance

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

Completed in 76 milliseconds