Searched refs:currentvalpos (Results 1 – 1 of 1) sorted by relevance
706 size_t vallen = 0, currentvalpos; in tls1_export_keying_material() local722 currentvalpos = 0; in tls1_export_keying_material()723 memcpy(val + currentvalpos, (unsigned char *)label, llen); in tls1_export_keying_material()724 currentvalpos += llen; in tls1_export_keying_material()726 currentvalpos += SSL3_RANDOM_SIZE; in tls1_export_keying_material()728 currentvalpos += SSL3_RANDOM_SIZE; in tls1_export_keying_material()731 val[currentvalpos] = (contextlen >> 8) & 0xff; in tls1_export_keying_material()732 currentvalpos++; in tls1_export_keying_material()733 val[currentvalpos] = contextlen & 0xff; in tls1_export_keying_material()734 currentvalpos++; in tls1_export_keying_material()[all …]
Completed in 5 milliseconds