Searched defs:algCode (Results 1 – 2 of 2) sorted by relevance
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/ |
| D | encrypt_decrypt.cpp | 394 std::unique_ptr<uint8_t[]> EncryptDecrypt::EncryptData(int algCode, ConstPacketData sessionKey, in EncryptData() 439 std::unique_ptr<uint8_t[]> EncryptDecrypt::DecryptData(int algCode, ConstPacketData sessionKey, in DecryptData()
|
| /foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/ |
| D | encrypt_decrypt.cpp | 396 bool EncryptDecrypt::EncryptData(int algCode, const uint8_t *key, int keyLen, ConstPacketData input… in EncryptData() 441 bool EncryptDecrypt::DecryptData(int algCode, const uint8_t *key, int keyLen, ConstPacketData input… in DecryptData()
|