Home
last modified time | relevance | path

Searched refs:tls_ver (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dtls.c604 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...]
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_ossltest.c278 unsigned int tls_ver; member
830 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()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.h41 unsigned int tls_ver; member
H A Dcipher_aes_cbc_hmac_sha1_hw.c396 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()
H A Dcipher_aes_cbc_hmac_sha256_hw.c419 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()
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dtls.h101 isc_tls_protocol_supported(const isc_tls_protocol_version_t tls_ver);
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_aes_cbc_hmac_sha1.c36 unsigned int tls_ver; member
434 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()
H A De_aes_cbc_hmac_sha256.c36 unsigned int tls_ver; member
449 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_aes_cbc_hmac_sha1.c29 unsigned int tls_ver; member
428 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()
H A De_aes_cbc_hmac_sha256.c30 unsigned int tls_ver; member
444 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()