Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_proxy_context_print.c84 tp->cipher_usebits), in tls_proxy_context_print()
H A Dtls_proxy_context_scan.c112 &tls_context->cipher_usebits), in tls_proxy_context_scan()
H A Dtls.h232 int cipher_usebits; member
H A Dtls_client.c1230 TLScontext->cipher_usebits = SSL_CIPHER_get_bits(cipher, in tls_client_post_connect()
H A Dtls_server.c1027 TLScontext->cipher_usebits = SSL_CIPHER_get_bits(cipher, in tls_server_post_accept()
H A Dtls_misc.c1190 ctx->protocol, ctx->cipher_name, ctx->cipher_usebits, in tls_log_summary()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_milter.c138 IF_ENCRYPTED(state->tls_context->cipher_usebits)); in smtpd_milter_eval()
H A Dsmtpd.c3442 state->tls_context->cipher_usebits, in common_pre_message_handling()
H A Dsmtpd_check.c4101 IF_ENCRYPTED(state->tls_context->cipher_usebits, 0)), in check_policy_service()