Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/programs/ssl/
A Dssl_client2.c383 int etm; /* negotiate encrypt then mac? */ member
657 opt.etm = DFL_ETM; in main()
835 case 0: opt.etm = MBEDTLS_SSL_ETM_DISABLED; break; in main()
836 case 1: opt.etm = MBEDTLS_SSL_ETM_ENABLED; break; in main()
1408 if( opt.etm != DFL_ETM ) in main()
1409 mbedtls_ssl_conf_encrypt_then_mac( &conf, opt.etm ); in main()
A Dssl_server2.c496 int etm; /* allow negotiation of encrypt-then-MAC? */ member
1378 opt.etm = DFL_ETM; in main()
1679 case 0: opt.etm = MBEDTLS_SSL_ETM_DISABLED; break; in main()
1680 case 1: opt.etm = MBEDTLS_SSL_ETM_ENABLED; break; in main()
2253 if( opt.etm != DFL_ETM ) in main()
2254 mbedtls_ssl_conf_encrypt_then_mac( &conf, opt.etm ); in main()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dssl.h2487 void mbedtls_ssl_conf_encrypt_then_mac( mbedtls_ssl_config *conf, char etm );
/AliOS-Things-master/components/mbedtls/library/
A Dssl_tls.c7685 void mbedtls_ssl_conf_encrypt_then_mac( mbedtls_ssl_config *conf, char etm ) in mbedtls_ssl_conf_encrypt_then_mac() argument
7687 conf->encrypt_then_mac = etm; in mbedtls_ssl_conf_encrypt_then_mac()

Completed in 27 milliseconds