Home
last modified time | relevance | path

Searched refs:encryptionUpdate (Results 1 – 5 of 5) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp7178 Delete_EncryptionSync(x->encryptionUpdate); in Delete_McType()
7179 OSCL_DEFAULT_FREE(x->encryptionUpdate); in Delete_McType()
Dh245_decoder.cpp10778 x->encryptionUpdate = (PS_EncryptionSync) OSCL_DEFAULT_MALLOC(sizeof(S_EncryptionSync)); in Decode_McType()
10779 Decode_EncryptionSync(x->encryptionUpdate, stream); in Decode_McType()
Dh245_encoder.cpp8056 PutExtensionItem(EPASS Encode_EncryptionSync, (uint8*)x->encryptionUpdate, stream); in Encode_McType()
Dh245_analysis.cpp8740 Analyze_EncryptionSync(x->encryptionUpdate, "encryptionUpdate", tag, indent); in Analyze_McType()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h5052 struct _EncryptionSync *encryptionUpdate; member