HomeSort by: relevance | last modified time | path
    Searched refs:tls_ver (Results 1 - 16 of 16) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_cbc_hmac_sha.h 41 unsigned int tls_ver; member in union:prov_aes_hmac_sha_ctx_st::__anon470
cipher_aes_cbc_hmac_sha1_hw.c 394 else if (ctx->aux.tls_ver >= TLS1_1_VERSION)
674 if ((ctx->aux.tls_ver = p[aad_len - 4] << 8 | p[aad_len - 3]) >= TLS1_1_VERSION) {
cipher_aes_cbc_hmac_sha256_hw.c 417 else if (ctx->aux.tls_ver >= TLS1_1_VERSION)
726 if ((ctx->aux.tls_ver = p[aad_len - 4] << 8 | p[aad_len - 3]) >= TLS1_1_VERSION) {
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_cbc_hmac_sha.h 41 unsigned int tls_ver; member in union:prov_aes_hmac_sha_ctx_st::__anon1539
cipher_aes_cbc_hmac_sha1_hw.c 396 else if (ctx->aux.tls_ver >= TLS1_1_VERSION)
678 if ((ctx->aux.tls_ver =
cipher_aes_cbc_hmac_sha256_hw.c 419 else if (ctx->aux.tls_ver >= TLS1_1_VERSION)
731 if ((ctx->aux.tls_ver =
  /src/external/mpl/bind/dist/lib/isc/
tls.c 530 get_tls_version_disable_bit(const isc_tls_protocol_version_t tls_ver) {
533 switch (tls_ver) {
557 isc_tls_protocol_supported(const isc_tls_protocol_version_t tls_ver) {
558 return get_tls_version_disable_bit(tls_ver) != 0;
597 for (uint32_t tls_ver = ISC_TLS_PROTO_VER_1_2;
598 tls_ver < ISC_TLS_PROTO_VER_UNDEFINED; tls_ver <<= 1)
600 if ((tls_versions & tls_ver) == 0) {
601 set_options |= get_tls_version_disable_bit(tls_ver);
611 INSIST(isc_tls_protocol_supported(tls_ver));
    [all...]
  /src/crypto/external/apache2/openssl/dist/engines/
e_ossltest.c 279 unsigned int tls_ver; member in struct:__anon387
826 if (key->tls_ver >= TLS1_1_VERSION) {
868 key->tls_ver = p[arg - 4] << 8 | p[arg - 3];
872 if (key->tls_ver >= TLS1_1_VERSION) {
  /src/crypto/external/bsd/openssl/dist/engines/
e_ossltest.c 278 unsigned int tls_ver; member in struct:__anon1484
830 if (key->tls_ver >= TLS1_1_VERSION) {
873 key->tls_ver = p[arg - 4] << 8 | p[arg - 3];
877 if (key->tls_ver >= TLS1_1_VERSION) {
  /src/external/mpl/bind/dist/lib/isc/include/isc/
tls.h 101 isc_tls_protocol_supported(const isc_tls_protocol_version_t tls_ver);
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
e_aes_cbc_hmac_sha1.c 36 unsigned int tls_ver; member in union:__anon259::__anon260
430 else if (key->aux.tls_ver >= TLS1_1_VERSION)
814 if ((key->aux.tls_ver = p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) {
e_aes_cbc_hmac_sha256.c 36 unsigned int tls_ver; member in union:__anon267::__anon268
444 else if (key->aux.tls_ver >= TLS1_1_VERSION)
787 if ((key->aux.tls_ver = p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) {
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
e_aes_cbc_hmac_sha1.c 36 unsigned int tls_ver; member in union:__anon1368::__anon1369
434 else if (key->aux.tls_ver >= TLS1_1_VERSION)
818 if ((key->aux.tls_ver =
e_aes_cbc_hmac_sha256.c 36 unsigned int tls_ver; member in union:__anon1376::__anon1377
449 else if (key->aux.tls_ver >= TLS1_1_VERSION)
799 if ((key->aux.tls_ver =
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
e_aes_cbc_hmac_sha1.c 29 unsigned int tls_ver; member in union:__anon2010::__anon2011
428 else if (key->aux.tls_ver >= TLS1_1_VERSION)
815 if ((key->aux.tls_ver =
e_aes_cbc_hmac_sha256.c 30 unsigned int tls_ver; member in union:__anon2018::__anon2019
444 else if (key->aux.tls_ver >= TLS1_1_VERSION)
796 if ((key->aux.tls_ver =

Completed in 63 milliseconds