Searched refs:currentvalpos (Results 1 – 1 of 1) sorted by relevance
653 size_t vallen = 0, currentvalpos; in tls1_export_keying_material() local669 currentvalpos = 0; in tls1_export_keying_material()670 memcpy(val + currentvalpos, (unsigned char *)label, llen); in tls1_export_keying_material()671 currentvalpos += llen; in tls1_export_keying_material()673 currentvalpos += SSL3_RANDOM_SIZE; in tls1_export_keying_material()675 currentvalpos += SSL3_RANDOM_SIZE; in tls1_export_keying_material()678 val[currentvalpos] = (contextlen >> 8) & 0xff; in tls1_export_keying_material()679 currentvalpos++; in tls1_export_keying_material()680 val[currentvalpos] = contextlen & 0xff; in tls1_export_keying_material()681 currentvalpos++; in tls1_export_keying_material()[all …]