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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_time.c131 static char *tm_cipher = NULL; variable
154 tm_cipher = NULL;
275 tm_cipher = *(++argv);
378 SSL_CTX_set_cipher_list(tm_ctx, tm_cipher);
393 if (tm_cipher == NULL)
394 tm_cipher = getenv("SSL_CIPHER");
396 if (tm_cipher == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_time.c131 static char *tm_cipher = NULL; variable
154 tm_cipher = NULL;
275 tm_cipher = *(++argv);
378 SSL_CTX_set_cipher_list(tm_ctx, tm_cipher);
393 if (tm_cipher == NULL)
394 tm_cipher = getenv("SSL_CIPHER");
396 if (tm_cipher == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_time.c176 static char *tm_cipher=NULL; variable
199 tm_cipher=NULL;
314 tm_cipher= *(++argv);
473 SSL_CTX_set_cipher_list(tm_ctx,tm_cipher);
487 if (tm_cipher == NULL)
488 tm_cipher = getenv("SSL_CIPHER");
490 if (tm_cipher == NULL ) {

Completed in 118 milliseconds