Searched defs:iv (Results 1 – 7 of 7) sorted by relevance
| /drivers/peripheral/clearplay/hdi_service/src/ |
| D | media_decrypt_module_service.cpp | 136 …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/ |
| D | adaptor_algorithm.h | 43 Buffer *iv; member
|
| /drivers/peripheral/pin_auth/hdi_service/adaptor/inc/ |
| D | adaptor_algorithm.h | 46 Buffer *iv; member
|
| /drivers/peripheral/user_auth/hdi_service/common/inc/ |
| D | user_sign_centre.h | 59 uint8_t iv[AES_GCM_IV_SIZE]; member
|
| /drivers/peripheral/user_auth/hdi_service/common/src/ |
| D | user_sign_centre.c | 199 …ATIC ResultCode CopyTokenCipherParam(const Buffer *ciphertext, const Buffer *tag, const Buffer *iv, in CopyTokenCipherParam()
|
| /drivers/peripheral/clearplay/interfaces/include/drm/v1_0/ |
| D | media_key_system_types.h | 146 std::vector<uint8_t> iv; member
|
| /drivers/peripheral/pin_auth/hdi_service/database/src/ |
| D | pin_db.c | 465 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
|