Searched refs:encryptionUpdate (Results 1 – 5 of 5) sorted by relevance
7178 Delete_EncryptionSync(x->encryptionUpdate); in Delete_McType()7179 OSCL_DEFAULT_FREE(x->encryptionUpdate); in Delete_McType()
10778 x->encryptionUpdate = (PS_EncryptionSync) OSCL_DEFAULT_MALLOC(sizeof(S_EncryptionSync)); in Decode_McType()10779 Decode_EncryptionSync(x->encryptionUpdate, stream); in Decode_McType()
8056 PutExtensionItem(EPASS Encode_EncryptionSync, (uint8*)x->encryptionUpdate, stream); in Encode_McType()
8740 Analyze_EncryptionSync(x->encryptionUpdate, "encryptionUpdate", tag, indent); in Analyze_McType()
5052 struct _EncryptionSync *encryptionUpdate; member