Searched refs:etm (Results 1 – 4 of 4) sorted by relevance
383 int etm; /* negotiate encrypt then mac? */ member657 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()
496 int etm; /* allow negotiation of encrypt-then-MAC? */ member1378 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()
2487 void mbedtls_ssl_conf_encrypt_then_mac( mbedtls_ssl_config *conf, char etm );
7685 void mbedtls_ssl_conf_encrypt_then_mac( mbedtls_ssl_config *conf, char etm ) in mbedtls_ssl_conf_encrypt_then_mac() argument7687 conf->encrypt_then_mac = etm; in mbedtls_ssl_conf_encrypt_then_mac()
Completed in 27 milliseconds