Home
last modified time | relevance | path

Searched refs:AP4_CtrStreamCipher (Results 1 – 20 of 20) sorted by relevance

/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Crypto/
H A DAp4StreamCipher.cpp38 AP4_CtrStreamCipher::AP4_CtrStreamCipher(AP4_BlockCipher* block_cipher, in AP4_CtrStreamCipher() function in AP4_CtrStreamCipher
56 AP4_CtrStreamCipher::~AP4_CtrStreamCipher() in ~AP4_CtrStreamCipher()
65 AP4_CtrStreamCipher::SetIV(const AP4_UI08* iv) in SetIV()
82 AP4_CtrStreamCipher::SetStreamOffset(AP4_UI64 offset, in SetStreamOffset()
102 AP4_CtrStreamCipher::ComputeCounter(AP4_UI64 stream_offset, in ComputeCounter()
130 AP4_CtrStreamCipher::ProcessBuffer(const AP4_UI08* in, in ProcessBuffer()
H A DAp4StreamCipher.h76 class AP4_CtrStreamCipher : public AP4_StreamCipher
85 AP4_CtrStreamCipher(AP4_BlockCipher* block_cipher,
87 ~AP4_CtrStreamCipher();
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Core/
H A DAp4IsmaCryp.h46 class AP4_CtrStreamCipher; variable
82 AP4_CtrStreamCipher* GetCipher() { return m_Cipher; } in GetCipher()
89 AP4_CtrStreamCipher* m_Cipher;
H A DAp4OmaDcf.h50 class AP4_CtrStreamCipher; variable
143 AP4_CtrStreamCipher* m_Cipher;
242 AP4_CtrStreamCipher* m_Cipher;
H A DAp4Piff.h50 class AP4_CtrStreamCipher; variable
H A DAp4OmaDcf.cpp192 stream_cipher = new AP4_CtrStreamCipher(block_cipher, 16); in CreateDecryptingStream()
424 m_Cipher = new AP4_CtrStreamCipher(block_cipher, iv_length); in AP4_OmaDcfCtrSampleDecrypter()
654 m_Cipher = new AP4_CtrStreamCipher(block_cipher, 16); in AP4_OmaDcfCtrSampleEncrypter()
H A DAp4IsmaCryp.cpp117 m_Cipher = new AP4_CtrStreamCipher(block_cipher, iv_length); in AP4_IsmaCipher()
H A DAp4Protection.cpp999 stream_cipher = new AP4_CtrStreamCipher(block_cipher, AP4_CIPHER_BLOCK_SIZE); in Create()
1255 stream_cipher = new AP4_CtrStreamCipher(block_cipher, AP4_CIPHER_BLOCK_SIZE); in Create()
H A DAp4CommonEncryption.cpp1681 stream_cipher = new AP4_CtrStreamCipher(block_cipher, 16); in CreateTrackHandler()
1812 stream_cipher = new AP4_CtrStreamCipher(block_cipher, 8); in Create()
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Core/
H A DAp4IsmaCryp.h46 class AP4_CtrStreamCipher; variable
82 AP4_CtrStreamCipher* GetCipher() { return m_Cipher; } in GetCipher()
89 AP4_CtrStreamCipher* m_Cipher;
H A DAp4OmaDcf.h51 class AP4_CtrStreamCipher; variable
144 AP4_CtrStreamCipher* m_Cipher;
247 AP4_CtrStreamCipher* m_Cipher;
H A DAp4Piff.h50 class AP4_CtrStreamCipher; variable
H A DAp4OmaDcf.cpp192 stream_cipher = new AP4_CtrStreamCipher(block_cipher, 16); in CreateDecryptingStream()
422 m_Cipher = new AP4_CtrStreamCipher(block_cipher, iv_length); in AP4_OmaDcfCtrSampleDecrypter()
652 m_Cipher = new AP4_CtrStreamCipher(block_cipher, 16); in AP4_OmaDcfCtrSampleEncrypter()
H A DAp4IsmaCryp.cpp117 m_Cipher = new AP4_CtrStreamCipher(block_cipher, iv_length); in AP4_IsmaCipher()
H A DAp4Protection.cpp993 stream_cipher = new AP4_CtrStreamCipher(block_cipher, AP4_CIPHER_BLOCK_SIZE); in Create()
1249 stream_cipher = new AP4_CtrStreamCipher(block_cipher, AP4_CIPHER_BLOCK_SIZE); in Create()
H A DAp4CommonEncryption.cpp1192 stream_cipher = new AP4_CtrStreamCipher(block_cipher, 16); in CreateTrackHandler()
1316 stream_cipher = new AP4_CtrStreamCipher(block_cipher, 8); in Create()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Crypto/
H A DAp4StreamCipher.cpp38 AP4_CtrStreamCipher::AP4_CtrStreamCipher(AP4_BlockCipher* block_cipher, in AP4_CtrStreamCipher() function in AP4_CtrStreamCipher
56 AP4_CtrStreamCipher::~AP4_CtrStreamCipher() in ~AP4_CtrStreamCipher()
65 AP4_CtrStreamCipher::SetIV(const AP4_UI08* iv) in SetIV()
82 AP4_CtrStreamCipher::SetStreamOffset(AP4_UI64 offset, in SetStreamOffset()
102 AP4_CtrStreamCipher::ComputeCounter(AP4_UI64 stream_offset, in ComputeCounter()
130 AP4_CtrStreamCipher::ProcessBuffer(const AP4_UI08* in, in ProcessBuffer()
H A DAp4StreamCipher.h76 class AP4_CtrStreamCipher : public AP4_StreamCipher
85 AP4_CtrStreamCipher(AP4_BlockCipher* block_cipher,
87 ~AP4_CtrStreamCipher();
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Test/Crypto/
H A DCryptoTest.cpp1754 AP4_CtrStreamCipher e_cipher(e_block_cipher, 16); in TestCtrStreamCipher()
1764 AP4_CtrStreamCipher d_cipher(d_block_cipher, 16); in TestCtrStreamCipher()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Test/Benchmarks/
H A DBenchmarksTest.cpp578 AP4_CtrStreamCipher ctr_stream_cipher(ctr_block_cipher, 16); in main()