From: Tian Hao Date: Sat, 8 Jul 2017 13:47:01 +0000 (+0800) Subject: component/bt : comment out set_key_dec for res cfb128(software crypt) X-Git-Tag: v3.1-dev~446^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f01c6eb96c83ee4a5f7c1c93eea0e2e2a7c63a87;p=esp-idf component/bt : comment out set_key_dec for res cfb128(software crypt) --- diff --git a/examples/bluetooth/blufi/main/blufi_security.c b/examples/bluetooth/blufi/main/blufi_security.c index 1005c94c15..ab07435bb8 100644 --- a/examples/bluetooth/blufi/main/blufi_security.c +++ b/examples/bluetooth/blufi/main/blufi_security.c @@ -121,7 +121,6 @@ void blufi_dh_negotiate_data_handler(uint8_t *data, int len, uint8_t **output_da mbedtls_md5(blufi_sec->share_key, blufi_sec->share_len, blufi_sec->psk); mbedtls_aes_setkey_enc(&blufi_sec->aes, blufi_sec->psk, 128); - mbedtls_aes_setkey_dec(&blufi_sec->aes, blufi_sec->psk, 128); /* alloc output data */ *output_data = &blufi_sec->self_public_key[0];