Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dssl_tls.c966 int encrypt_then_mac, in ssl_populate_transform() argument
1013 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 …]
A Dssl_srv.c596 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()
A Dssl_cli.c609 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()
A Dssl_msg.c741 && 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()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dssl.h1014 int encrypt_then_mac; /*!< flag for EtM activation */ member
1052 uint8_t encrypt_then_mac /*bool*/; /*!< negotiate encrypt-then-mac? */ member
A Dssl_internal.h773 int encrypt_then_mac; /*!< flag for EtM activation */ member

Completed in 43 milliseconds