Home
last modified time | relevance | path

Searched refs:AES_KEY_LEN (Results 1 - 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dencrypt_decrypt.h55 static const int AES_KEY_LEN = 16; member in OHOS::CastEngine::CastEngineService::final
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dencrypt_decrypt.h55 static const int AES_KEY_LEN = 16; member in OHOS::CastEngine::CastEngineService::final
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dencrypt_decrypt.cpp72 || (sessionKey.length != AES_KEY_LEN) || (sessionIV.length != AES_IV_LEN)) { in AES128Encry()
119 || (sessionKey.length != AES_KEY_LEN) || (sessionIV.length != AES_IV_LEN)) { in AES128Decrypt()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dencrypt_decrypt.cpp72 || (sessionKey.length != AES_KEY_LEN) || (sessionIV.length != AES_IV_LEN)) { in AES128Encry()
119 || (sessionKey.length != AES_KEY_LEN) || (sessionIV.length != AES_IV_LEN)) { in AES128Decrypt()

Completed in 3 milliseconds