Home
last modified time | relevance | path

Searched defs:iv (Results 1 – 7 of 7) sorted by relevance

/drivers/peripheral/clearplay/hdi_service/src/
Dmedia_decrypt_module_service.cpp136 …ryptModuleService::DecryptBySM4Cbc(const std::vector<uint8_t> &key, const std::vector<uint8_t> &iv, in DecryptBySM4Cbc()
183 …ryptModuleService::DecryptByAesCbc(const std::vector<uint8_t> &key, const std::vector<uint8_t> &iv, in DecryptByAesCbc()
/drivers/peripheral/user_auth/hdi_service/adaptor/inc/
Dadaptor_algorithm.h43 Buffer *iv; member
/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
Dadaptor_algorithm.h46 Buffer *iv; member
/drivers/peripheral/user_auth/hdi_service/common/inc/
Duser_sign_centre.h59 uint8_t iv[AES_GCM_IV_SIZE]; member
/drivers/peripheral/user_auth/hdi_service/common/src/
Duser_sign_centre.c199 …ATIC ResultCode CopyTokenCipherParam(const Buffer *ciphertext, const Buffer *tag, const Buffer *iv, in CopyTokenCipherParam()
/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
Dmedia_key_system_types.h146 std::vector<uint8_t> iv; member
/drivers/peripheral/pin_auth/hdi_service/database/src/
Dpin_db.c465 static Buffer *SplicePinCiperInfo(const Buffer *iv, const Buffer *tag, const Buffer *ciphertext) in SplicePinCiperInfo()
921 Buffer iv = GetTmpBuffer(pinData->buf, AES_GCM_256_IV_SIZE, AES_GCM_256_IV_SIZE); in GenerateDecodeCredential() local