Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/apps/
Ds_time.c131 static char *tm_cipher = NULL; variable
154 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()