Searched refs:decryptstate (Results 1 – 1 of 1) sorted by relevance
100 } decryptstate; variable1179 decryptstate.clen = bodylen; in decrypt_arpreq()1180 decryptstate.cipher = (unsigned char*) malloc(decryptstate.clen); in decrypt_arpreq()1181 if (!decryptstate.cipher) { in decrypt_arpreq()1185 decryptstate.prgainfo.prga = (unsigned char*) malloc(decryptstate.clen); in decrypt_arpreq()1186 if (!decryptstate.prgainfo.prga) { in decrypt_arpreq()1192 memcpy(decryptstate.cipher, &body[4], decryptstate.clen); in decrypt_arpreq()1193 memcpy(decryptstate.prgainfo.iv, body, 3); in decrypt_arpreq()1195 memset(decryptstate.prgainfo.prga, 0, decryptstate.clen); in decrypt_arpreq()1197 decryptstate.prgainfo.prga[i] = decryptstate.cipher[i] ^ in decrypt_arpreq()[all …]