Searched refs:cipher_name (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/external/ibm-public/postfix/dist/src/tls/ |
| D | tls_proxy_context_scan.c | 82 VSTRING *cipher_name = vstring_alloc(25); in tls_proxy_context_scan() local 110 RECV_ATTR_STR(TLS_ATTR_CIPHER_NAME, cipher_name), in tls_proxy_context_scan() 138 tls_context->cipher_name = vstring_export(cipher_name); in tls_proxy_context_scan() 173 if (tls_context->cipher_name) in tls_proxy_context_free() 174 myfree((void *) tls_context->cipher_name); in tls_proxy_context_free()
|
| D | tls_proxy_context_print.c | 82 STRING_OR_EMPTY(tp->cipher_name)), in tls_proxy_context_print()
|
| D | tls_misc.c | 1259 ctx->protocol, ctx->cipher_name, ctx->cipher_usebits, in tls_log_summary() 1367 TLScontext->cipher_name = 0; in tls_alloc_sess_context()
|
| D | tls.h | 241 const char *cipher_name; member
|
| D | tls_client.c | 1403 TLScontext->cipher_name = SSL_CIPHER_get_name(cipher); in tls_client_post_connect()
|
| D | tls_server.c | 1076 TLScontext->cipher_name = SSL_CIPHER_get_name(cipher); in tls_server_post_accept()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| D | dtls_mtu_test.c | 168 const char *cipher_name = SSL_CIPHER_get_name(cipher); in run_mtu_tests() local 171 if (strncmp(cipher_name, "PSK-", 4) != 0) in run_mtu_tests() 174 if (!TEST_int_gt(ret = mtu_test(ctx, cipher_name, 0), 0)) in run_mtu_tests() 176 TEST_info("%s OK", cipher_name); in run_mtu_tests() 181 if (!TEST_int_gt(ret = mtu_test(ctx, cipher_name, 1), 0)) in run_mtu_tests() 183 TEST_info("%s without EtM OK", cipher_name); in run_mtu_tests()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| D | evp.c | 1285 static const struct cipher_name { struct 1288 } cipher_name[] = { argument 1315 for (i = 0; i < sizeof(cipher_name)/sizeof(cipher_name[0]); i++) { in EVP_get_cipherbyname() 1316 if (strcasecmp(cipher_name[i].name, name) == 0) in EVP_get_cipherbyname() 1317 return (*cipher_name[i].func)(); in EVP_get_cipherbyname()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/smtpd/ |
| D | smtpd_milter.c | 133 return (IF_ENCRYPTED(state->tls_context->cipher_name)); in smtpd_milter_eval()
|
| D | smtpd.c | 3514 state->tls_context->cipher_name, in common_pre_message_handling()
|
| D | smtpd_check.c | 4140 IF_ENCRYPTED(state->tls_context->cipher_name, "")), in check_policy_service()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| D | p_lib.c | 615 const char *cipher_name, in new_cmac_key_int() argument 629 cipher_name = EVP_CIPHER_get0_name(cipher); in new_cmac_key_int() 631 if (cipher_name == NULL) { in new_cmac_key_int() 648 (char *)cipher_name, 0); in new_cmac_key_int()
|
| /netbsd/src/crypto/external/bsd/libsaslc/dist/src/ |
| D | mech_digestmd5.c | 147 cipher_name(cipher_t cipher) in cipher_name() function 2192 cipher_name(ms->rdata.cipher)) == -1) { in saslc__mech_digestmd5_reply()
|