HomeSort by: relevance | last modified time | path
    Searched defs:label_prefix (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/ssl/
tls13_enc.c 22 static const unsigned char label_prefix[] = { 0x74, 0x6C, 0x73, 0x31, 0x33, 0x20, 0x00 }; variable
24 static const unsigned char label_prefix[] = "tls13 "; variable
83 (unsigned char *)label_prefix,
84 sizeof(label_prefix) - 1);
207 (unsigned char *)label_prefix,
208 sizeof(label_prefix) - 1);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
tls13_enc.c 34 static const unsigned char label_prefix[] = { 0x74, 0x6C, 0x73, 0x31, 0x33, 0x20, 0x00 }; local
36 static const unsigned char label_prefix[] = "tls13 ";
48 + (sizeof(label_prefix) - 1) + TLS13_MAX_LABEL_LEN
75 || !WPACKET_memcpy(&pkt, label_prefix, sizeof(label_prefix) - 1)
  /src/crypto/external/apache2/openssl/dist/ssl/
tls13_enc.c 23 static const unsigned char label_prefix[] = "\x74\x6C\x73\x31\x33\x20"; variable
79 (unsigned char *)label_prefix,
80 sizeof(label_prefix) - 1);
210 (unsigned char *)label_prefix,
211 sizeof(label_prefix) - 1);

Completed in 23 milliseconds