Home
last modified time | relevance | path

Searched defs:wtls_machine (Results 1 – 3 of 3) sorted by relevance

/dports/www/kannel/gateway-1.4.4/wap/
H A Dwtls.c247 WTLSMachine *wtls_machine; in wtls_dispatch_resp() local
283 void send_alert(WAPEvent * event, WTLSMachine * wtls_machine) in send_alert()
301 static void add_pdu(WTLSMachine * wtls_machine, wtls_PDU * pduToAdd) in add_pdu()
343 static void send_queuedpdus(WTLSMachine * wtls_machine) in send_queuedpdus()
368 void add_wtls_address(Msg * msg, WTLSMachine * wtls_machine) in add_wtls_address()
427 static void clientHello(WAPEvent * event, WTLSMachine * wtls_machine) in clientHello()
515 static void serverHello(WAPEvent * event, WTLSMachine * wtls_machine) in serverHello()
586 static void exchange_keys(WAPEvent * event, WTLSMachine * wtls_machine) in exchange_keys()
871 WTLSMachine *wtls_machine = NULL; in wtls_machine_find_or_create() local
977 WTLSMachine *wtls_machine; in wtls_machine_create() local
[all …]
H A Dwtls_statesupport.c152 Octstr *wtls_decrypt(wtls_Payload * payload, WTLSMachine * wtls_machine) in wtls_decrypt()
233 Octstr *wtls_encrypt(Octstr * buffer, WTLSMachine * wtls_machine, in wtls_encrypt()
671 WTLSMachine * wtls_machine) in wtls_P_hash()
703 int byteLength, WTLSMachine * wtls_machine) in wtls_calculate_prf()
770 Octstr *wtls_hash(Octstr * inputData, WTLSMachine * wtls_machine) in wtls_hash()
838 Octstr *wtls_des(Octstr * data, WTLSMachine * wtls_machine, int crypt) in wtls_des()
891 Octstr *wtls_rc5(Octstr * data, WTLSMachine * wtls_machine, int crypt) in wtls_rc5()
1343 int is_critical_alert(List * pdu_list, WTLSMachine * wtls_machine) in is_critical_alert()
1366 int is_warning_alert(List * pdu_list, WTLSMachine * wtls_machine) in is_warning_alert()
1412 void calculate_server_key_block(WTLSMachine * wtls_machine) in calculate_server_key_block()
[all …]
H A Dwtls_pdu.c521 wtls_PDU *wtls_pdu_unpack(wtls_Payload * payload, WTLSMachine * wtls_machine) in wtls_pdu_unpack()
816 wtls_Payload *wtls_pdu_pack(wtls_PDU * pdu, WTLSMachine * wtls_machine) in wtls_pdu_pack()