Home
last modified time | relevance | path

Searched refs:PC_ENCRYPT_ALG (Results 1 - 6 of 6) sorted by relevance

/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dencrypt_decrypt.cpp30 const std::string EncryptDecrypt::PC_ENCRYPT_ALG = "aes128ctr"; member in OHOS::CastEngine::CastEngineService::EncryptDecrypt
492 return PC_ENCRYPT_ALG; in GetEncryptInfo()
501 if (encyptInfo == PC_ENCRYPT_ALG) { in GetEncryptMatch()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dencrypt_decrypt.cpp30 const std::string EncryptDecrypt::PC_ENCRYPT_ALG = "aes128ctr"; member in OHOS::CastEngine::CastEngineService::EncryptDecrypt
492 return PC_ENCRYPT_ALG; in GetEncryptInfo()
501 if (encyptInfo == PC_ENCRYPT_ALG) { in GetEncryptMatch()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dencrypt_decrypt.h64 static const std::string PC_ENCRYPT_ALG; member in OHOS::CastEngine::CastEngineService::final
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dencrypt_decrypt.h64 static const std::string PC_ENCRYPT_ALG; member in OHOS::CastEngine::CastEngineService::final
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_controller.cpp320 if (Utils::ToLower(cipherLists[index]) == EncryptDecrypt::GetInstance().PC_ENCRYPT_ALG) { in ParseCipherItem()
321 return EncryptDecrypt::GetInstance().PC_ENCRYPT_ALG; in ParseCipherItem()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_controller.cpp320 if (Utils::ToLower(cipherLists[index]) == EncryptDecrypt::GetInstance().PC_ENCRYPT_ALG) { in ParseCipherItem()
321 return EncryptDecrypt::GetInstance().PC_ENCRYPT_ALG; in ParseCipherItem()

Completed in 7 milliseconds