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

  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_lib.c 220 static const char clientcontext[] = { 0x54, 0x4c, 0x53, 0x20, 0x31, 0x2e, local
226 static const char clientcontext[] = "TLS 1.3, client CertificateVerify";
238 strcpy((char *)tls13tbs + TLS13_TBS_START_SIZE, clientcontext);
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_lib.c 176 static const char clientcontext[] = { 0x54, 0x4c, 0x53, 0x20, 0x31, 0x2e, local
182 static const char clientcontext[] = "TLS 1.3, client CertificateVerify";
194 strcpy((char *)tls13tbs + TLS13_TBS_START_SIZE, clientcontext);
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_lib.c 265 static const char clientcontext[] = "\x54\x4c\x53\x20\x31\x2e\x33\x2c\x20\x63\x6c\x69" local
278 strcpy((char *)tls13tbs + TLS13_TBS_START_SIZE, clientcontext);

Completed in 31 milliseconds