Home
last modified time | relevance | path

Searched refs:encrypt_then_mac (Results 1 – 4 of 4) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dssl.h575 int encrypt_then_mac; /*!< flag for EtM activation */ member
729 unsigned int encrypt_then_mac : 1 ; /*!< negotiate encrypt-then-mac? */ member
/net-tools-latest/mbedtls-2.4.0/library/
Dssl_cli.c501 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED ||
1142 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED ||
1151 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED;
Dssl_tls.c731 if( session->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in mbedtls_ssl_derive_keys()
1278 && ssl->session_out->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED in ssl_encrypt_buf()
1732 if( ssl->session_in->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in ssl_decrypt_buf()
4986 ssl->session_negotiate->encrypt_then_mac = in mbedtls_ssl_handshake_wrapup()
4987 ssl->session->encrypt_then_mac; in mbedtls_ssl_handshake_wrapup()
6055 conf->encrypt_then_mac = etm; in mbedtls_ssl_conf_encrypt_then_mac()
7206 conf->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in mbedtls_ssl_config_defaults()
Dssl_srv.c405 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED && in ssl_parse_encrypt_then_mac_ext()
408 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in ssl_parse_encrypt_then_mac_ext()
1889 if( ssl->session_negotiate->encrypt_then_mac == MBEDTLS_SSL_EXTENDED_MS_DISABLED ||