Searched refs:tls_ver (Results 1 – 10 of 10) sorted by relevance
604 get_tls_version_disable_bit(const isc_tls_protocol_version_t tls_ver) { in isc_tlsctx_set_protocols() 607 switch (tls_ver) { in isc_tlsctx_set_protocols() 631 isc_tls_protocol_supported(const isc_tls_protocol_version_t tls_ver) { in isc_tlsctx_load_dhparams() 632 return get_tls_version_disable_bit(tls_ver) != 0; in isc_tlsctx_load_dhparams() 671 for (uint32_t tls_ver = ISC_TLS_PROTO_VER_1_2; in isc_tlsctx_load_dhparams() 672 tls_ver < ISC_TLS_PROTO_VER_UNDEFINED; tls_ver <<= 1) in isc_tlsctx_load_dhparams() 674 if ((tls_versions & tls_ver) == 0) { in isc_tlsctx_load_dhparams() 675 set_options |= get_tls_version_disable_bit(tls_ver); in isc_tlsctx_load_dhparams() 685 INSIST(isc_tls_protocol_supported(tls_ver)); in isc_tlsctx_load_dhparams() 525 get_tls_version_disable_bit(const isc_tls_protocol_version_t tls_ver) get_tls_version_disable_bit() argument 552 isc_tls_protocol_supported(const isc_tls_protocol_version_t tls_ver) isc_tls_protocol_supported() argument 592 for (uint32_t tls_ver = ISC_TLS_PROTO_VER_1_2; isc_tlsctx_set_protocols() local [all...]
278 unsigned int tls_ver; member830 if (key->tls_ver >= TLS1_1_VERSION) { in ossltest_aes128_cbc_hmac_sha1_cipher()873 key->tls_ver = p[arg - 4] << 8 | p[arg - 3]; in ossltest_aes128_cbc_hmac_sha1_ctrl()877 if (key->tls_ver >= TLS1_1_VERSION) { in ossltest_aes128_cbc_hmac_sha1_ctrl()
41 unsigned int tls_ver; member
396 else if (ctx->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha1_cipher()678 if ((ctx->aux.tls_ver = in aesni_cbc_hmac_sha1_set_tls1_aad()
419 else if (ctx->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha256_cipher()731 if ((ctx->aux.tls_ver = in aesni_cbc_hmac_sha256_set_tls1_aad()
101 isc_tls_protocol_supported(const isc_tls_protocol_version_t tls_ver);
36 unsigned int tls_ver; member434 else if (key->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha1_cipher()818 if ((key->aux.tls_ver = in aesni_cbc_hmac_sha1_ctrl()
36 unsigned int tls_ver; member449 else if (key->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha256_cipher()799 if ((key->aux.tls_ver = in aesni_cbc_hmac_sha256_ctrl()
29 unsigned int tls_ver; member428 else if (key->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha1_cipher()815 if ((key->aux.tls_ver = in aesni_cbc_hmac_sha1_ctrl()
30 unsigned int tls_ver; member444 else if (key->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha256_cipher()796 if ((key->aux.tls_ver = in aesni_cbc_hmac_sha256_ctrl()