Searched refs:encrypt_then_mac (Results 1 – 6 of 6) sorted by relevance
966 int encrypt_then_mac, in ssl_populate_transform() argument1013 transform->encrypt_then_mac = encrypt_then_mac; in ssl_populate_transform()1183 if( encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in ssl_populate_transform()1767 ssl->session_negotiate->encrypt_then_mac, in mbedtls_ssl_derive_keys()3488 ssl->session_negotiate->encrypt_then_mac = in mbedtls_ssl_handshake_wrapup()3489 ssl->session->encrypt_then_mac; in mbedtls_ssl_handshake_wrapup()4930 conf->encrypt_then_mac = etm; in mbedtls_ssl_conf_encrypt_then_mac()5592 *p++ = MBEDTLS_BYTE_0( session->encrypt_then_mac ); in ssl_session_save()5835 session->encrypt_then_mac = *p++; in ssl_session_load()6642 ssl->session->encrypt_then_mac, in ssl_context_load()[all …]
596 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED && in ssl_parse_encrypt_then_mac_ext()599 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in ssl_parse_encrypt_then_mac_ext()2392 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_DISABLED; in ssl_write_encrypt_then_mac_ext()2405 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_DISABLED; in ssl_write_encrypt_then_mac_ext()2408 if( ssl->session_negotiate->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED ) in ssl_write_encrypt_then_mac_ext()
609 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED || in ssl_write_encrypt_then_mac_ext()1632 if( ssl->conf->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED || in ssl_parse_encrypt_then_mac_ext()1647 ssl->session_negotiate->encrypt_then_mac = MBEDTLS_SSL_ETM_ENABLED; in ssl_parse_encrypt_then_mac_ext()
741 && transform->encrypt_then_mac == MBEDTLS_SSL_ETM_DISABLED in mbedtls_ssl_encrypt_buf()1351 if( transform->encrypt_then_mac == MBEDTLS_SSL_ETM_ENABLED ) in mbedtls_ssl_decrypt_buf()
1014 int encrypt_then_mac; /*!< flag for EtM activation */ member1052 uint8_t encrypt_then_mac /*bool*/; /*!< negotiate encrypt-then-mac? */ member
773 int encrypt_then_mac; /*!< flag for EtM activation */ member
Completed in 43 milliseconds