Searched refs:tm_cipher (Results 1 – 1 of 1) sorted by relevance
131 static char *tm_cipher = NULL; variable154 tm_cipher = NULL; in s_time_init()275 tm_cipher = *(++argv); in parseArgs()378 SSL_CTX_set_cipher_list(tm_ctx, tm_cipher); in MAIN()393 if (tm_cipher == NULL) in MAIN()394 tm_cipher = getenv("SSL_CIPHER"); in MAIN()396 if (tm_cipher == NULL) { in MAIN()