Home
last modified time | relevance | path

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

/dports/www/kannel/gateway-1.4.4/wap/
H A Dwtls_statesupport.c774 unsigned char *outputDataTemp; in wtls_hash() local
782 outputDataTemp = gw_malloc(outputDataLength); in wtls_hash()
800 SHA1(inputDataTemp, inputDataLength, outputDataTemp); in wtls_hash()
811 outputDataTemp); in wtls_hash()
817 gw_free(outputDataTemp); in wtls_hash()
823 outputData = octstr_create_from_data((char *)outputDataTemp, in wtls_hash()
831 gw_free(outputDataTemp); in wtls_hash()