Home
last modified time | relevance | path

Searched refs:encryptionCommand (Results 1 – 6 of 6) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_command.cpp121 S_EncryptionCommand encryptionCommand; in CmdEcrpt() local
123 oscl_memset(&encryptionCommand, 0, sizeof(S_EncryptionCommand)); in CmdEcrpt()
125 encryptionCommand.index = 1; // encryptionIVRequest in CmdEcrpt()
132 (uint8*)&encryptionCommand, in CmdEcrpt()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp270 Delete_EncryptionCommand(x->encryptionCommand); in Delete_CommandMessage()
271 OSCL_DEFAULT_FREE(x->encryptionCommand); in Delete_CommandMessage()
Dh245_decoder.cpp295 … x->encryptionCommand = (PS_EncryptionCommand) OSCL_DEFAULT_MALLOC(sizeof(S_EncryptionCommand)); in Decode_CommandMessage()
296 Decode_EncryptionCommand(x->encryptionCommand, stream); in Decode_CommandMessage()
Dh245_encoder.cpp226 Encode_EncryptionCommand(x->encryptionCommand, stream); in Encode_CommandMessage()
Dh245_analysis.cpp239 Analyze_EncryptionCommand(x->encryptionCommand, "encryptionCommand", tag, indent); in Analyze_CommandMessage()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h119 struct _EncryptionCommand *encryptionCommand; member