HomeSort by relevance Sort by last modified time
    Searched full:tm_cipher (Results 1 - 1 of 1) sorted by null

  /external/openssl/apps/
s_time.c 128 static char *tm_cipher=NULL; variable
151 tm_cipher=NULL;
266 tm_cipher= *(++argv);
370 SSL_CTX_set_cipher_list(tm_ctx,tm_cipher);
384 if (tm_cipher == NULL)
385 tm_cipher = getenv("SSL_CIPHER");
387 if (tm_cipher == NULL ) {

Completed in 64 milliseconds