Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dssl.h823 int encrypt_then_mac; /*!< flag for EtM activation */ member
997 unsigned int encrypt_then_mac : 1 ; /*!< negotiate encrypt-then-mac? */ member
/AliOS-Things-master/components/mbedtls/library/
A Dssl_cli.c513 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED || in ssl_write_encrypt_then_mac_ext()
1201 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED || in ssl_parse_encrypt_then_mac_ext()
1213 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in ssl_parse_encrypt_then_mac_ext()
A Dssl_srv.c473 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED && in ssl_parse_encrypt_then_mac_ext()
476 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in ssl_parse_encrypt_then_mac_ext()
2072 if( ssl->session_negotiate->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED || in ssl_write_encrypt_then_mac_ext()
A Dssl_tls.c885 if( session->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in mbedtls_ssl_derive_keys()
1465 && ssl->session_out->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED in ssl_encrypt_buf()
1980 if( ssl->session_in->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in ssl_decrypt_buf()
6416 ssl->session_negotiate->encrypt_then_mac = in mbedtls_ssl_handshake_wrapup()
6417 ssl->session->encrypt_then_mac; in mbedtls_ssl_handshake_wrapup()
7687 conf->encrypt_then_mac = etm; in mbedtls_ssl_conf_encrypt_then_mac()
9149 conf->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in mbedtls_ssl_config_defaults()

Completed in 31 milliseconds