Searched refs:tm_cipher (Results 1 - 1 of 1) sorted by relevance

/external/openssl/apps/
H A Ds_time.c128 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 184 milliseconds