Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dencrypt_decrypt.h100 static const int AES_GCM_MAX_IVLEN = 12; member in OHOS::CastEngine::CastEngineService::final
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dencrypt_decrypt.h100 static const int AES_GCM_MAX_IVLEN = 12; member in OHOS::CastEngine::CastEngineService::final
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dencrypt_decrypt.cpp163 (encryInfo.iv.length < AES_GCM_MAX_IVLEN) || (encryInfo.tag.length < AES_GCM_SIV_TAG_LEN)) { in AES128GCMCheckEncryPara()
282 (encryInfo.iv.length < AES_GCM_MAX_IVLEN) || (encryInfo.tag.length < AES_GCM_SIV_TAG_LEN)) { in AES128GCMCheckDecryptPara()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dencrypt_decrypt.cpp163 (encryInfo.iv.length < AES_GCM_MAX_IVLEN) || (encryInfo.tag.length < AES_GCM_SIV_TAG_LEN)) { in AES128GCMCheckEncryPara()
282 (encryInfo.iv.length < AES_GCM_MAX_IVLEN) || (encryInfo.tag.length < AES_GCM_SIV_TAG_LEN)) { in AES128GCMCheckDecryptPara()

Completed in 3 milliseconds