Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_server.c546 ticketable = (*var_tls_tkt_cipher && scache_timeout > 0 in tls_server_init()
550 tkt_cipher = EVP_CIPHER_fetch(NULL, var_tls_tkt_cipher, NULL); in tls_server_init()
552 tkt_cipher = EVP_get_cipherbyname(var_tls_tkt_cipher); in tls_server_init()
560 VAR_TLS_TKT_CIPHER, var_tls_tkt_cipher); in tls_server_init()
H A Dtls_proxy_client_misc.c84 tls_tkt_cipher = var_tls_tkt_cipher, in tls_proxy_client_param_from_config()
H A Dtls_misc.c305 char *var_tls_tkt_cipher; variable
672 VAR_TLS_TKT_CIPHER, DEF_TLS_TKT_CIPHER, &var_tls_tkt_cipher, 0, 0, in tls_param_init()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_params.h3455 extern char *var_tls_tkt_cipher;