Searched refs:currentvalpos (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_enc.c | 711 size_t vallen = 0, currentvalpos; in tls1_export_keying_material() local 727 currentvalpos = 0; in tls1_export_keying_material() 728 memcpy(val + currentvalpos, (unsigned char *)label, llen); in tls1_export_keying_material() 729 currentvalpos += llen; in tls1_export_keying_material() 730 memcpy(val + currentvalpos, s->s3.client_random, SSL3_RANDOM_SIZE); in tls1_export_keying_material() 731 currentvalpos += SSL3_RANDOM_SIZE; in tls1_export_keying_material() 732 memcpy(val + currentvalpos, s->s3.server_random, SSL3_RANDOM_SIZE); in tls1_export_keying_material() 733 currentvalpos += SSL3_RANDOM_SIZE; in tls1_export_keying_material() 736 val[currentvalpos] = (contextlen >> 8) & 0xff; in tls1_export_keying_material() 737 currentvalpos in tls1_export_keying_material() [all...] |
/third_party/openssl/ssl/ |
H A D | t1_enc.c | 706 size_t vallen = 0, currentvalpos; in tls1_export_keying_material() local 722 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() 725 memcpy(val + currentvalpos, s->s3.client_random, SSL3_RANDOM_SIZE); in tls1_export_keying_material() 726 currentvalpos += SSL3_RANDOM_SIZE; in tls1_export_keying_material() 727 memcpy(val + currentvalpos, s->s3.server_random, 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() [all...] |
Completed in 3 milliseconds