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

  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_trce.c 1355 unsigned int tick_life; local
1364 tick_life = ((unsigned int)msg[0] << 24)
1371 BIO_printf(bio, "ticket_lifetime_hint=%u\n", tick_life);
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_trce.c 1563 unsigned int tick_life; local
1572 tick_life = ((unsigned int)msg[0] << 24)
1579 BIO_printf(bio, "ticket_lifetime_hint=%u\n", tick_life);
  /src/crypto/external/bsd/openssl/dist/ssl/
t1_trce.c 1376 unsigned int tick_life; local
1385 tick_life = ((unsigned int)msg[0] << 24)
1392 BIO_printf(bio, "ticket_lifetime_hint=%u\n", tick_life);

Completed in 25 milliseconds